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: update to 22.0.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a995cfc1444
branches: trunk
changeset: 385216:8a995cfc1444
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 11 18:15:07 2022 +0000
description:
py-OpenSSL: update to 22.0.0.
22.0.0 (2022-01-29)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Drop support for Python 2.7.
`#1047 <https://github.com/pyca/pyopenssl/pull/1047>`_
- The minimum ``cryptography`` version is now 35.0.
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
- Expose wrappers for some `DTLS
<https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`_
primitives. `#1026 <https://github.com/pyca/pyopenssl/pull/1026>`_
diffstat:
security/py-OpenSSL/Makefile | 14 ++++++++------
security/py-OpenSSL/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (52 lines):
diff -r 70d21b52c735 -r 8a995cfc1444 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile Sun Sep 11 18:12:04 2022 +0000
+++ b/security/py-OpenSSL/Makefile Sun Sep 11 18:15:07 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2022/04/21 11:00:00 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2022/09/11 18:15:07 wiz Exp $
-DISTNAME= pyOpenSSL-21.0.0
+DISTNAME= pyOpenSSL-22.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -11,17 +10,20 @@
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
+DEPENDS+= ${PYPKGPREFIX}-cryptography>=35:../../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-runner-[0-9]*:../../devel/py-test-runner
-PYTHON_VERSIONED_DEPENDENCIES+= cryptography
-
# https://github.com/pyca/pyopenssl/issues/656
PYSETUPTESTTARGET= pytest
+# test status as of 22.0.0
+# 4 failed, 521 passed, 1 skipped, 6 warnings
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 70d21b52c735 -r 8a995cfc1444 security/py-OpenSSL/distinfo
--- a/security/py-OpenSSL/distinfo Sun Sep 11 18:12:04 2022 +0000
+++ b/security/py-OpenSSL/distinfo Sun Sep 11 18:15:07 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/11/02 09:45:53 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/09/11 18:15:07 wiz Exp $
-BLAKE2s (pyOpenSSL-21.0.0.tar.gz) = 498287e93820caab4741b4e5222d202fd57913d9edee456a6621bf9ffbb3d00f
-SHA512 (pyOpenSSL-21.0.0.tar.gz) = ca772a420b13b1e3c421170baab031d4769d77539eb5ad3eb0fda409aa8692596ce85d21b244b6e49e70fd35609b64190dcbc4fc8d4493292bac19b7856d5175
-Size (pyOpenSSL-21.0.0.tar.gz) = 175652 bytes
+BLAKE2s (pyOpenSSL-22.0.0.tar.gz) = f6de303c158e235e70f92c99f413b250c6f3dc7a229739eb9fa4ad18d558ac58
+SHA512 (pyOpenSSL-22.0.0.tar.gz) = 3d7695f27b7909eb82f05527ab7551fe90a85a70f20ea980293b59672a62f9b015966180407fa0786e94b01ad1d1acfaa7d40426bb63410efd24a144e559e2f0
+Size (pyOpenSSL-22.0.0.tar.gz) = 178438 bytes
SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87
Home |
Main Index |
Thread Index |
Old Index