summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-06 20:32:28 +0000
committerwiz <wiz>2015-09-06 20:32:28 +0000
commitdb9a1827b3166fc49e0814d08f2e9b7d59abc74b (patch)
treec4e9d1e9cd4c1c8588fd45c8e0a28576d479bbb1 /security
parent8832a394322313cb451b96e2e965a9677bfe495e (diff)
downloadpkgsrc-db9a1827b3166fc49e0814d08f2e9b7d59abc74b.tar.gz
Update to 1.0.1:
1.0.1 - 2015-09-05 ~~~~~~~~~~~~~~~~~~ * We now ship OS X wheels that statically link OpenSSL by default. When installing a wheel on OS X 10.10+ (and using a Python compiled against the 10.10 SDK) users will no longer need to compile. See :doc:`/installation` for alternate installation methods if required. * Set the default string mask to UTF-8 in the OpenSSL backend to resolve character encoding issues with older versions of OpenSSL. * Several new OpenSSL bindings have been added to support a future pyOpenSSL release. * Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+.
Diffstat (limited to 'security')
-rw-r--r--security/py-cryptography/Makefile4
-rw-r--r--security/py-cryptography/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 8a021ee3021..10d9657625c 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2015/09/05 12:00:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2015/09/06 20:32:28 wiz Exp $
-DISTNAME= cryptography-1.0
+DISTNAME= cryptography-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo
index 85be035b652..5d6f5d61355 100644
--- a/security/py-cryptography/distinfo
+++ b/security/py-cryptography/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2015/08/17 15:55:28 wiz Exp $
+$NetBSD: distinfo,v 1.21 2015/09/06 20:32:28 wiz Exp $
-SHA1 (cryptography-1.0.tar.gz) = 53b79a748ac89c0a3bb5c50079959fffbb35efb6
-RMD160 (cryptography-1.0.tar.gz) = fa5a28709349b896bdb8d0b0747aec3cd65dd4d5
-Size (cryptography-1.0.tar.gz) = 331438 bytes
+SHA1 (cryptography-1.0.1.tar.gz) = 5abec429514447bcf11ceddec0fcf5f5776320b4
+RMD160 (cryptography-1.0.1.tar.gz) = 940b32f9603541d24da15dec024169720b77fa15
+Size (cryptography-1.0.1.tar.gz) = 332242 bytes