diff options
author | adam <adam@pkgsrc.org> | 2017-09-27 20:10:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-27 20:10:56 +0000 |
commit | 6dad4cb6b10b73c131ed752a2c8919d42bd0cb3e (patch) | |
tree | b9f264497ecd38e797ff203bd54797dfc14ad385 /security/py-cryptodome | |
parent | 69b269bf4da1d82cf61ef8e6f0bd0873fd9b876d (diff) | |
download | pkgsrc-6dad4cb6b10b73c131ed752a2c8919d42bd0cb3e.tar.gz |
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.
Diffstat (limited to 'security/py-cryptodome')
-rwxr-xr-x | security/py-cryptodome/Makefile | 6 | ||||
-rw-r--r-- | security/py-cryptodome/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index ea1f6c05771..15392eaf199 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -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 functions for Python 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 diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo index f66b33f84a8..1b8b0c6b89f 100644 --- a/security/py-cryptodome/distinfo +++ b/security/py-cryptodome/distinfo @@ -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 |