pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL py-OpenSSL: updated to 19.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e5066a6084
branches:  trunk
changeset: 318226:86e5066a6084
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 22 09:12:09 2019 +0000

description:
py-OpenSSL: updated to 19.0.0

19.0.0:

Backward-incompatible changes:
- X509Store.add_cert no longer raises an error if you add a duplicate cert.

Changes:
- pyOpenSSL now works with OpenSSL 1.1.1.
- pyOpenSSL now handles NUL bytes in X509Name.get_components()

diffstat:

 security/py-OpenSSL/Makefile |  10 +++++-----
 security/py-OpenSSL/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r 53146aa78405 -r 86e5066a6084 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Tue Jan 22 08:56:38 2019 +0000
+++ b/security/py-OpenSSL/Makefile      Tue Jan 22 09:12:09 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2018/05/23 09:40:52 adam Exp $
+# $NetBSD: Makefile,v 1.52 2019/01/22 09:12:09 adam Exp $
 
-DISTNAME=      pyOpenSSL-18.0.0
+DISTNAME=      pyOpenSSL-19.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,15 +10,15 @@
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.2.1:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 # https://github.com/pyca/pyopenssl/issues/656
-do-test:
-       cd ${WRKSRC} && PYTHONPATH=src py.test-${PYVERSSUFFIX}
+PYSETUPTESTTARGET=      pytest
 
 .include "../../lang/python/egg.mk"
 .include "../../security/openssl/buildlink3.mk"
diff -r 53146aa78405 -r 86e5066a6084 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo      Tue Jan 22 08:56:38 2019 +0000
+++ b/security/py-OpenSSL/distinfo      Tue Jan 22 09:12:09 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2018/05/23 09:40:52 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/01/22 09:12:09 adam Exp $
 
-SHA1 (pyOpenSSL-18.0.0.tar.gz) = a41b82512585dd05a5370fb737f4eb4119030a38
-RMD160 (pyOpenSSL-18.0.0.tar.gz) = 54c8388058e2ee74d90f120e742434d64f9a9069
-SHA512 (pyOpenSSL-18.0.0.tar.gz) = 7106d4116243a164c1f458ad495564c2cf3a46b4b0fbb1d452b4174ead4409bc9c783c3a4674231ed3c26ecf588077b01dadbdefe033d5e7251a61531c6f6c15
-Size (pyOpenSSL-18.0.0.tar.gz) = 167296 bytes
+SHA1 (pyOpenSSL-19.0.0.tar.gz) = 894c2736538d8fff4ffe6e02a4811d5f62e54350
+RMD160 (pyOpenSSL-19.0.0.tar.gz) = a240c8323b20c0b97db278c863c00c50fd7f8caa
+SHA512 (pyOpenSSL-19.0.0.tar.gz) = a7e12bf5be725ccebd1223d567a9b9e8bd35f79cbf3a0409108fa6f00e10ab137dd6876369e9dede02b2abc7d700786cc905532ca5c31b6e246f6df8b24e2818
+Size (pyOpenSSL-19.0.0.tar.gz) = 168551 bytes
 SHA1 (patch-tests_memdbg.py) = 0cca9c930a8f6065205ed28ec6d2551b45f4d606



Home | Main Index | Thread Index | Old Index