Fri Sep 30 11:17:39 2016 UTC ()
Updated py-cryptography to 1.5.1.

1.5.1 - 2016-09-22
~~~~~~~~~~~~~~~~~~

* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i.
* Resolved a ``UserWarning`` when used with cffi 1.8.3.
* Fixed a memory leak in name creation with X.509.
* Added a workaround for old versions of setuptools.
* Fixed an issue preventing ``cryptography`` from compiling against
  OpenSSL 1.0.2i.


(wiz)
diff -r1.43 -r1.44 pkgsrc/security/py-cryptography/Makefile
diff -r1.32 -r1.33 pkgsrc/security/py-cryptography/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/security/py-cryptography/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-cryptography/Makefile 2016/09/12 18:34:31 1.43
+++ pkgsrc/security/py-cryptography/Makefile 2016/09/30 11:17:39 1.44
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.43 2016/09/12 18:34:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2016/09/30 11:17:39 wiz Exp $
2 2
3DISTNAME= cryptography-1.5 3DISTNAME= cryptography-1.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= security python 5CATEGORIES= security python
7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://pypi.python.org/pypi/cryptography/ 9HOMEPAGE= https://pypi.python.org/pypi/cryptography/
11COMMENT= Cryptographic recipes and primitives for Python 10COMMENT= Cryptographic recipes and primitives for Python
12LICENSE= apache-2.0 OR modified-bsd 11LICENSE= apache-2.0 OR modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1 13DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
15DEPENDS+= ${PYPKGPREFIX}-cffi>=1.8.2:../../devel/py-cffi 14DEPENDS+= ${PYPKGPREFIX}-cffi>=1.8.2:../../devel/py-cffi
16DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser 15DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
17DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna 16DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
18DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 17DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

cvs diff -r1.32 -r1.33 pkgsrc/security/py-cryptography/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-cryptography/distinfo 2016/08/31 06:47:09 1.32
+++ pkgsrc/security/py-cryptography/distinfo 2016/09/30 11:17:39 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2016/08/31 06:47:09 wiz Exp $ 1$NetBSD: distinfo,v 1.33 2016/09/30 11:17:39 wiz Exp $
2 2
3SHA1 (cryptography-1.5.tar.gz) = be8293f1617b640e947ce9495531a1c18729a40e 3SHA1 (cryptography-1.5.1.tar.gz) = 18e1b1ab0f6701e979d879cdf9d744ba6db8a66b
4RMD160 (cryptography-1.5.tar.gz) = 67e2cf176ca6fb3a2257468172c0deb3a5398228 4RMD160 (cryptography-1.5.1.tar.gz) = ee9b0aef462609f4dd997b0b172fe4a6d31b3440
5SHA512 (cryptography-1.5.tar.gz) = 762b313296baf8ec6eb86557a844065022b83a623c7babc374bd63f575085dc845611c385df870050a2633d6b8c6c8399d8470647328b8f2ff44b17937a04756 5SHA512 (cryptography-1.5.1.tar.gz) = 9aa37d4abd095f719a2124719680872a907201ee152063b1757416487df1ee8423ba15dc40ff5b52c073b22f4d42b8aacd9d54d213511f14fc3b755e625eb449
6Size (cryptography-1.5.tar.gz) = 400318 bytes 6Size (cryptography-1.5.1.tar.gz) = 400682 bytes