diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-28 01:20:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-28 01:20:01 +0000 |
commit | aa6912da7db3f54b8f190c71fd62c8371e4d8248 (patch) | |
tree | 23e1996456c55028a384f0e4c8c7ae72c34b454d /security/py-cryptography | |
parent | 4f2dea5a86d4077295173b3fa8637b31b8ad8ed9 (diff) | |
download | pkgsrc-aa6912da7db3f54b8f190c71fd62c8371e4d8248.tar.gz |
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.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 7 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index b45495a034b..1146d6e1676 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -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-[0-9]*:../../time/py-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" diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index c3b965c46f9..7a9cd482fa3 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -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 |