[Python-modules-commits] [python-asyncssh] branch upstream updated (142bd97 -> 9a16010)

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 3 17:16:24 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  142bd97   Import python-asyncssh_1.3.0.orig.tar.gz
       new  9a16010   Import asyncssh-1.3.2.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                    |   2 +-
 asyncssh/__init__.py          |   1 +
 asyncssh/asn1.py              |   8 +-
 asyncssh/auth.py              |  74 +++---
 asyncssh/auth_keys.py         |   3 +
 asyncssh/channel.py           |  16 +-
 asyncssh/connection.py        | 195 ++++++++++++----
 asyncssh/crypto/__init__.py   |   8 +-
 asyncssh/crypto/curve25519.py |   2 -
 asyncssh/crypto/ec.py         | 207 +----------------
 asyncssh/crypto/ecdh.py       |  48 ----
 asyncssh/crypto/pyca/ec.py    |  44 +++-
 asyncssh/dsa.py               |   6 +-
 asyncssh/ecdsa.py             |   8 +-
 asyncssh/ed25519.py           |   2 +-
 asyncssh/misc.py              |  38 ++--
 asyncssh/public_key.py        |  46 +---
 asyncssh/rsa.py               |   6 +-
 asyncssh/sftp.py              |   2 +-
 asyncssh/stream.py            |  25 ++-
 asyncssh/version.py           |   2 +-
 docs/api.rst                  |   8 +-
 docs/changes.rst              |  50 ++++-
 docs/conf.py                  |   4 +-
 setup.py                      |   2 +-
 tests/test_auth.py            | 511 ++++++++++++++++++++++++++++++++++++++++++
 tests/test_auth_keys.py       | 146 ++++++++++++
 tests/test_cipher.py          |  37 +--
 tests/test_kex.py             | 135 +++++------
 tests/test_native_ec.py       | 138 ------------
 tests/test_public_key.py      |  61 +++--
 tests/util.py                 | 116 +++++++++-
 32 files changed, 1258 insertions(+), 693 deletions(-)
 delete mode 100644 asyncssh/crypto/ecdh.py
 create mode 100644 tests/test_auth.py
 create mode 100644 tests/test_auth_keys.py
 delete mode 100644 tests/test_native_ec.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