summaryrefslogtreecommitdiff
path: root/security/py-asyncssh
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-24 06:09:33 +0000
committeradam <adam@pkgsrc.org>2018-07-24 06:09:33 +0000
commit7e30c32d701d887587f484f5b47ac0e0a4aa4d01 (patch)
tree43d29f48e678ba733a9eccbf12a43712b9a52aeb /security/py-asyncssh
parentdf62a40d6ac2af3748b15389284946832ad5fe9f (diff)
downloadpkgsrc-7e30c32d701d887587f484f5b47ac0e0a4aa4d01.tar.gz
py-asyncssh: updated to 1.13.3
1.13.3: Added support for setting the Unicode error handling strategy in conjunction with setting an encoding when creating new SSH sessions, streams, and processes. This strategy can also be set when specifying a session encoding in create_server(), and when providing an encoding in the get_comment() and set_comment() functions on private/public keys and certificates. Changed handling of Unicode in channels to use incrmeental codec, similar to what was previously done in process redirection. Added Python 3.7 to the list of classifiers in setup.py, now that it has been released. Updated Travis CI configuration to add Python 3.7 builds, and moved Linux builds on never versions of Python up to xenial. Added missing coroutine decorator in test_channel.
Diffstat (limited to 'security/py-asyncssh')
-rw-r--r--security/py-asyncssh/Makefile4
-rw-r--r--security/py-asyncssh/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index ebece01fe52..d96ce495ebd 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/07/04 03:38:34 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/24 06:09:33 adam Exp $
-DISTNAME= asyncssh-1.13.2
+DISTNAME= asyncssh-1.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo
index fbcb62dbc39..4f73151ecf4 100644
--- a/security/py-asyncssh/distinfo
+++ b/security/py-asyncssh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/07/04 03:38:34 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/07/24 06:09:33 adam Exp $
-SHA1 (asyncssh-1.13.2.tar.gz) = 56ef5f3859e9fb8cd22986b38ac30a9601e986b6
-RMD160 (asyncssh-1.13.2.tar.gz) = bee7834ca671597242a6874f5b98d2866fa859f3
-SHA512 (asyncssh-1.13.2.tar.gz) = 7b0a3ee1e7a3656bb7c24a0cfcd9c03789244df85e61d7b5c20f0b1a674591bfa617e528752a2524fa2c986d7f7834f5d02b182158be6c72e20c0003b3c4a110
-Size (asyncssh-1.13.2.tar.gz) = 301096 bytes
+SHA1 (asyncssh-1.13.3.tar.gz) = 9f3ab5c2943ad69306c4e7c57da282f5b32954d9
+RMD160 (asyncssh-1.13.3.tar.gz) = 5ec8ae2a565639a8799a0cd6119290d3f42e4ed4
+SHA512 (asyncssh-1.13.3.tar.gz) = e268a99a98e30a16eebf5dedf8e24bccb6d8a37caf4529d0ae375fbbd82f5190705f5fa9e0ac2e9c7a4d8b738bf70e9aa052a17d44302b645560b920411a81d0
+Size (asyncssh-1.13.3.tar.gz) = 301776 bytes