diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-01 04:09:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-01 04:09:14 +0000 |
commit | ad84eb269824ff92b835548a4892f338561747bc (patch) | |
tree | e80e78467744cf9dc2fffbf331a3db871d1febf5 /security/py-rsa | |
parent | 4f5c2fe91a47a3270598ed90c0f8179895d5ed4d (diff) | |
download | pkgsrc-ad84eb269824ff92b835548a4892f338561747bc.tar.gz |
py-rsa: update to 4.6.
Major changes in 4.1
--------------------
Version 4.0 was the last version to support Python 2 and 3.4. Version 4.1 is compatible with Python 3.5+ only.
(newer changes not found)
Diffstat (limited to 'security/py-rsa')
-rw-r--r-- | security/py-rsa/Makefile | 6 | ||||
-rw-r--r-- | security/py-rsa/PLIST | 5 | ||||
-rw-r--r-- | security/py-rsa/distinfo | 11 |
3 files changed, 10 insertions, 12 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index 9b92c649896..edfb5472f6c 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/10/07 10:41:52 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/09/01 04:09:14 wiz Exp $ -DISTNAME= rsa-4.0 +DISTNAME= rsa-4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} @@ -13,6 +13,8 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_LANGUAGES= # none post-install: diff --git a/security/py-rsa/PLIST b/security/py-rsa/PLIST index 6fe6bb32b7b..d37cfe1a02c 100644 --- a/security/py-rsa/PLIST +++ b/security/py-rsa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/10/07 10:41:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/09/01 04:09:14 wiz Exp $ bin/pyrsa-decrypt-${PYVERSSUFFIX} bin/pyrsa-encrypt-${PYVERSSUFFIX} bin/pyrsa-keygen-${PYVERSSUFFIX} @@ -32,9 +32,6 @@ ${PYSITELIB}/rsa/core.pyo ${PYSITELIB}/rsa/key.py ${PYSITELIB}/rsa/key.pyc ${PYSITELIB}/rsa/key.pyo -${PYSITELIB}/rsa/machine_size.py -${PYSITELIB}/rsa/machine_size.pyc -${PYSITELIB}/rsa/machine_size.pyo ${PYSITELIB}/rsa/parallel.py ${PYSITELIB}/rsa/parallel.pyc ${PYSITELIB}/rsa/parallel.pyo diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index 12e87536ea1..a260a6facbe 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/10/23 09:55:09 jperkin Exp $ +$NetBSD: distinfo,v 1.10 2020/09/01 04:09:14 wiz Exp $ -SHA1 (rsa-4.0.tar.gz) = 8a68dcee7bd2a7727c253b9ed2820cd1b5b9241a -RMD160 (rsa-4.0.tar.gz) = 806f139f5b69af170c7a04977665cdf8d4c046c7 -SHA512 (rsa-4.0.tar.gz) = e11106741cc4275246c986d39b3f028b5a4df6fbffdd08a78072ac3d3a9a7ade7a39789c504a2705f54d858a9bdbf03981251f32f9c45baba71e4a986e14b24e -Size (rsa-4.0.tar.gz) = 37385 bytes -SHA1 (patch-setup.py) = 8335daf31dd1acd8b47512b647f83196cfaa38d5 +SHA1 (rsa-4.6.tar.gz) = 43335708732a72541476be1432c06f9992dc8e2d +RMD160 (rsa-4.6.tar.gz) = 399e2100a851fc00984b814ab614b6d5292a4f7a +SHA512 (rsa-4.6.tar.gz) = 643ee292780c2e35c8f2c3750eb291799b051bd2bd2aa5332884b35fb46c8a0c53f09c38f196e02aed329af7562bcb20f23e876e54f89bed5fb416220c809f9d +Size (rsa-4.6.tar.gz) = 46954 bytes |