pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-rsa py-rsa: update to 4.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b94424e25f80
branches:  trunk
changeset: 382259:b94424e25f80
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 10:48:55 2022 +0000

description:
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)).

diffstat:

 security/py-rsa/Makefile |  5 ++---
 security/py-rsa/PLIST    |  5 +----
 security/py-rsa/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 9c49f8309490 -r b94424e25f80 security/py-rsa/Makefile
--- a/security/py-rsa/Makefile  Sun Jul 24 10:48:36 2022 +0000
+++ b/security/py-rsa/Makefile  Sun Jul 24 10:48:55 2022 +0000
@@ -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 -r 9c49f8309490 -r b94424e25f80 security/py-rsa/PLIST
--- a/security/py-rsa/PLIST     Sun Jul 24 10:48:36 2022 +0000
+++ b/security/py-rsa/PLIST     Sun Jul 24 10:48:55 2022 +0000
@@ -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}/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 -r 9c49f8309490 -r b94424e25f80 security/py-rsa/distinfo
--- a/security/py-rsa/distinfo  Sun Jul 24 10:48:36 2022 +0000
+++ b/security/py-rsa/distinfo  Sun Jul 24 10:48:55 2022 +0000
@@ -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