File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.3.3
1+ 2.3.4
22=====
3- * Fixed live tests for windows
3+ * Added support for Python 3.7 and 3.8, respectively.
44
5+ 2.3.3
6+ =====
7+ * Fixed live tests for Windows
58
692.3.2
710=====
811* Added separate named temporary files for Windows compatibility
912
10-
11132.3.1
1214=====
1315* Set the default of ``cwd `` argument to ``None `` instead of ``"" ``
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'spurplus' ,
20- version = '2.3.3' ,
20+ version = '2.3.4' , # 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' ,
2424 author = 'Marko Ristin' ,
2525 author_email = 'marko.ristin@gmail.com' ,
26+ # yapf: disable
2627 classifiers = [
2728 'Development Status :: 5 - Production/Stable' , 'Intended Audience :: Developers' ,
2829 'License :: OSI Approved :: MIT License' , 'Programming Language :: Python :: 3.5' ,
2930 'Programming Language :: Python :: 3.6' , 'Programming Language :: Python :: 3.7' ,
3031 'Programming Language :: Python :: 3.8'
3132 ],
33+ # yapf: enable
3234 license = 'License :: OSI Approved :: MIT License' ,
3335 keywords = 'ssh sftp spur paramiko execute remote commands modify files' ,
3436 packages = find_packages (exclude = ['tests' ]),
You can’t perform that action at this time.
0 commit comments