diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-06 20:32:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-06 20:32:28 +0000 |
commit | 96e82fb81ea870c6c7462d3206851783ffa7d082 (patch) | |
tree | c4e9d1e9cd4c1c8588fd45c8e0a28576d479bbb1 /security/py-cryptography | |
parent | ceb9ed5de9c300ce1db102a1696e7c4d822cba7b (diff) | |
download | pkgsrc-96e82fb81ea870c6c7462d3206851783ffa7d082.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/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 8 |
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 |