Skip to content

Tags: fehuapaya/ssh2-python

Tags

0.18.0.post1

Toggle 0.18.0.post1's commit message
Fix linux wheel build versioning information.

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New release (ParallelSSH#68)

Disabled OSX 10.11 wheel builds
Updated travis cfg for osx builds
Removed system package builds. Updated travis cfg to not login or push to docker on PR builds.
Switched testing to pytest.
Removed channel close on channel object de-allocation. Removed GIL release on session and channel object de-allocation. Updated Changelog.
Removed out of repo package files before building wheels and updated gitignore - resolves ParallelSSH#14
Migrated manylinux wheel builds to openssl 1.1.
Migrated Windows builds to openssl 1.1.
Updated changelog. Updated manylinux wheel embedded libssh2 version.

0.17.0.post3

Toggle 0.17.0.post3's commit message
Updated appveyor cfg. Added openssl and zlib static archives for wind…

…ows builds.

0.17.0.post2

Toggle 0.17.0.post2's commit message
Added libssh2 modules to package data. Resolves ParallelSSH#51.

Added python 3.7 target to travis cfg. Removed OSX 6.4 builds from travis cfg - deprecated by travis-ci.
Updated changelog.

0.17.0.post1

Toggle 0.17.0.post1's commit message
Added libssh2 modules to package data. Resolves ParallelSSH#51.

Added python 3.7 target to travis cfg. Removed OSX 6.4 builds from travis cfg - deprecated by travis-ci.
Updated changelog.

0.17.0

Toggle 0.17.0's commit message
Handle EAGAIN for channel and sftp writes correctly and return rc, by…

…tes_written tuple so clients can resume from last written byte on next call to write.

Updated docstrings for channel write functions, tests, travis cfg, flake8 configuration for sftp.

0.16.0

Toggle 0.16.0's commit message
Updated readme, installation instructions in documentation.

Updated setup.py for readthedocs builds.
Updated travis cfg.
Updated PyPi classifiers.

0.15.0.post9

Toggle 0.15.0.post9's commit message
Merged and updated OSX travis configuration.

0.15.0.post8

Toggle 0.15.0.post8's commit message
Updated travis cfg

0.15.0.post7

Toggle 0.15.0.post7's commit message
Updated travis cfg