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 2.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/460b18083a72
branches: trunk
changeset: 427958:460b18083a72
user: adam <adam%pkgsrc.org@localhost>
date: Thu Apr 23 06:10:29 2020 +0000
description:
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.
diffstat:
security/py-asyncssh/Makefile | 4 ++--
security/py-asyncssh/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r eb0d25817625 -r 460b18083a72 security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile Thu Apr 23 06:08:32 2020 +0000
+++ b/security/py-asyncssh/Makefile Thu Apr 23 06:10:29 2020 +0000
@@ -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/}
diff -r eb0d25817625 -r 460b18083a72 security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo Thu Apr 23 06:08:32 2020 +0000
+++ b/security/py-asyncssh/distinfo Thu Apr 23 06:10:29 2020 +0000
@@ -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