pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-bcrypt py-bcrypt: updated to 3.1.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b0c62cbcab6
branches: trunk
changeset: 326719:0b0c62cbcab6
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 13 10:53:29 2018 +0000
description:
py-bcrypt: updated to 3.1.5
3.1.5
Added support for compilation on AIX.
Dropped Python 2.6 and 3.3 support.
Switched to using abi3 wheels for Python 3. If you are not getting a wheel on a compatible platform please upgrade your pip version.
diffstat:
security/py-bcrypt/Makefile | 8 +++-----
security/py-bcrypt/PLIST | 4 ++--
security/py-bcrypt/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 12 deletions(-)
diffs (54 lines):
diff -r 4417c136a826 -r 0b0c62cbcab6 security/py-bcrypt/Makefile
--- a/security/py-bcrypt/Makefile Thu Dec 13 10:49:38 2018 +0000
+++ b/security/py-bcrypt/Makefile Thu Dec 13 10:53:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/10/12 08:31:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/12/13 10:53:29 adam Exp $
-DISTNAME= bcrypt-3.1.4
+DISTNAME= bcrypt-3.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
@@ -12,9 +12,7 @@
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-CONFLICTS+= ${PYPKGPREFIX}-py-bcrypt-[0-9]*
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4.0:../../devel/py-test
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4417c136a826 -r 0b0c62cbcab6 security/py-bcrypt/PLIST
--- a/security/py-bcrypt/PLIST Thu Dec 13 10:49:38 2018 +0000
+++ b/security/py-bcrypt/PLIST Thu Dec 13 10:53:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/10/09 06:21:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/12/13 10:53:29 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,5 +11,5 @@
${PYSITELIB}/bcrypt/__init__.py
${PYSITELIB}/bcrypt/__init__.pyc
${PYSITELIB}/bcrypt/__init__.pyo
+${PLIST.py3x}${PYSITELIB}/bcrypt/_bcrypt.abi3.so
${PLIST.py2x}${PYSITELIB}/bcrypt/_bcrypt.so
-${PLIST.py3x}${PYSITELIB}/bcrypt/_bcrypt.abi3.so
diff -r 4417c136a826 -r 0b0c62cbcab6 security/py-bcrypt/distinfo
--- a/security/py-bcrypt/distinfo Thu Dec 13 10:49:38 2018 +0000
+++ b/security/py-bcrypt/distinfo Thu Dec 13 10:53:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/10/12 08:31:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/12/13 10:53:29 adam Exp $
-SHA1 (bcrypt-3.1.4.tar.gz) = e271e060bd8e80a5e8c625661d37179da7510499
-RMD160 (bcrypt-3.1.4.tar.gz) = 36fafe531903767edf63c23c416f756eb39c4047
-SHA512 (bcrypt-3.1.4.tar.gz) = 885dadec10aa9c5944a68e73ebc3ba409d41517850fad1bcb61321a8ce4072b95422472b9f7ca76508e9b0d24a86e19f3e415a0713f0a1921b9d3f796089ae71
-Size (bcrypt-3.1.4.tar.gz) = 42575 bytes
+SHA1 (bcrypt-3.1.5.tar.gz) = b9f045ff13556ccb6250d68648d4039e639a95e8
+RMD160 (bcrypt-3.1.5.tar.gz) = 0568582e585002767a73bae9f56116992ddcd072
+SHA512 (bcrypt-3.1.5.tar.gz) = 321aafe2e532a1cf068cfdd8ccf8785c96a7106b7aa7c44ad58290a0ff3b25f2f23bdd7abde5b3f102d99b9c7335da92f03b2999bcba5ad1ff7ed33e2f836144
+Size (bcrypt-3.1.5.tar.gz) = 42160 bytes
Home |
Main Index |
Thread Index |
Old Index