Skip to content

Releases: ParallelSSH/ssh2-python

Release 0.15.0-9

Choose a tag to compare

@pkittenis pkittenis released this 17 Jul 15:16
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Added Python 3.7 Windows wheels.
  • Updated PyPi classifiers.

Release 0.15.0-7

Choose a tag to compare

@pkittenis pkittenis released this 16 Jul 14:09
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Added Python 3.7 Windows wheels.
  • Updated PyPi classifiers.

Release 0.15.0-6

Choose a tag to compare

@pkittenis pkittenis released this 16 Jul 12:31
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Added Python 3.7 Windows wheels.
  • Updated PyPi classifiers.

Release 0.15.0-5

Choose a tag to compare

@pkittenis pkittenis released this 16 Jul 11:40
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Added Python 3.7 Windows wheels.
  • Updated PyPi classifiers.

Release 0.15.0-4

Choose a tag to compare

@pkittenis pkittenis released this 16 Jul 10:50
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Added Python 3.7 Windows wheels.
  • Updated PyPi classifiers.

Release 0.15.0-3

Choose a tag to compare

@pkittenis pkittenis released this 16 Jul 10:48
  • Added Python 3.6 and 3.7 wheels for all versions of OSX.
  • Updated PyPi classifiers.

Release 0.15.0-2

Choose a tag to compare

@pkittenis pkittenis released this 12 Jul 13:53

Added Python 3.6 and 3.7 wheels for all versions of OSX.
Updated classifiers.

Release 0.15.0-1

Choose a tag to compare

@pkittenis pkittenis released this 12 Jul 12:38

Added Python 3.6 and 3.7 wheels for all versions of OSX.

Release 0.15.0

Choose a tag to compare

@pkittenis pkittenis released this 25 Jun 11:46

Changes

  • Updated session.userauth_publickey* functions to make providing public key and private key passphrase optional.
  • SFTP write calls write on all parts of buffer before returning.

Fixes

  • session.last_error() would always return empty string.

Release 0.14.0

Choose a tag to compare

@pkittenis pkittenis released this 30 May 13:49

Changes

  • SFTP, SFTPHandle, Listener and PublicKeySystem functions updated to raise specific exceptions for all known libssh2 errors.
  • Removed exceptions SFTPHandleError, SFTPBufferTooSmall and SFTPIOError that do not have corresponding libssh2 error codes.
  • Re-generated all C code with latest Cython release.
  • Added OSX 10.13 binary wheel build.

Fixes

  • Removed duplicate libssh2 definitions.
  • Re-enabled system package releases.
  • System package builds would not work correctly - #25.