pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-asyncssh py-asyncssh: updated to 1.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e29becb1a716
branches:  trunk
changeset: 310761:e29becb1a716
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 24 06:09:33 2018 +0000

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

 security/py-asyncssh/Makefile |   4 ++--
 security/py-asyncssh/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 53b2b3befc0b -r e29becb1a716 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Tue Jul 24 06:06:08 2018 +0000
+++ b/security/py-asyncssh/Makefile     Tue Jul 24 06:09:33 2018 +0000
@@ -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 -r 53b2b3befc0b -r e29becb1a716 security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Tue Jul 24 06:06:08 2018 +0000
+++ b/security/py-asyncssh/distinfo     Tue Jul 24 06:09:33 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index