Skip to content

Releases: Parquery/spurplus

spurplus 2.1.0

05 Oct 08:40
f961cce

Choose a tag to compare

  • Added whoami to spurplus.SshShell

spurplus 2.0.0

02 Oct 15:20
6394156

Choose a tag to compare

  • Removed all functions from spurplus.sftp that spurplus does not use
  • Added hostname and port property to SshShell
  • Removed open() from spurplus.sftp and spurplus. Get/put operations are now atomic when reconnecting
  • Improved tests of spurplus.sftp

spurplus 1.2.5

28 Aug 10:29
fe2a476

Choose a tag to compare

  • Fixed problems with version.txt files
  • tox runs with Python 3.5 and 3.6

spurplus 1.2.4

24 Aug 12:49
7d72cd2

Choose a tag to compare

  • Fixed mkdir failing on an existing directory with exist_ok=True

spurplus 1.2.3

24 Aug 12:16
43a37c6

Choose a tag to compare

  • Added version and license to the package

spurplus 1.2.2

24 Aug 11:53
ef8770e

Choose a tag to compare

  • Fixed a bug related to local MD5 given as objects instead of hexdigests

spurplus 1.2.1

22 Aug 00:28
94ef2dd

Choose a tag to compare

  • Improved the documentation
  • Added continuous integration

spurplus 1.2.0

21 Aug 15:02
6727a94

Choose a tag to compare

  • Added sync_to_remote

spurplus 1.1.1

03 Aug 14:29

Choose a tag to compare

  • Moved from bitbucket.com to github.com
  • Added py.typed to comply with mypy

spurplus 1.1.2

03 Aug 15:08

Choose a tag to compare

  • Fixed identifier for py.typed in setup.py