pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-rsa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep  1 04:09:14 UTC 2020

Modified Files:
        pkgsrc/security/py-rsa: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-rsa/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-rsa/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-rsa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-rsa/Makefile
diff -u pkgsrc/security/py-rsa/Makefile:1.7 pkgsrc/security/py-rsa/Makefile:1.8
--- pkgsrc/security/py-rsa/Makefile:1.7 Sun Oct  7 10:41:52 2018
+++ pkgsrc/security/py-rsa/Makefile     Tue Sep  1 04:09:14 2020
@@ -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:

Index: pkgsrc/security/py-rsa/PLIST
diff -u pkgsrc/security/py-rsa/PLIST:1.2 pkgsrc/security/py-rsa/PLIST:1.3
--- pkgsrc/security/py-rsa/PLIST:1.2    Sun Oct  7 10:41:52 2018
+++ pkgsrc/security/py-rsa/PLIST        Tue Sep  1 04:09:14 2020
@@ -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

Index: pkgsrc/security/py-rsa/distinfo
diff -u pkgsrc/security/py-rsa/distinfo:1.9 pkgsrc/security/py-rsa/distinfo:1.10
--- pkgsrc/security/py-rsa/distinfo:1.9 Tue Oct 23 09:55:09 2018
+++ pkgsrc/security/py-rsa/distinfo     Tue Sep  1 04:09:14 2020
@@ -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