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:           Thu Apr 23 06:10:29 UTC 2020

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

Log Message:
py-asyncssh: updated to 2.2.1

Release 2.2.1:

Added optional timeout parameter to SSHClientProcess.wait() and SSHClientConnection.run() methods.
Created subclasses for SFTPError exceptions, allowing applications to more easily have distinct exception handling for different errors.
Fixed an issue in SFTP parallel I/O related to handling low-level connection failures. Thanks go to Mikhail Terekhov for reporting this issue.
Fixed an issue with SFTP file copy where a local file could sometimes be left open if an attempt to close a remote file failed.
Fixed an issue in the handling of boolean return values when SSHServer.server_requested() returns a coroutine. Thanks go to Tom van Neerijnen for contributing this fix.
Fixed an issue with passing tuples to the SFTP copy functions. Thanks go to Marc Gagné for reporting this and doing the initial analysis.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/security/py-asyncssh/Makefile:1.20
--- pkgsrc/security/py-asyncssh/Makefile:1.19   Thu Mar 12 16:36:31 2020
+++ pkgsrc/security/py-asyncssh/Makefile        Thu Apr 23 06:10:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/03/12 16:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/23 06:10:29 adam Exp $
 
-DISTNAME=      asyncssh-2.2.0
+DISTNAME=      asyncssh-2.2.1
 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.19 pkgsrc/security/py-asyncssh/distinfo:1.20
--- pkgsrc/security/py-asyncssh/distinfo:1.19   Thu Mar 12 16:36:31 2020
+++ pkgsrc/security/py-asyncssh/distinfo        Thu Apr 23 06:10:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/03/12 16:36:31 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/04/23 06:10:29 adam Exp $
 
-SHA1 (asyncssh-2.2.0.tar.gz) = 8bcf732c0680efc5715d6e2401266e133a5f175e
-RMD160 (asyncssh-2.2.0.tar.gz) = 88b9adced56cfeba7ce43726822455c708f7299a
-SHA512 (asyncssh-2.2.0.tar.gz) = 8fca03803d798bd29df55234c694fe56e3fa1fb3b005bb4e54d9d36c27085dd83faba93c6dc79fa4bc6e4eaa6bb8915d4ea25860668593cea2790d6888680daa
-Size (asyncssh-2.2.0.tar.gz) = 336793 bytes
+SHA1 (asyncssh-2.2.1.tar.gz) = 0099a67da83af93b7a4f23a98c65a8025da2a819
+RMD160 (asyncssh-2.2.1.tar.gz) = dcd739da58c6d59de8ab5f0d275c3f97193cf3d3
+SHA512 (asyncssh-2.2.1.tar.gz) = f4c5ce214f7a6464fc809aabb8ffa643ed08f668e32373f7f64b91adc7a18785f5ee94e229c7ed79d6fafe36b5e8ce97ee84811d9ba3f65e81276761a961e146
+Size (asyncssh-2.2.1.tar.gz) = 338394 bytes



Home | Main Index | Thread Index | Old Index