Sun Jul 24 10:48:55 2022 UTC ()
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)).


(wiz)
diff -r1.14 -r1.15 pkgsrc/security/py-rsa/Makefile
diff -r1.4 -r1.5 pkgsrc/security/py-rsa/PLIST
diff -r1.16 -r1.17 pkgsrc/security/py-rsa/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/security/py-rsa/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-rsa/Makefile 2022/01/05 15:41:20 1.14
+++ pkgsrc/security/py-rsa/Makefile 2022/07/24 10:48:55 1.15
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2022/07/24 10:48:55 wiz Exp $
2 2
3DISTNAME= rsa-4.8 3DISTNAME= rsa-4.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= security python 5CATEGORIES= security python
7MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/sybrenstuvel/python-rsa 9HOMEPAGE= https://github.com/sybrenstuvel/python-rsa
11COMMENT= Pure-Python RSA implementation 10COMMENT= Pure-Python RSA implementation
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1 13DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1
15 14
16PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
17 16
18USE_PKG_RESOURCES= yes 17USE_PKG_RESOURCES= yes

cvs diff -r1.4 -r1.5 pkgsrc/security/py-rsa/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-rsa/PLIST 2021/12/11 20:06:49 1.4
+++ pkgsrc/security/py-rsa/PLIST 2022/07/24 10:48:55 1.5
@@ -1,32 +1,29 @@ @@ -1,32 +1,29 @@
1@comment $NetBSD: PLIST,v 1.4 2021/12/11 20:06:49 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/07/24 10:48:55 wiz Exp $
2bin/pyrsa-decrypt-${PYVERSSUFFIX} 2bin/pyrsa-decrypt-${PYVERSSUFFIX}
3bin/pyrsa-encrypt-${PYVERSSUFFIX} 3bin/pyrsa-encrypt-${PYVERSSUFFIX}
4bin/pyrsa-keygen-${PYVERSSUFFIX} 4bin/pyrsa-keygen-${PYVERSSUFFIX}
5bin/pyrsa-priv2pub-${PYVERSSUFFIX} 5bin/pyrsa-priv2pub-${PYVERSSUFFIX}
6bin/pyrsa-sign-${PYVERSSUFFIX} 6bin/pyrsa-sign-${PYVERSSUFFIX}
7bin/pyrsa-verify-${PYVERSSUFFIX} 7bin/pyrsa-verify-${PYVERSSUFFIX}
8${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 8${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
9${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 9${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
10${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 10${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
11${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 11${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
12${PYSITELIB}/${EGG_INFODIR}/requires.txt 12${PYSITELIB}/${EGG_INFODIR}/requires.txt
13${PYSITELIB}/${EGG_INFODIR}/top_level.txt 13${PYSITELIB}/${EGG_INFODIR}/top_level.txt
14${PYSITELIB}/rsa/__init__.py 14${PYSITELIB}/rsa/__init__.py
15${PYSITELIB}/rsa/__init__.pyc 15${PYSITELIB}/rsa/__init__.pyc
16${PYSITELIB}/rsa/__init__.pyo 16${PYSITELIB}/rsa/__init__.pyo
17${PYSITELIB}/rsa/_compat.py 
18${PYSITELIB}/rsa/_compat.pyc 
19${PYSITELIB}/rsa/_compat.pyo 
20${PYSITELIB}/rsa/asn1.py 17${PYSITELIB}/rsa/asn1.py
21${PYSITELIB}/rsa/asn1.pyc 18${PYSITELIB}/rsa/asn1.pyc
22${PYSITELIB}/rsa/asn1.pyo 19${PYSITELIB}/rsa/asn1.pyo
23${PYSITELIB}/rsa/cli.py 20${PYSITELIB}/rsa/cli.py
24${PYSITELIB}/rsa/cli.pyc 21${PYSITELIB}/rsa/cli.pyc
25${PYSITELIB}/rsa/cli.pyo 22${PYSITELIB}/rsa/cli.pyo
26${PYSITELIB}/rsa/common.py 23${PYSITELIB}/rsa/common.py
27${PYSITELIB}/rsa/common.pyc 24${PYSITELIB}/rsa/common.pyc
28${PYSITELIB}/rsa/common.pyo 25${PYSITELIB}/rsa/common.pyo
29${PYSITELIB}/rsa/core.py 26${PYSITELIB}/rsa/core.py
30${PYSITELIB}/rsa/core.pyc 27${PYSITELIB}/rsa/core.pyc
31${PYSITELIB}/rsa/core.pyo 28${PYSITELIB}/rsa/core.pyo
32${PYSITELIB}/rsa/key.py 29${PYSITELIB}/rsa/key.py

cvs diff -r1.16 -r1.17 pkgsrc/security/py-rsa/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-rsa/distinfo 2021/12/11 20:06:49 1.16
+++ pkgsrc/security/py-rsa/distinfo 2022/07/24 10:48:55 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2021/12/11 20:06:49 adam Exp $ 1$NetBSD: distinfo,v 1.17 2022/07/24 10:48:55 wiz Exp $
2 2
3BLAKE2s (rsa-4.8.tar.gz) = 39a7384ac03dd11e06048b7bef761bcbc638f8fd3259e4e68521fac78c128089 3BLAKE2s (rsa-4.9.tar.gz) = c8429607f8498e55229bc6f5212e00b96e16b3275f526da0de98a76abb0796fb
4SHA512 (rsa-4.8.tar.gz) = 9dd030eb64aefe62aeefca3e8dbf90a363ef2220409a60911b6f3668dd8f36bd03ee40ea243fe8db98776e654131bfa301b781d4fc50e34f2aafd6d47165b6ba 4SHA512 (rsa-4.9.tar.gz) = 85f359cc448a42f267f425fcf761597eeeab942523de49284b01d6ea2bcca8bddf0fac26926b487ae91c15889a7c4897a33ee00de859f28fe9cca19ef98c3f19
5Size (rsa-4.8.tar.gz) = 28396 bytes 5Size (rsa-4.9.tar.gz) = 29711 bytes