Source-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.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd5db813aca5
branches:  trunk
changeset: 437818:fd5db813aca5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 01 04:09:14 2020 +0000

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

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

diffs (56 lines):

diff -r 12c7c9253ea6 -r fd5db813aca5 security/py-rsa/Makefile
--- a/security/py-rsa/Makefile  Tue Sep 01 04:08:42 2020 +0000
+++ b/security/py-rsa/Makefile  Tue Sep 01 04:09:14 2020 +0000
@@ -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 @@
 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 -r 12c7c9253ea6 -r fd5db813aca5 security/py-rsa/PLIST
--- a/security/py-rsa/PLIST     Tue Sep 01 04:08:42 2020 +0000
+++ b/security/py-rsa/PLIST     Tue Sep 01 04:09:14 2020 +0000
@@ -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/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 -r 12c7c9253ea6 -r fd5db813aca5 security/py-rsa/distinfo
--- a/security/py-rsa/distinfo  Tue Sep 01 04:08:42 2020 +0000
+++ b/security/py-rsa/distinfo  Tue Sep 01 04:09:14 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index