[Python-modules-commits] [python-asyncssh] 07/08: Update upstream source from tag 'upstream/1.11.1'

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 22 21:11:50 UTC 2017


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

bernat pushed a commit to annotated tag debian/1.11.1-1
in repository python-asyncssh.

commit e093179917f49adf421549488c53043b0b0bbd42
Merge: 14daae0 48bc3a0
Author: Vincent Bernat <bernat at debian.org>
Date:   Wed Nov 22 21:52:15 2017 +0100

    Update upstream source from tag 'upstream/1.11.1'
    
    Update to upstream version '1.11.1'
    with Debian dir 65d9b97adb478d2cd65747cd78306f653b202f4f

 .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(-)

-- 
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