pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-OpenSSL
Module Name: pkgsrc
Committed By: adam
Date: Wed May 31 12:58:48 UTC 2023
Modified Files:
pkgsrc/security/py-OpenSSL: Makefile distinfo
Log Message:
py-OpenSSL: updated to 23.2.0
23.2.0 (2023-05-30)
Backward-incompatible changes:
- Removed ``X509StoreFlags.NOTIFY_POLICY``.
Changes:
- ``cryptography`` maximum version has been increased to 41.0.x.
- Invalid versions are now rejected in ``OpenSSL.crypto.X509Req.set_version``.
- Added ``X509VerificationCodes`` to ``OpenSSL.SSL``.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/py-OpenSSL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-OpenSSL/Makefile
diff -u pkgsrc/security/py-OpenSSL/Makefile:1.65 pkgsrc/security/py-OpenSSL/Makefile:1.66
--- pkgsrc/security/py-OpenSSL/Makefile:1.65 Tue Apr 18 17:17:39 2023
+++ pkgsrc/security/py-OpenSSL/Makefile Wed May 31 12:58:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2023/04/18 17:17:39 adam Exp $
+# $NetBSD: Makefile,v 1.66 2023/05/31 12:58:48 adam Exp $
-DISTNAME= pyOpenSSL-23.1.1
+DISTNAME= pyOpenSSL-23.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,19 +10,17 @@ HOMEPAGE= https://pyopenssl.org/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.0:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=40.0.2:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-
-# https://github.com/pyca/pyopenssl/issues/656
-PYSETUPTESTTARGET= pytest
-
-# test status as of 23.0.0
-# 2 failed, 535 passed, 1 skipped, 6 warnings
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# https://github.com/pyca/pyopenssl/issues/656
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
.include "../../lang/python/egg.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.30 pkgsrc/security/py-OpenSSL/distinfo:1.31
--- pkgsrc/security/py-OpenSSL/distinfo:1.30 Tue Apr 18 17:17:39 2023
+++ pkgsrc/security/py-OpenSSL/distinfo Wed May 31 12:58:48 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2023/04/18 17:17:39 adam Exp $
+$NetBSD: distinfo,v 1.31 2023/05/31 12:58:48 adam Exp $
-BLAKE2s (pyOpenSSL-23.1.1.tar.gz) = 22ad5ada8e01d5f04e17f244a8806ac72beadeb3fb50f90ea9665621414efd53
-SHA512 (pyOpenSSL-23.1.1.tar.gz) = 581f907ac9acf71c3340bbd413ecf161dafeac1cb406649c683fc770f8bcfcc1630a977defa9b3ee218631959ed14ea62d0a02cdf74af9fdce5ddec34ad1e1ea
-Size (pyOpenSSL-23.1.1.tar.gz) = 183402 bytes
+BLAKE2s (pyOpenSSL-23.2.0.tar.gz) = c7f9b3158a6ec659c79536c69542adf487f986fbbc1a0ba69822289f035eb4d7
+SHA512 (pyOpenSSL-23.2.0.tar.gz) = a467801bf94959a067d9d3551b47d17d4798bf0b87d253d41a89cac9cdb1731a967a98bda3e83ab8a560ed5fdc0a17f34604f3c6e0f6789bc4c920bc49f520c9
+Size (pyOpenSSL-23.2.0.tar.gz) = 185132 bytes
SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87
Home |
Main Index |
Thread Index |
Old Index