pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-bcrypt Update to version 1.1.1. No public ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7756213f11cd
branches:  trunk
changeset: 649535:7756213f11cd
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Apr 04 21:49:17 2015 +0000

description:
Update to version 1.1.1. No public ChangeLog. Fixed HOMEPAGE and added
py-six and removed py-mock as dependencies for the tests option. Some
commits from the repo:

Enable coverage testing and require 100% coverage
Upgrade crypt_blowfish to 1.3
Removed usage of mock which wasn't really doing anything

diffstat:

 security/py-bcrypt/Makefile   |   4 ++--
 security/py-bcrypt/PLIST      |  36 ++++++++++++++++++------------------
 security/py-bcrypt/distinfo   |   8 ++++----
 security/py-bcrypt/options.mk |   4 ++--
 4 files changed, 26 insertions(+), 26 deletions(-)

diffs (88 lines):

diff -r 8e9f5870e8f3 -r 7756213f11cd security/py-bcrypt/Makefile
--- a/security/py-bcrypt/Makefile       Sat Apr 04 20:17:21 2015 +0000
+++ b/security/py-bcrypt/Makefile       Sat Apr 04 21:49:17 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/11/04 21:41:20 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/04 21:49:17 rodent Exp $
 
-DISTNAME=      bcrypt-1.0.2
+DISTNAME=      bcrypt-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python security
 MASTER_SITES=  https://pypi.python.org/packages/source/b/bcrypt/
diff -r 8e9f5870e8f3 -r 7756213f11cd security/py-bcrypt/PLIST
--- a/security/py-bcrypt/PLIST  Sat Apr 04 20:17:21 2015 +0000
+++ b/security/py-bcrypt/PLIST  Sat Apr 04 21:49:17 2015 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/03 02:27:10 rodent Exp $
-${PYSITELIB}/_cffi_677459_d17cc0.so
+@comment $NetBSD: PLIST,v 1.2 2015/04/04 21:49:17 rodent Exp $
+${PYSITELIB}/_bcrypt_cffi_6b390667x92a686ca.so
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,19 +12,19 @@
 ${PYSITELIB}/bcrypt/__init__.py
 ${PYSITELIB}/bcrypt/__init__.pyc
 ${PYSITELIB}/bcrypt/__init__.pyo
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/LINKS
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/Makefile
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/PERFORMANCE
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/README
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt.3
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_blowfish.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_blowfish.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_gensalt.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_gensalt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.1.3-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.14-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.3.6-crypt.diff
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/ow-crypt.h
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/wrapper.c
-${PYSITELIB}/bcrypt/crypt_blowfish-1.2/x86.S
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/LINKS
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/Makefile
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/PERFORMANCE
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/README
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt.3
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_blowfish.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_blowfish.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_gensalt.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/crypt_gensalt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.1.3-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.14-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/glibc-2.3.6-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/ow-crypt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/wrapper.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.3/x86.S
diff -r 8e9f5870e8f3 -r 7756213f11cd security/py-bcrypt/distinfo
--- a/security/py-bcrypt/distinfo       Sat Apr 04 20:17:21 2015 +0000
+++ b/security/py-bcrypt/distinfo       Sat Apr 04 21:49:17 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/03 02:27:10 rodent Exp $
+$NetBSD: distinfo,v 1.2 2015/04/04 21:49:17 rodent Exp $
 
-SHA1 (bcrypt-1.0.2.tar.gz) = 79ee90df35a3fb6a7b4c2675af3699b25918f09c
-RMD160 (bcrypt-1.0.2.tar.gz) = 7beeb9fc116418017143504f85c4eb0375b42fec
-Size (bcrypt-1.0.2.tar.gz) = 40386 bytes
+SHA1 (bcrypt-1.1.1.tar.gz) = 38d9973aeb5f0cea17ce01e457b1b8eafdf85797
+RMD160 (bcrypt-1.1.1.tar.gz) = be0cc2e808392001c183190db5825800da1ea5ee
+Size (bcrypt-1.1.1.tar.gz) = 39714 bytes
diff -r 8e9f5870e8f3 -r 7756213f11cd security/py-bcrypt/options.mk
--- a/security/py-bcrypt/options.mk     Sat Apr 04 20:17:21 2015 +0000
+++ b/security/py-bcrypt/options.mk     Sat Apr 04 21:49:17 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/05/03 02:27:10 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/04 21:49:17 rodent Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-bcrypt
 PKG_SUPPORTED_OPTIONS= tests
@@ -8,5 +8,5 @@
 
 .if !empty(PKG_OPTIONS:Mtests)
 DEPENDS+=              ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+=              ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=              ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 .endif



Home | Main Index | Thread Index | Old Index