pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Update to 0.7.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/138090bc8f26
branches:  trunk
changeset: 644862:138090bc8f26
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 18 17:25:39 2015 +0000

description:
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:

 security/py-cryptography/Makefile |  5 ++---
 security/py-cryptography/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 6559e7af6285 -r 138090bc8f26 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Sun Jan 18 17:19:41 2015 +0000
+++ b/security/py-cryptography/Makefile Sun Jan 18 17:25:39 2015 +0000
@@ -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 -r 6559e7af6285 -r 138090bc8f26 security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Sun Jan 18 17:19:41 2015 +0000
+++ b/security/py-cryptography/distinfo Sun Jan 18 17:25:39 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index