pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 27 20:10:56 UTC 2017

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile distinfo

Log Message:
py-cryptodome: update to 3.4.7

3.4.7:

New features
* API documentation is made with sphinx instead of epydoc.
* Start using ``importlib`` instead of ``imp``` where available.

Resolved issues
* Fixed PEM header for RSA/DSA public keys.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-cryptodome/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-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.6 pkgsrc/security/py-cryptodome/Makefile:1.7
--- pkgsrc/security/py-cryptodome/Makefile:1.6  Tue Mar  7 16:28:17 2017
+++ pkgsrc/security/py-cryptodome/Makefile      Wed Sep 27 20:10:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/03/07 16:28:17 maya Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/27 20:10:56 adam Exp $
 
-DISTNAME=      pycryptodome-3.4.5
+DISTNAME=      pycryptodome-3.4.7
 PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
@@ -11,7 +11,7 @@ COMMENT=      Cryptographic and hash function
 LICENSE=       public-domain AND python-software-foundation
 
 do-test:
-       ${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test
 
 # XXX is this needed?
 CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.3 pkgsrc/security/py-cryptodome/distinfo:1.4
--- pkgsrc/security/py-cryptodome/distinfo:1.3  Tue Mar  7 16:28:17 2017
+++ pkgsrc/security/py-cryptodome/distinfo      Wed Sep 27 20:10:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/03/07 16:28:17 maya Exp $
+$NetBSD: distinfo,v 1.4 2017/09/27 20:10:56 adam Exp $
 
-SHA1 (pycryptodome-3.4.5.tar.gz) = a5d66d1b923b57d4aa3f4bdb2d296b39f23213d2
-RMD160 (pycryptodome-3.4.5.tar.gz) = ebdb0edb86f048889f467ddabb9efe95b74254e6
-SHA512 (pycryptodome-3.4.5.tar.gz) = b33bb8e404bbd9b294f185a44468c7b09504fda94cf37f2445e6afbea4837510146470c1dcf7b28133d1b50d6f59685957fd5cd770d7afefcecca6bb18ad36bd
-Size (pycryptodome-3.4.5.tar.gz) = 6494255 bytes
+SHA1 (pycryptodome-3.4.7.tar.gz) = 19e7035789179fd2574fb36baf2ea548323f5b40
+RMD160 (pycryptodome-3.4.7.tar.gz) = 72065fe6e79de640c548a76c1b87cdef4fc4b082
+SHA512 (pycryptodome-3.4.7.tar.gz) = a328df1f3b2cfeccbb5984aca4c5cbd59e8a352c817e82411d2876b2494476027f63e61200b0cc87e9420e8b47e91fffe71865fb2c23a66da0276814641eaab0
+Size (pycryptodome-3.4.7.tar.gz) = 6483140 bytes



Home | Main Index | Thread Index | Old Index