pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-paramiko



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 31 16:16:48 UTC 2023

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

Log Message:
py-paramiko: updated to 3.3.1

3.3.1 2023-07-28
[Bug]: Cleaned up some very old root level files, mostly just to exercise some of our doc build and release machinery. This changelog entry intentionally left blank! nothing-to-see-here-move-along.gif

3.3.0 2023-07-28
[Feature] Add an explicit max_concurrent_prefetch_requests argument to paramiko.client.SSHClient.get and paramiko.client.SSHClient.getfo, allowing users to limit the number of concurrent requests 
used during prefetch. Patch by @kschoelhorn, with a test by @bwinston-sdp.
[Feature] Add support and tests for Match final … (frequently used in ProxyJump configurations to exclude the jump host) to our SSH config parser. Patch by @commonism.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/py-paramiko/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-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.49 pkgsrc/security/py-paramiko/Makefile:1.50
--- pkgsrc/security/py-paramiko/Makefile:1.49   Tue Jul 18 15:54:43 2023
+++ pkgsrc/security/py-paramiko/Makefile        Mon Jul 31 16:16:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2023/07/18 15:54:43 adam Exp $
+# $NetBSD: Makefile,v 1.50 2023/07/31 16:16:48 adam Exp $
 
-DISTNAME=      paramiko-3.2.0
+DISTNAME=      paramiko-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/paramiko/}

Index: pkgsrc/security/py-paramiko/distinfo
diff -u pkgsrc/security/py-paramiko/distinfo:1.32 pkgsrc/security/py-paramiko/distinfo:1.33
--- pkgsrc/security/py-paramiko/distinfo:1.32   Tue Jul 18 15:54:43 2023
+++ pkgsrc/security/py-paramiko/distinfo        Mon Jul 31 16:16:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/07/18 15:54:43 adam Exp $
+$NetBSD: distinfo,v 1.33 2023/07/31 16:16:48 adam Exp $
 
-BLAKE2s (paramiko-3.2.0.tar.gz) = ec76b2040e44b63cd14735fd9826690e1c43c2359fd44d09b7810130375f7616
-SHA512 (paramiko-3.2.0.tar.gz) = c1ec9607415d143c9cb29e44938514abb1434be814d53ac60948b0b52f426a760f549ba533961e050655df184278f526f5b7762def2b68f1ee2f575fdea15366
-Size (paramiko-3.2.0.tar.gz) = 1258331 bytes
+BLAKE2s (paramiko-3.3.1.tar.gz) = 72e41a51dba24bf0bbf0138c05293d2db1c29af720cccf2931b5f8fbb4798d2a
+SHA512 (paramiko-3.3.1.tar.gz) = 63fab82a25cf378768ddb29e727c012b47179a137a78f2e3e1316cc7bfe8e7707f90fddb4d4e65d659357ab624db93a09aa43d8aa4e1eb30a2a5f67e01bbd6ab
+Size (paramiko-3.3.1.tar.gz) = 1270242 bytes



Home | Main Index | Thread Index | Old Index