[Python-modules-commits] [python-asyncssh] branch upstream updated (8cff4f8 -> 48bc3a0)

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 22 21:12:02 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  8cff4f8   New upstream release.
      adds  48bc3a0   New upstream release.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                 |  39 ++++++++++---
 asyncssh/channel.py         |  11 +++-
 asyncssh/connection.py      |   2 +-
 asyncssh/crypto/__init__.py |   3 +-
 asyncssh/crypto/pyca/dsa.py |   5 +-
 asyncssh/crypto/pyca/ec.py  |   6 +-
 asyncssh/crypto/pyca/kdf.py |  28 ++++++++++
 asyncssh/dsa.py             |  47 ++++++++--------
 asyncssh/ecdsa.py           |  45 +++++++--------
 asyncssh/ed25519.py         |  36 ++++++------
 asyncssh/pbe.py             |  82 ++++++----------------------
 asyncssh/process.py         |  49 ++++++++++-------
 asyncssh/public_key.py      |  59 ++++++++++++++++----
 asyncssh/rsa.py             |  38 ++++++-------
 asyncssh/session.py         |   2 +-
 asyncssh/version.py         |   2 +-
 docs/api.rst                |   2 -
 docs/changes.rst            |  20 +++++++
 tests/test_agent.py         |   4 +-
 tests/test_process.py       | 130 ++++++++++++++++++++++++++++++++++++++++++++
 tests/test_public_key.py    |  20 ++++---
 tox.ini                     |   4 +-
 22 files changed, 422 insertions(+), 212 deletions(-)
 create mode 100644 asyncssh/crypto/pyca/kdf.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