pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asyncssh



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 24 06:09:33 UTC 2018

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-asyncssh/Makefile \
    pkgsrc/security/py-asyncssh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.8 pkgsrc/security/py-asyncssh/Makefile:1.9
--- pkgsrc/security/py-asyncssh/Makefile:1.8    Wed Jul  4 03:38:34 2018
+++ pkgsrc/security/py-asyncssh/Makefile        Tue Jul 24 06:09:33 2018
@@ -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/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.8 pkgsrc/security/py-asyncssh/distinfo:1.9
--- pkgsrc/security/py-asyncssh/distinfo:1.8    Wed Jul  4 03:38:34 2018
+++ pkgsrc/security/py-asyncssh/distinfo        Tue Jul 24 06:09:33 2018
@@ -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