[Python-modules-commits] [python-asyncssh] branch debian/master updated (bd1c35b -> cfde36b)
Vincent Bernat
bernat at moszumanska.debian.org
Mon Sep 18 12:03:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch debian/master
in repository python-asyncssh.
from bd1c35b Convert from git-dpm to patches unapplied format
new 299ffc4 Refresh patches after git-dpm to gbp pq conversion
new 8cff4f8 New upstream release.
new 174927a Updated version 1.11.0 from 'upstream/1.11.0'
new 43ef2b2 New upstream version
new 4233494 d/control: bump Standards-Version
new 00ccf04 d/rules: use unittest autodiscovery instead of setup.py to run tests
new cfde36b Prepare for release
The 7 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:
.travis.yml | 2 +-
README.rst | 16 +-
asyncssh/__init__.py | 4 +-
asyncssh/asn1.py | 43 +
asyncssh/auth_keys.py | 138 ++-
asyncssh/channel.py | 113 +-
asyncssh/connection.py | 352 +++++--
asyncssh/crypto/__init__.py | 9 +-
asyncssh/crypto/pyca/dsa.py | 27 +-
asyncssh/crypto/pyca/ec.py | 31 +-
.../scp_client.py => asyncssh/crypto/pyca/misc.py | 20 +-
asyncssh/crypto/pyca/rsa.py | 32 +-
asyncssh/crypto/pyca/x509.py | 354 +++++++
asyncssh/dsa.py | 19 +-
asyncssh/ecdsa.py | 14 +-
asyncssh/ed25519.py | 8 +-
asyncssh/known_hosts.py | 109 +-
asyncssh/process.py | 123 ++-
asyncssh/public_key.py | 1105 +++++++++++++++-----
asyncssh/rsa.py | 22 +-
asyncssh/version.py | 2 +-
debian/changelog | 7 +-
debian/control | 2 +-
.../0002-skip-tests-requiring-network-access.patch | 13 +-
debian/patches/sphinx-use-default-theme.patch | 5 +-
debian/rules | 3 +-
docs/api.rst | 239 +++--
docs/changes.rst | 29 +
docs/conf.py | 2 +-
examples/show_environment.py | 7 +-
pylintrc | 2 +-
setup.py | 1 +
tests/server.py | 125 ++-
tests/test_asn1.py | 8 +-
tests/test_auth_keys.py | 138 ++-
tests/test_connection.py | 185 +++-
tests/test_connection_auth.py | 282 +++--
tests/test_known_hosts.py | 139 ++-
tests/test_process.py | 40 +-
tests/test_public_key.py | 592 +++++++++--
tests/test_sftp.py | 2 +-
tests/test_x509.py | 289 +++++
tests/util.py | 6 +
tox.ini | 1 +
44 files changed, 3763 insertions(+), 897 deletions(-)
copy examples/scp_client.py => asyncssh/crypto/pyca/misc.py (55%)
mode change 100755 => 100644
create mode 100644 asyncssh/crypto/pyca/x509.py
create mode 100644 tests/test_x509.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