pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-bcrypt



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 13 10:53:29 UTC 2018

Modified Files:
        pkgsrc/security/py-bcrypt: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-bcrypt/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-bcrypt/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-bcrypt/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-bcrypt/Makefile
diff -u pkgsrc/security/py-bcrypt/Makefile:1.11 pkgsrc/security/py-bcrypt/Makefile:1.12
--- pkgsrc/security/py-bcrypt/Makefile:1.11     Thu Oct 12 08:31:58 2017
+++ pkgsrc/security/py-bcrypt/Makefile  Thu Dec 13 10:53:29 2018
@@ -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 @@ LICENSE=      apache-2.0
 
 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"

Index: pkgsrc/security/py-bcrypt/PLIST
diff -u pkgsrc/security/py-bcrypt/PLIST:1.5 pkgsrc/security/py-bcrypt/PLIST:1.6
--- pkgsrc/security/py-bcrypt/PLIST:1.5 Mon Oct  9 06:21:39 2017
+++ pkgsrc/security/py-bcrypt/PLIST     Thu Dec 13 10:53:29 2018
@@ -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/__about__.pyo
 ${PYSITELIB}/bcrypt/__init__.py
 ${PYSITELIB}/bcrypt/__init__.pyc
 ${PYSITELIB}/bcrypt/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/bcrypt/_bcrypt.so
 ${PLIST.py3x}${PYSITELIB}/bcrypt/_bcrypt.abi3.so
+${PLIST.py2x}${PYSITELIB}/bcrypt/_bcrypt.so

Index: pkgsrc/security/py-bcrypt/distinfo
diff -u pkgsrc/security/py-bcrypt/distinfo:1.7 pkgsrc/security/py-bcrypt/distinfo:1.8
--- pkgsrc/security/py-bcrypt/distinfo:1.7      Thu Oct 12 08:31:58 2017
+++ pkgsrc/security/py-bcrypt/distinfo  Thu Dec 13 10:53:29 2018
@@ -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