Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.3.5
=====
* Upgrade spur version to 0.3.23, so spurplus can install with paramiko 3.x.


2.3.4
=====
* Added support for Python 3.7 and 3.8, respectively.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='spurplus',
version='2.3.4', # Do not forget to update the changelog!
version='2.3.5', # Do not forget to update the changelog!
description='Manage remote machines and file operations over SSH.',
long_description=long_description,
url='http://github.com/Parquery/spurplus',
Expand All @@ -34,7 +34,7 @@
license='License :: OSI Approved :: MIT License',
keywords='ssh sftp spur paramiko execute remote commands modify files',
packages=find_packages(exclude=['tests']),
install_requires=['spur==0.3.22', 'typing_extensions>=3.6.2.1', 'icontract>=2.0.1,<3', 'temppathlib>=1.0.3,<2'],
install_requires=['spur==0.3.23', 'typing_extensions>=3.6.2.1', 'icontract>=2.0.1,<3', 'temppathlib>=1.0.3,<2'],
extras_require={
'dev':
['mypy==0.790', 'pylint==2.6.0', 'yapf==0.20.2', 'tox>=3.0.0', 'coverage>=4.5.1,<5', 'pydocstyle>=2.1.1,<3']
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.5