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 Oct 11 09:34:52 UTC 2021
Modified Files:
pkgsrc/security/py-paramiko: Makefile distinfo
Log Message:
py-paramiko: updated to 2.8.0
2.8.0 2021-10-09
[Feature] Add a prefetch keyword argument to SFTPClient.get/SFTPClient.getfo so users who need to skip SFTP prefetching are able to conditionally turn it off. Thanks to Github user @h3ll0r for the PR.
[Bug] Newer server-side key exchange algorithms not intended to use SHA1 (diffie-hellman-group14-sha256, diffie-hellman-group16-sha512) were incorrectly using SHA1 after all, due to a bug causing
them to ignore the hash_algo class attribute. This has been corrected. Big thanks to @miverson for the report and to Benno Rice for the patch.
[Support] Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. Credit: Alex Gaynor.
[Support] Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. Thanks to Sandro Tosi for reporting the issue and to Blazej
Michalik for the PR.
[Support]: Update our CI to catch issues with sdist generation, installation and testing.
[Support]: Administrivia overhaul, including but not limited to:
Migrate CI to CircleCI
Primary dev branch is now main (renamed)
Many README edits for clarity, modernization etc; including a bunch more (and consistent) status badges & unification with main project site index
PyPI page much more fleshed out (long_description is now filled in with the README; sidebar links expanded; etc)
flake8, pytest configs split out of setup.cfg into their own files
Invoke/invocations (used by maintainers/contributors) upgraded to modern versions
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.25 -r1.26 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.40 pkgsrc/security/py-paramiko/Makefile:1.41
--- pkgsrc/security/py-paramiko/Makefile:1.40 Tue Sep 8 17:43:12 2020
+++ pkgsrc/security/py-paramiko/Makefile Mon Oct 11 09:34:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2020/09/08 17:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.41 2021/10/11 09:34:52 adam Exp $
-DISTNAME= paramiko-2.7.2
+DISTNAME= paramiko-2.8.0
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.25 pkgsrc/security/py-paramiko/distinfo:1.26
--- pkgsrc/security/py-paramiko/distinfo:1.25 Thu Oct 7 14:54:32 2021
+++ pkgsrc/security/py-paramiko/distinfo Mon Oct 11 09:34:52 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/07 14:54:32 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/10/11 09:34:52 adam Exp $
-RMD160 (paramiko-2.7.2.tar.gz) = 7231323b3c46dc16da0a34490f7866caad54838b
-SHA512 (paramiko-2.7.2.tar.gz) = 230522734379b9861da5e9fc4baf5b7386ea35990430ba320c6d55d04beebeaefdd7d000a2be23d1178d7fd96ba400702ffe0ab03e8856c604456108876545bd
-Size (paramiko-2.7.2.tar.gz) = 1069537 bytes
+RMD160 (paramiko-2.8.0.tar.gz) = 3603af104e3723cd8c078baef1b8415bffdade02
+SHA512 (paramiko-2.8.0.tar.gz) = e989c922c66606abe103a8bad581d80e04847eaa64e9c7f819a87d099658ae723009840cc24e32048c81eec01de2d72fdc859d91fd618988c9b241e17ea11af7
+Size (paramiko-2.8.0.tar.gz) = 1063170 bytes
Home |
Main Index |
Thread Index |
Old Index