pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 28 01:20:01 UTC 2017

Modified Files:
        pkgsrc/security/py-cryptography: Makefile distinfo

Log Message:
Updated py-cryptography to 1.7.2.

Add more test dependencies.
Self tests cause a python core dump, see
https://github.com/pyca/cryptography/issues/3372

1.7.2 - 2017-01-27
~~~~~~~~~~~~~~~~~~

* Updated Windows and macOS wheels to be compiled against OpenSSL 1.0.2k.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-cryptography/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-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.49 pkgsrc/security/py-cryptography/Makefile:1.50
--- pkgsrc/security/py-cryptography/Makefile:1.49       Mon Dec 19 08:57:51 2016
+++ pkgsrc/security/py-cryptography/Makefile    Sat Jan 28 01:20:01 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2016/12/19 08:57:51 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2017/01/28 01:20:01 wiz Exp $
 
-DISTNAME=      cryptography-1.7.1
+DISTNAME=      cryptography-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
@@ -20,6 +20,9 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-iso8601-[
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
 
 .include "../../lang/python/pyversion.mk"
 

Index: pkgsrc/security/py-cryptography/distinfo
diff -u pkgsrc/security/py-cryptography/distinfo:1.37 pkgsrc/security/py-cryptography/distinfo:1.38
--- pkgsrc/security/py-cryptography/distinfo:1.37       Mon Dec 19 08:57:51 2016
+++ pkgsrc/security/py-cryptography/distinfo    Sat Jan 28 01:20:01 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2016/12/19 08:57:51 wiz Exp $
+$NetBSD: distinfo,v 1.38 2017/01/28 01:20:01 wiz Exp $
 
-SHA1 (cryptography-1.7.1.tar.gz) = 6ef868de80378546a42b3b49995d7017d33f03e5
-RMD160 (cryptography-1.7.1.tar.gz) = c4081bfbe78afb705e97e8b7d1781169f11ccc9b
-SHA512 (cryptography-1.7.1.tar.gz) = fb88b0ee9e314526fcdbb6d35da409b7335c7408a69d2350c58379471d2b9d76021010955629cf776d26312f22d4f8aa3f135955a19dfbff9d602176c9bbfd40
-Size (cryptography-1.7.1.tar.gz) = 420673 bytes
+SHA1 (cryptography-1.7.2.tar.gz) = 2b5bc62fda71992633f83164b1a74c16a784acdf
+RMD160 (cryptography-1.7.2.tar.gz) = ca1bf254944ec846cfd0af124001601a3052bedf
+SHA512 (cryptography-1.7.2.tar.gz) = 8ddd119385064e1f8288ff318ec16f500b5c125a3811ccb306aeb2664fac495fcdd3cb5a7cbacd10156505c9526b9cdbd66860b35bbcd2f9a6bb285dd6cba8c5
+Size (cryptography-1.7.2.tar.gz) = 420867 bytes



Home | Main Index | Thread Index | Old Index