[Python-modules-commits] [python-asyncssh] branch master updated (8754cf7 -> 2581b33)

Vincent Bernat bernat at moszumanska.debian.org
Wed Oct 26 20:38:59 UTC 2016


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

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

      from  8754cf7   Prepare for release
       new  5cfe09e   record new upstream branch created by importing python-asyncssh_1.7.1.orig.tar.gz
       new  316b2e7   Import python-asyncssh_1.7.1.orig.tar.gz
       new  3c33900   make Sphinx use default theme
       new  631d88a   skip tests requiring network access
       new  37aa0cb   merge patched into master
       new  2581b33   New upstream version

The 6 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +
 .../0002-skip-tests-requiring-network-access.patch |  16 +-
 ...03-Discard-errors-when-invoking-ssh-agent.patch |  41 --
 debian/patches/series                              |   1 -
 debian/patches/sphinx-use-default-theme.patch      |   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 +-
 34 files changed, 2030 insertions(+), 838 deletions(-)
 delete mode 100644 debian/patches/0003-Discard-errors-when-invoking-ssh-agent.patch

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