[Python-modules-commits] [python-asyncssh] branch master updated (04f207f -> 72c3ed2)

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 3 17:16:22 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  04f207f   merge patched into master
       new  5f77384   record new upstream branch created by importing asyncssh-1.3.2.orig.tar.gz
       new  9a16010   Import asyncssh-1.3.2.orig.tar.gz
       new  3490e4f   make Sphinx use default theme
       new  9416f7e   merge patched into master
       new  8641b07   New upstream release
       new  c1dab05   skip tests requiring network access
       new  7053207   merge patched into master
       new  72c3ed2   Add a patch to disable tests requiring network access

The 8 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 .../0002-skip-tests-requiring-network-access.patch |  30 ++
 debian/patches/do-not-test-chacha20-cipher.patch   |  42 --
 debian/patches/series                              |   2 +-
 debian/patches/sphinx-use-default-theme.patch      |   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                            | 149 ++++++
 tests/test_cipher.py                               |  38 +-
 tests/test_kex.py                                  | 135 +++---
 tests/test_native_ec.py                            | 138 ------
 tests/test_public_key.py                           |  60 ++-
 tests/util.py                                      | 116 ++++-
 38 files changed, 1308 insertions(+), 744 deletions(-)
 delete mode 100644 asyncssh/crypto/ecdh.py
 create mode 100644 debian/patches/0002-skip-tests-requiring-network-access.patch
 delete mode 100644 debian/patches/do-not-test-chacha20-cipher.patch
 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