[Python-modules-commits] [python-asyncssh] branch upstream updated (46e25db -> ba570a9)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Jan 8 16:50:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository python-asyncssh.
from 46e25db Import python-asyncssh_1.7.3.orig.tar.gz
new ba570a9 Import python-asyncssh_1.8.1.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.rst | 31 +-
asyncssh/agent.py | 78 +++--
asyncssh/agent_unix.py | 33 +++
asyncssh/agent_win32.py | 115 ++++++++
asyncssh/channel.py | 184 ++++++++++--
asyncssh/connection.py | 223 ++++++++++++---
asyncssh/constants.py | 1 +
asyncssh/crypto/__init__.py | 6 +
asyncssh/crypto/umac.py | 117 ++++++++
asyncssh/ecdh.py | 19 +-
asyncssh/listener.py | 22 +-
asyncssh/mac.py | 98 +++++--
asyncssh/sftp.py | 13 +-
asyncssh/stream.py | 89 ++++--
asyncssh/version.py | 2 +-
asyncssh/x11.py | 518 ++++++++++++++++++++++++++++++++++
docs/api.rst | 50 +++-
docs/changes.rst | 59 ++++
setup.py | 5 +-
tests/server.py | 6 +-
tests/test_channel.py | 104 ++++++-
tests/test_connection.py | 20 +-
tests/test_forward.py | 6 +-
tests/test_mac.py | 34 ++-
tests/test_stream.py | 42 +++
tests/test_x11.py | 672 ++++++++++++++++++++++++++++++++++++++++++++
26 files changed, 2362 insertions(+), 185 deletions(-)
create mode 100644 asyncssh/agent_unix.py
create mode 100644 asyncssh/agent_win32.py
create mode 100644 asyncssh/crypto/umac.py
create mode 100644 asyncssh/x11.py
create mode 100644 tests/test_x11.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git
More information about the Python-modules-commits
mailing list