From d9487b07c54ccb32de696ba8a997c8ece10703a8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 24 Jul 2022 10:48:55 +0000 Subject: [PATCH] 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)). --- security/py-rsa/Makefile | 5 ++--- security/py-rsa/PLIST | 5 +---- security/py-rsa/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index be64cd498cff..829a18ecf20d 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -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/} diff --git a/security/py-rsa/PLIST b/security/py-rsa/PLIST index 7da5810c91a6..064653849d95 100644 --- a/security/py-rsa/PLIST +++ b/security/py-rsa/PLIST @@ -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.txt ${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 diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index 749a315ffcef..cdcf3380d06a 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -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