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:   adam
Date:           Sat Dec 11 20:06:49 UTC 2021

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

Log Message:
py-rsa: updated to 4.8

Version 4.8

- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using `raise new_exception from old_exception`
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
  to use type annotations from Python-RSA
- Use the Chinese Remainder Theorem when decrypting with a private key. This
  makes decryption 2-4x faster


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-rsa/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-rsa/PLIST
cvs rdiff -u -r1.15 -r1.16 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.11 pkgsrc/security/py-rsa/Makefile:1.12
--- pkgsrc/security/py-rsa/Makefile:1.11        Wed Feb 24 19:14:38 2021
+++ pkgsrc/security/py-rsa/Makefile     Sat Dec 11 20:06:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/02/24 19:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/11 20:06:49 adam Exp $
 
-DISTNAME=      rsa-4.7.2
+DISTNAME=      rsa-4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rsa/}
@@ -11,8 +11,6 @@ COMMENT=      Pure-Python RSA implementation
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/security/py-rsa/PLIST
diff -u pkgsrc/security/py-rsa/PLIST:1.3 pkgsrc/security/py-rsa/PLIST:1.4
--- pkgsrc/security/py-rsa/PLIST:1.3    Tue Sep  1 04:09:14 2020
+++ pkgsrc/security/py-rsa/PLIST        Sat Dec 11 20:06:49 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/09/01 04:09:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/12/11 20:06:49 adam Exp $
 bin/pyrsa-decrypt-${PYVERSSUFFIX}
 bin/pyrsa-encrypt-${PYVERSSUFFIX}
 bin/pyrsa-keygen-${PYVERSSUFFIX}
@@ -47,6 +47,7 @@ ${PYSITELIB}/rsa/pkcs1_v2.pyo
 ${PYSITELIB}/rsa/prime.py
 ${PYSITELIB}/rsa/prime.pyc
 ${PYSITELIB}/rsa/prime.pyo
+${PYSITELIB}/rsa/py.typed
 ${PYSITELIB}/rsa/randnum.py
 ${PYSITELIB}/rsa/randnum.pyc
 ${PYSITELIB}/rsa/randnum.pyo

Index: pkgsrc/security/py-rsa/distinfo
diff -u pkgsrc/security/py-rsa/distinfo:1.15 pkgsrc/security/py-rsa/distinfo:1.16
--- pkgsrc/security/py-rsa/distinfo:1.15        Tue Oct 26 11:17:49 2021
+++ pkgsrc/security/py-rsa/distinfo     Sat Dec 11 20:06:49 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:17:49 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/11 20:06:49 adam Exp $
 
-BLAKE2s (rsa-4.7.2.tar.gz) = 65515273a97b0adfeca1311b3d28adad0f6316e6cf55f90d683280bc096fc0fc
-SHA512 (rsa-4.7.2.tar.gz) = 63f561774dbaa10511167cba31e0f852e32b3250f2803edaa2729dc2b28baa2c42cb79dfbd49e38eb42ce82f665ed4c3d9dcc810c37380401e2c62202b1c7948
-Size (rsa-4.7.2.tar.gz) = 39711 bytes
+BLAKE2s (rsa-4.8.tar.gz) = 39a7384ac03dd11e06048b7bef761bcbc638f8fd3259e4e68521fac78c128089
+SHA512 (rsa-4.8.tar.gz) = 9dd030eb64aefe62aeefca3e8dbf90a363ef2220409a60911b6f3668dd8f36bd03ee40ea243fe8db98776e654131bfa301b781d4fc50e34f2aafd6d47165b6ba
+Size (rsa-4.8.tar.gz) = 28396 bytes



Home | Main Index | Thread Index | Old Index