[Python-modules-commits] [python-asyncssh] 03/07: Updated version 1.11.0 from 'upstream/1.11.0'
Vincent Bernat
bernat at moszumanska.debian.org
Mon Sep 18 12:03:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch debian/master
in repository python-asyncssh.
commit 174927aa4dd701801db4b34fa13a58edb88a5a9c
Merge: 299ffc4 8cff4f8
Author: Vincent Bernat <bernat at debian.org>
Date: Mon Sep 18 12:04:28 2017 +0200
Updated version 1.11.0 from 'upstream/1.11.0'
with Debian dir 46fd9538252e8313f8e870c1d7d25233a91bbb45
.travis.yml | 2 +-
README.rst | 16 +-
asyncssh/__init__.py | 4 +-
asyncssh/asn1.py | 43 ++
asyncssh/auth_keys.py | 138 +++--
asyncssh/channel.py | 113 +++--
asyncssh/connection.py | 352 ++++++++++---
asyncssh/crypto/__init__.py | 9 +-
asyncssh/crypto/pyca/dsa.py | 27 +-
asyncssh/crypto/pyca/ec.py | 31 +-
asyncssh/crypto/pyca/misc.py | 25 +
asyncssh/crypto/pyca/rsa.py | 32 +-
asyncssh/crypto/pyca/x509.py | 354 +++++++++++++
asyncssh/dsa.py | 19 +-
asyncssh/ecdsa.py | 14 +-
asyncssh/ed25519.py | 8 +-
asyncssh/known_hosts.py | 109 +++-
asyncssh/process.py | 123 +++--
asyncssh/public_key.py | 1105 ++++++++++++++++++++++++++++++++---------
asyncssh/rsa.py | 22 +-
asyncssh/version.py | 2 +-
docs/api.rst | 239 ++++++---
docs/changes.rst | 29 ++
docs/conf.py | 2 +-
examples/show_environment.py | 7 +-
pylintrc | 2 +-
setup.py | 1 +
tests/server.py | 125 ++++-
tests/test_asn1.py | 8 +-
tests/test_auth_keys.py | 138 +++--
tests/test_connection.py | 185 ++++++-
tests/test_connection_auth.py | 282 ++++++++---
tests/test_known_hosts.py | 139 ++++--
tests/test_process.py | 40 +-
tests/test_public_key.py | 592 +++++++++++++++++++---
tests/test_sftp.py | 2 +-
tests/test_x509.py | 289 +++++++++++
tests/util.py | 6 +
tox.ini | 1 +
39 files changed, 3761 insertions(+), 874 deletions(-)
--
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