[Python-modules-commits] [python-asyncssh] branch upstream updated (c29d147 -> 316b2e7)

Vincent Bernat bernat at moszumanska.debian.org
Wed Oct 26 20:39:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a change to branch upstream
in repository python-asyncssh.

      from  c29d147   Import python-asyncssh_1.6.2.orig.tar.gz
       new  316b2e7   Import python-asyncssh_1.7.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:
 CONTRIBUTING.rst              |   2 +-
 asyncssh/__init__.py          |   3 +-
 asyncssh/agent.py             | 363 ++++++++++++++++++++++++++--
 asyncssh/connection.py        | 386 ++++++++++++------------------
 asyncssh/constants.py         |   1 +
 asyncssh/crypto/pyca/rsa.py   |  22 +-
 asyncssh/dh.py                |  20 +-
 asyncssh/dsa.py               |  22 +-
 asyncssh/ecdsa.py             |  30 ++-
 asyncssh/ed25519.py           |  22 +-
 asyncssh/misc.py              |  21 ++
 asyncssh/public_key.py        | 521 +++++++++++++++++++++++++++++++++++------
 asyncssh/rsa.py               |  29 ++-
 asyncssh/version.py           |   2 +-
 docs/api.rst                  | 111 +++++++--
 docs/changes.rst              |  51 +++-
 docs/index.rst                |   2 +-
 tests/server.py               |  40 +++-
 tests/test_agent.py           | 321 ++++++++++++++++++-------
 tests/test_auth.py            |  23 +-
 tests/test_auth_keys.py       |  30 +--
 tests/test_channel.py         |   2 +-
 tests/test_connection.py      |  56 +++++
 tests/test_connection_auth.py | 138 ++++++++++-
 tests/test_known_hosts.py     |  27 +--
 tests/test_public_key.py      | 534 ++++++++++++++++++++++++------------------
 tests/test_sftp.py            |   6 +-
 tests/util.py                 |   2 +-
 28 files changed, 2007 insertions(+), 780 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