pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security py-argon2-cffi: updated to 19.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9cf137917260
branches: trunk
changeset: 343963:9cf137917260
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 13 21:12:20 2019 +0000
description:
py-argon2-cffi: updated to 19.2.0
19.2.0:
Backward-incompatible changes:
- Python 3.4 is not supported anymore.
It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible.
It's very unlikely that ``argon2-cffi`` will break under 3.4 anytime soon, but we don't test it and don't ship binary wheels for it anymore.
Changes:
- The dependency on ``enum34`` is now protected using a PEP 508 marker.
This fixes problems when the sdist is handled by a different interpreter version than the one running it.
diffstat:
security/Makefile | 4 ++--
security/py-argon2-cffi/DESCR | 2 ++
security/py-argon2-cffi/Makefile | 30 ++++++++++++++++++++++++++++++
security/py-argon2-cffi/PLIST | 33 +++++++++++++++++++++++++++++++++
security/py-argon2-cffi/distinfo | 6 ++++++
security/py-argon2_cffi/DESCR | 2 --
security/py-argon2_cffi/Makefile | 20 --------------------
security/py-argon2_cffi/PLIST | 33 ---------------------------------
security/py-argon2_cffi/distinfo | 6 ------
9 files changed, 73 insertions(+), 63 deletions(-)
diffs (182 lines):
diff -r e5fab52a6f35 -r 9cf137917260 security/Makefile
--- a/security/Makefile Wed Nov 13 21:08:30 2019 +0000
+++ b/security/Makefile Wed Nov 13 21:12:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.719 2019/11/07 03:28:19 jnemeth Exp $
+# $NetBSD: Makefile,v 1.720 2019/11/13 21:12:20 adam Exp $
#
COMMENT= Security tools
@@ -400,7 +400,7 @@
SUBDIR+= py-acme
SUBDIR+= py-acme-tiny
SUBDIR+= py-aes
-SUBDIR+= py-argon2_cffi
+SUBDIR+= py-argon2-cffi
SUBDIR+= py-asn1
SUBDIR+= py-asn1-modules
SUBDIR+= py-asn1crypto
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2-cffi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-argon2-cffi/DESCR Wed Nov 13 21:12:20 2019 +0000
@@ -0,0 +1,2 @@
+Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
+way to use it in Python and PyPy.
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2-cffi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-argon2-cffi/Makefile Wed Nov 13 21:12:20 2019 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2019/11/13 21:12:20 adam Exp $
+
+DISTNAME= argon2-cffi-19.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/argon2-cffi/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://argon2-cffi.readthedocs.io/
+COMMENT= Secure Argon2 password hashing algorithm
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
+MAKE_ENV+= ARGON2_CFFI_USE_SYSTEM=1
+
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../security/argon2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2-cffi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-argon2-cffi/PLIST Wed Nov 13 21:12:20 2019 +0000
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/13 21:12:20 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/argon2/__init__.py
+${PYSITELIB}/argon2/__init__.pyc
+${PYSITELIB}/argon2/__init__.pyo
+${PYSITELIB}/argon2/__main__.py
+${PYSITELIB}/argon2/__main__.pyc
+${PYSITELIB}/argon2/__main__.pyo
+${PLIST.py2x}${PYSITELIB}/argon2/_ffi.so
+${PLIST.py3x}${PYSITELIB}/argon2/_ffi.abi3.so
+${PYSITELIB}/argon2/_ffi_build.py
+${PYSITELIB}/argon2/_ffi_build.pyc
+${PYSITELIB}/argon2/_ffi_build.pyo
+${PYSITELIB}/argon2/_legacy.py
+${PYSITELIB}/argon2/_legacy.pyc
+${PYSITELIB}/argon2/_legacy.pyo
+${PYSITELIB}/argon2/_password_hasher.py
+${PYSITELIB}/argon2/_password_hasher.pyc
+${PYSITELIB}/argon2/_password_hasher.pyo
+${PYSITELIB}/argon2/_utils.py
+${PYSITELIB}/argon2/_utils.pyc
+${PYSITELIB}/argon2/_utils.pyo
+${PYSITELIB}/argon2/exceptions.py
+${PYSITELIB}/argon2/exceptions.pyc
+${PYSITELIB}/argon2/exceptions.pyo
+${PYSITELIB}/argon2/low_level.py
+${PYSITELIB}/argon2/low_level.pyc
+${PYSITELIB}/argon2/low_level.pyo
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2-cffi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-argon2-cffi/distinfo Wed Nov 13 21:12:20 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/13 21:12:20 adam Exp $
+
+SHA1 (argon2-cffi-19.2.0.tar.gz) = 2242169e3049395317921badc396298d6d09b788
+RMD160 (argon2-cffi-19.2.0.tar.gz) = 10b1ee6604aea30921d4cc3d1ea873f415f727d9
+SHA512 (argon2-cffi-19.2.0.tar.gz) = 05e2eea18bb2fc2ab0c7174081634d6c2a227f14f64a2686b369e1bf2c69721149282c2572f1e4044c3f3a3e93003db8aed174aa64d377a145d6a81cc1f52fd2
+Size (argon2-cffi-19.2.0.tar.gz) = 1816417 bytes
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2_cffi/DESCR
--- a/security/py-argon2_cffi/DESCR Wed Nov 13 21:08:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
-way to use it in Python and PyPy.
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2_cffi/Makefile
--- a/security/py-argon2_cffi/Makefile Wed Nov 13 21:08:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2019/01/21 13:01:16 adam Exp $
-
-DISTNAME= argon2_cffi-19.1.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security python
-MASTER_SITES= ${MASTER_SITE_PYPI:=a/argon2_cffi/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://argon2-cffi.readthedocs.io/
-COMMENT= Secure Argon2 password hashing algorithm
-LICENSE= mit
-
-DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-
-MAKE_ENV+= ARGON2_CFFI_USE_SYSTEM=1
-
-.include "../../lang/python/egg.mk"
-.include "../../security/argon2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2_cffi/PLIST
--- a/security/py-argon2_cffi/PLIST Wed Nov 13 21:08:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2017/09/23 12:38:18 tnn Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/argon2/__init__.py
-${PYSITELIB}/argon2/__init__.pyc
-${PYSITELIB}/argon2/__init__.pyo
-${PYSITELIB}/argon2/__main__.py
-${PYSITELIB}/argon2/__main__.pyc
-${PYSITELIB}/argon2/__main__.pyo
-${PLIST.py2x}${PYSITELIB}/argon2/_ffi.so
-${PLIST.py3x}${PYSITELIB}/argon2/_ffi.abi3.so
-${PYSITELIB}/argon2/_ffi_build.py
-${PYSITELIB}/argon2/_ffi_build.pyc
-${PYSITELIB}/argon2/_ffi_build.pyo
-${PYSITELIB}/argon2/_legacy.py
-${PYSITELIB}/argon2/_legacy.pyc
-${PYSITELIB}/argon2/_legacy.pyo
-${PYSITELIB}/argon2/_password_hasher.py
-${PYSITELIB}/argon2/_password_hasher.pyc
-${PYSITELIB}/argon2/_password_hasher.pyo
-${PYSITELIB}/argon2/_utils.py
-${PYSITELIB}/argon2/_utils.pyc
-${PYSITELIB}/argon2/_utils.pyo
-${PYSITELIB}/argon2/exceptions.py
-${PYSITELIB}/argon2/exceptions.pyc
-${PYSITELIB}/argon2/exceptions.pyo
-${PYSITELIB}/argon2/low_level.py
-${PYSITELIB}/argon2/low_level.pyc
-${PYSITELIB}/argon2/low_level.pyo
diff -r e5fab52a6f35 -r 9cf137917260 security/py-argon2_cffi/distinfo
--- a/security/py-argon2_cffi/distinfo Wed Nov 13 21:08:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2019/01/21 13:01:16 adam Exp $
-
-SHA1 (argon2_cffi-19.1.0.tar.gz) = 84db6dc4cb5c12831b035c77419eca1eede9d151
-RMD160 (argon2_cffi-19.1.0.tar.gz) = 4a19240aa9114748a1afd7591996376529b1eb1b
-SHA512 (argon2_cffi-19.1.0.tar.gz) = 9bc10f0dfbb199e0ae0c9bd6a7c9183a5b0b108966d89bacf8ee744a926d400bccc14869b889a2482be4a5c48bd7ed0464cf316ecad74b758a5493beed7d466c
-Size (argon2_cffi-19.1.0.tar.gz) = 1808120 bytes
Home |
Main Index |
Thread Index |
Old Index