diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-18 17:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-18 17:25:39 +0000 |
commit | 7c4a658d871e2e46825714730ce915ff12079907 (patch) | |
tree | 886249b229ad31bfd0570721b521b4a686fa8c4d /security | |
parent | 43635451fe366bda08239dee45df903406410bd0 (diff) | |
download | pkgsrc-7c4a658d871e2e46825714730ce915ff12079907.tar.gz |
Update to 0.7.2:
0.7.2 - 2015-01-16
~~~~~~~~~~~~~~~~~~
* Updated Windows wheels to be compiled against OpenSSL 1.0.1l.
* ``enum34`` is no longer installed on Python 3.4, where it is included in
the standard library.
* Added a new function to the OpenSSL bindings to support additional
functionality in pyOpenSSL.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/Makefile | 5 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 0ce26819a77..3d0b3f88452 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/01/07 01:01:12 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/01/18 17:25:39 wiz Exp $ -DISTNAME= cryptography-0.7.1 +DISTNAME= cryptography-0.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/ diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 9b89eb12ff0..9a5f86b53d8 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2015/01/03 16:00:55 wiz Exp $ +$NetBSD: distinfo,v 1.12 2015/01/18 17:25:39 wiz Exp $ -SHA1 (cryptography-0.7.1.tar.gz) = 02f7d6b197e6424498e83587d59e3ba2ada6c379 -RMD160 (cryptography-0.7.1.tar.gz) = fc272e0f192573e74846bf81b45845d885d41c24 -Size (cryptography-0.7.1.tar.gz) = 247309 bytes +SHA1 (cryptography-0.7.2.tar.gz) = 55fdb6258da9b0cc5a6ba4c3a3e123ca172d77cc +RMD160 (cryptography-0.7.2.tar.gz) = e86780518727107e93494b5c915818442f9fe043 +Size (cryptography-0.7.2.tar.gz) = 247477 bytes SHA1 (patch-src_cryptography_hazmat_bindings_utils.py) = 1dbe88db3f1af4dd1b5836d9f353223d532d79bb SHA1 (patch-src_cryptography_hazmat_primitives_constant__time.py) = dae1d27d76589a0f1f4236e4b8a311bb44c43185 SHA1 (patch-src_cryptography_hazmat_primitives_padding.py) = 994ee7d82ad59b9e3d28eaf4b192c17820d13323 |