pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptodome py-cryptodome: updated to 3.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9eedba5e6ab7
branches:  trunk
changeset: 310311:9eedba5e6ab7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 11 07:59:33 2018 +0000

description:
py-cryptodome: updated to 3.6.4

3.6.4:
New features
* Build Python 3.7 wheels on Linux, Windows and Mac.

Resolved issues
* Rename _cpuid module to make upgrades more robust.
* More meaningful exceptions in case of mismatch in IV length (CBC/OFB/CFB modes).
* Fix compilation issues on Solaris 10/11.

diffstat:

 security/py-cryptodome/Makefile |   4 ++--
 security/py-cryptodome/PLIST    |   8 ++++----
 security/py-cryptodome/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r ef830b48afe9 -r 9eedba5e6ab7 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Wed Jul 11 07:30:40 2018 +0000
+++ b/security/py-cryptodome/Makefile   Wed Jul 11 07:59:33 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/06/24 11:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/11 07:59:33 adam Exp $
 
-DISTNAME=      pycryptodome-3.6.3
+DISTNAME=      pycryptodome-3.6.4
 PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
diff -r ef830b48afe9 -r 9eedba5e6ab7 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Wed Jul 11 07:30:40 2018 +0000
+++ b/security/py-cryptodome/PLIST      Wed Jul 11 07:59:33 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/06/24 11:39:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/07/11 07:59:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -671,9 +671,9 @@
 ${PYSITELIB}/Crypto/Util/__init__.py
 ${PYSITELIB}/Crypto/Util/__init__.pyc
 ${PYSITELIB}/Crypto/Util/__init__.pyo
-${PYSITELIB}/Crypto/Util/_cpuid.py
-${PYSITELIB}/Crypto/Util/_cpuid.pyc
-${PYSITELIB}/Crypto/Util/_cpuid.pyo
+${PYSITELIB}/Crypto/Util/_cpu_features.py
+${PYSITELIB}/Crypto/Util/_cpu_features.pyc
+${PYSITELIB}/Crypto/Util/_cpu_features.pyo
 ${PYSITELIB}/Crypto/Util/_cpuid_c.so
 ${PYSITELIB}/Crypto/Util/_file_system.py
 ${PYSITELIB}/Crypto/Util/_file_system.pyc
diff -r ef830b48afe9 -r 9eedba5e6ab7 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Wed Jul 11 07:30:40 2018 +0000
+++ b/security/py-cryptodome/distinfo   Wed Jul 11 07:59:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/06/24 11:39:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/07/11 07:59:33 adam Exp $
 
-SHA1 (pycryptodome-3.6.3.tar.gz) = ba42c237101035c3994fcaad312e992e795f840b
-RMD160 (pycryptodome-3.6.3.tar.gz) = 2a2d443dae51e37fe657acd0a39f96d5b3dd9142
-SHA512 (pycryptodome-3.6.3.tar.gz) = b283b68ac7bc8897d658af41a6e384066fd7b57211032b9c8b9ac95a29ae75da3b01d9b5162789394aad04fa68721ef206adf0577ca65f8acc2480ab48990661
-Size (pycryptodome-3.6.3.tar.gz) = 7137049 bytes
+SHA1 (pycryptodome-3.6.4.tar.gz) = 788ed34e446074c0c04b9bc0e11533d6608ad236
+RMD160 (pycryptodome-3.6.4.tar.gz) = 6345d3d2fa16481ae18405519a8327bf28c3e9f5
+SHA512 (pycryptodome-3.6.4.tar.gz) = 1c29f0d451da26e08e12a25463d8b0d1af85a253f43bcdafeb71b5ffefb5ae53d9f140335c231e38936aca095cff86692a04f26ef60936f810b36f888099203a
+Size (pycryptodome-3.6.4.tar.gz) = 7137424 bytes



Home | Main Index | Thread Index | Old Index