Mon Jul 31 16:16:48 2023 UTC ()
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.


(adam)
diff -r1.49 -r1.50 pkgsrc/security/py-paramiko/Makefile
diff -r1.32 -r1.33 pkgsrc/security/py-paramiko/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/security/py-paramiko/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-paramiko/Makefile 2023/07/18 15:54:43 1.49
+++ pkgsrc/security/py-paramiko/Makefile 2023/07/31 16:16:48 1.50
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.49 2023/07/18 15:54:43 adam Exp $ 1# $NetBSD: Makefile,v 1.50 2023/07/31 16:16:48 adam Exp $
2 2
3DISTNAME= paramiko-3.2.0 3DISTNAME= paramiko-3.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/paramiko/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/paramiko/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.paramiko.org/ 9HOMEPAGE= https://www.paramiko.org/
10COMMENT= SSH2 protocol library 10COMMENT= SSH2 protocol library
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.2:../../security/py-bcrypt 13DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.2:../../security/py-bcrypt
14DEPENDS+= ${PYPKGPREFIX}-nacl>=1.5:../../security/py-nacl 14DEPENDS+= ${PYPKGPREFIX}-nacl>=1.5:../../security/py-nacl
15TEST_DEPENDS+= ${PYPKGPREFIX}-icecream-[0-9]*:../../misc/py-icecream 15TEST_DEPENDS+= ${PYPKGPREFIX}-icecream-[0-9]*:../../misc/py-icecream
16TEST_DEPENDS+= ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke 16TEST_DEPENDS+= ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke

cvs diff -r1.32 -r1.33 pkgsrc/security/py-paramiko/distinfo (expand / switch to unified diff)

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