pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-rsa
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 24 10:48:55 UTC 2022
Modified Files:
pkgsrc/security/py-rsa: Makefile PLIST distinfo
Log Message:
py-rsa: update to 4.9.
## Version 4.9 - release 2022-07-20
- Remove debug logging from `rsa/key.py`
([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-rsa/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-rsa/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-rsa/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-rsa/Makefile
diff -u pkgsrc/security/py-rsa/Makefile:1.14 pkgsrc/security/py-rsa/Makefile:1.15
--- pkgsrc/security/py-rsa/Makefile:1.14 Wed Jan 5 15:41:20 2022
+++ pkgsrc/security/py-rsa/Makefile Sun Jul 24 10:48:55 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/24 10:48:55 wiz Exp $
-DISTNAME= rsa-4.8
+DISTNAME= rsa-4.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/}
Index: pkgsrc/security/py-rsa/PLIST
diff -u pkgsrc/security/py-rsa/PLIST:1.4 pkgsrc/security/py-rsa/PLIST:1.5
--- pkgsrc/security/py-rsa/PLIST:1.4 Sat Dec 11 20:06:49 2021
+++ pkgsrc/security/py-rsa/PLIST Sun Jul 24 10:48:55 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/12/11 20:06:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/07/24 10:48:55 wiz Exp $
bin/pyrsa-decrypt-${PYVERSSUFFIX}
bin/pyrsa-encrypt-${PYVERSSUFFIX}
bin/pyrsa-keygen-${PYVERSSUFFIX}
@@ -14,9 +14,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/rsa/__init__.py
${PYSITELIB}/rsa/__init__.pyc
${PYSITELIB}/rsa/__init__.pyo
-${PYSITELIB}/rsa/_compat.py
-${PYSITELIB}/rsa/_compat.pyc
-${PYSITELIB}/rsa/_compat.pyo
${PYSITELIB}/rsa/asn1.py
${PYSITELIB}/rsa/asn1.pyc
${PYSITELIB}/rsa/asn1.pyo
Index: pkgsrc/security/py-rsa/distinfo
diff -u pkgsrc/security/py-rsa/distinfo:1.16 pkgsrc/security/py-rsa/distinfo:1.17
--- pkgsrc/security/py-rsa/distinfo:1.16 Sat Dec 11 20:06:49 2021
+++ pkgsrc/security/py-rsa/distinfo Sun Jul 24 10:48:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/12/11 20:06:49 adam Exp $
+$NetBSD: distinfo,v 1.17 2022/07/24 10:48:55 wiz Exp $
-BLAKE2s (rsa-4.8.tar.gz) = 39a7384ac03dd11e06048b7bef761bcbc638f8fd3259e4e68521fac78c128089
-SHA512 (rsa-4.8.tar.gz) = 9dd030eb64aefe62aeefca3e8dbf90a363ef2220409a60911b6f3668dd8f36bd03ee40ea243fe8db98776e654131bfa301b781d4fc50e34f2aafd6d47165b6ba
-Size (rsa-4.8.tar.gz) = 28396 bytes
+BLAKE2s (rsa-4.9.tar.gz) = c8429607f8498e55229bc6f5212e00b96e16b3275f526da0de98a76abb0796fb
+SHA512 (rsa-4.9.tar.gz) = 85f359cc448a42f267f425fcf761597eeeab942523de49284b01d6ea2bcca8bddf0fac26926b487ae91c15889a7c4897a33ee00de859f28fe9cca19ef98c3f19
+Size (rsa-4.9.tar.gz) = 29711 bytes
Home |
Main Index |
Thread Index |
Old Index