Skip to content

Commit e7eb402

Browse files
authored
Upgrade spur to 0.3.23 (#70)
We upgrade spur version to 0.3.23, so spurplus can install with paramiko 3.x.
1 parent 137f6ba commit e7eb402

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.3.5
2+
=====
3+
* Upgrade spur version to 0.3.23, so spurplus can install with paramiko 3.x.
4+
5+
16
2.3.4
27
=====
38
* Added support for Python 3.7 and 3.8, respectively.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='spurplus',
20-
version='2.3.4', # Do not forget to update the changelog!
20+
version='2.3.5', # Do not forget to update the changelog!
2121
description='Manage remote machines and file operations over SSH.',
2222
long_description=long_description,
2323
url='http://github.com/Parquery/spurplus',
@@ -34,7 +34,7 @@
3434
license='License :: OSI Approved :: MIT License',
3535
keywords='ssh sftp spur paramiko execute remote commands modify files',
3636
packages=find_packages(exclude=['tests']),
37-
install_requires=['spur==0.3.22', 'typing_extensions>=3.6.2.1', 'icontract>=2.0.1,<3', 'temppathlib>=1.0.3,<2'],
37+
install_requires=['spur==0.3.23', 'typing_extensions>=3.6.2.1', 'icontract>=2.0.1,<3', 'temppathlib>=1.0.3,<2'],
3838
extras_require={
3939
'dev':
4040
['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']

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.3
1+
2.3.5

0 commit comments

Comments
 (0)