Skip to content

Commit

Permalink
py-rsa: update to 4.9.
Browse files Browse the repository at this point in the history
## Version 4.9 - release 2022-07-20

- Remove debug logging from `rsa/key.py`
  ([#194](sybrenstuvel/python-rsa#194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
  ([#189](sybrenstuvel/python-rsa#189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
  ([#191](sybrenstuvel/python-rsa#191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
  ([#188](sybrenstuvel/python-rsa#188)).
  • Loading branch information
wiz committed Jul 24, 2022
1 parent 17acf13 commit d9487b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions security/py-rsa/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
5 changes: 1 addition & 4 deletions security/py-rsa/PLIST
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions security/py-rsa/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9487b0

Please sign in to comment.