[Python-modules-commits] [python-asyncssh] branch upstream updated (79cb36f -> 1ed6ea4)

Vincent Bernat bernat at moszumanska.debian.org
Sat Jul 2 12:15:56 UTC 2016


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

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

      from  79cb36f   Import python-asyncssh_1.5.3.orig.tar.gz
       new  1ed6ea4   Import python-asyncssh_1.5.6.orig.tar.gz

The 1 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:
 .coveragerc                           |    2 +
 .travis.yml                           |   70 ++
 .travis/build-libsodium.sh            |   11 +
 MANIFEST.in                           |    3 +-
 README.rst                            |   29 +-
 asyncssh/connection.py                |  133 ++-
 asyncssh/misc.py                      |   60 +-
 asyncssh/public_key.py                |    6 +-
 asyncssh/sftp.py                      |  365 +++---
 asyncssh/version.py                   |    2 +-
 docs/api.rst                          |    7 +
 docs/changes.rst                      |   47 +
 docs/index.rst                        |   20 +-
 examples/check_exit_status.py         |   15 +-
 examples/chroot_sftp_server.py        |   13 +-
 examples/direct_client.py             |   17 +-
 examples/direct_server.py             |   13 +-
 examples/listening_client.py          |   17 +-
 examples/local_forwarding_client.py   |   15 +-
 examples/local_forwarding_client2.py  |   15 +-
 examples/local_forwarding_server.py   |   13 +-
 examples/math_client.py               |   15 +-
 examples/math_server.py               |   13 +-
 examples/remote_forwarding_client.py  |   15 +-
 examples/remote_forwarding_client2.py |   15 +-
 examples/remote_forwarding_server.py  |   13 +-
 examples/sample_client.py             |   17 +-
 examples/set_environment.py           |   19 +-
 examples/set_terminal.py              |   21 +-
 examples/sftp_client.py               |   15 +-
 examples/show_environment.py          |   16 +-
 examples/show_terminal.py             |   18 +-
 examples/simple_cert_server.py        |   13 +-
 examples/simple_client.py             |   15 +-
 examples/simple_keyed_server.py       |   11 +-
 examples/simple_server.py             |   11 +-
 examples/simple_sftp_server.py        |   13 +-
 examples/stderr_client.py             |   15 +-
 examples/stream_direct_client.py      |   15 +-
 examples/stream_direct_server.py      |   18 +-
 examples/stream_listening_client.py   |   22 +-
 examples/stream_math_client.py        |   15 +-
 examples/stream_math_server.py        |   18 +-
 setup.py                              |    4 +-
 tests/__init__.py                     |    5 +-
 tests/server.py                       |   19 +-
 tests/test_auth_keys.py               |    2 +-
 tests/test_channel.py                 |    2 +-
 tests/test_connection.py              |  146 +++
 tests/test_forward.py                 |   10 +-
 tests/test_sftp.py                    | 2069 ++++++++++++++++++++++++++++++++-
 tests/util.py                         |   15 +-
 tests_py35/test_async.py              |  118 ++
 tox.ini                               |   13 +
 54 files changed, 3008 insertions(+), 611 deletions(-)
 create mode 100644 .travis.yml
 create mode 100755 .travis/build-libsodium.sh
 create mode 100644 tests_py35/test_async.py
 create mode 100644 tox.ini

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