[Python-modules-commits] [python-asyncssh] branch master updated (0614718 -> a9bb394)

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 8 16:50:49 UTC 2017


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

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

      from  0614718   New upstream version
       new  a0d8481   record new upstream branch created by importing python-asyncssh_1.8.1.orig.tar.gz
       new  ba570a9   Import python-asyncssh_1.8.1.orig.tar.gz
       new  ad44f82   make Sphinx use default theme
       new  3733cdd   skip tests requiring network access
       new  1ad331c   merge patched into master
       new  a9bb394   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:
 README.rst                                         |  31 +-
 asyncssh/agent.py                                  |  78 ++-
 asyncssh/agent_unix.py                             |  33 +
 asyncssh/agent_win32.py                            | 115 ++++
 asyncssh/channel.py                                | 184 +++++-
 asyncssh/connection.py                             | 223 ++++++-
 asyncssh/constants.py                              |   1 +
 asyncssh/crypto/__init__.py                        |   6 +
 asyncssh/crypto/umac.py                            | 117 ++++
 asyncssh/ecdh.py                                   |  19 +-
 asyncssh/listener.py                               |  22 +-
 asyncssh/mac.py                                    |  98 ++-
 asyncssh/sftp.py                                   |  13 +-
 asyncssh/stream.py                                 |  89 ++-
 asyncssh/version.py                                |   2 +-
 asyncssh/x11.py                                    | 518 ++++++++++++++++
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 .../0002-skip-tests-requiring-network-access.patch |   2 +-
 debian/patches/sphinx-use-default-theme.patch      |   2 +-
 docs/api.rst                                       |  50 +-
 docs/changes.rst                                   |  59 ++
 setup.py                                           |   5 +-
 tests/server.py                                    |   6 +-
 tests/test_channel.py                              | 104 +++-
 tests/test_connection.py                           |  20 +-
 tests/test_forward.py                              |   6 +-
 tests/test_mac.py                                  |  34 +-
 tests/test_stream.py                               |  42 ++
 tests/test_x11.py                                  | 672 +++++++++++++++++++++
 30 files changed, 2377 insertions(+), 194 deletions(-)
 create mode 100644 asyncssh/agent_unix.py
 create mode 100644 asyncssh/agent_win32.py
 create mode 100644 asyncssh/crypto/umac.py
 create mode 100644 asyncssh/x11.py
 create mode 100644 tests/test_x11.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