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: Mon Jan 13 08:41:20 UTC 2025
Modified Files:
pkgsrc/security/py-OpenSSL: Makefile distinfo
Log Message:
py-OpenSSL: updated to 25.0.0
25.0.0 (2025-01-12)
Changes:
- Corrected type annotations on ``Context.set_alpn_select_callback``, ``Context.set_session_cache_mode``, ``Context.set_options``, ``Context.set_mode``, ``X509.subject_name_hash``, and
``X509Store.load_locations``.
- Deprecated APIs are now marked using ``warnings.deprecated``. ``mypy`` will emit deprecation notices for them when used with ``--enable-error-code deprecated``.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.36 -r1.37 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.73 pkgsrc/security/py-OpenSSL/Makefile:1.74
--- pkgsrc/security/py-OpenSSL/Makefile:1.73 Thu Nov 28 13:21:55 2024
+++ pkgsrc/security/py-OpenSSL/Makefile Mon Jan 13 08:41:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2024/11/28 13:21:55 adam Exp $
+# $NetBSD: Makefile,v 1.74 2025/01/13 08:41:20 adam Exp $
-DISTNAME= pyopenssl-24.3.0
+DISTNAME= pyopenssl-25.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyopenssl/}
@@ -10,16 +10,21 @@ HOMEPAGE= https://pyopenssl.org/
COMMENT= Python interface to the OpenSSL library
LICENSE= apache-2.0
+WHEEL_NAME= ${DISTNAME:S/openssl/OpenSSL/}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cryptography>=41.0.5:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 313
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.9:../../devel/py-typing-extensions
+.endif
+
# 506 passed, 1 skipped, 6 warnings, 3 errors
# one test failure reported at: https://github.com/pyca/pyopenssl/issues/656
-WHEEL_NAME= pyOpenSSL-${PKGVERSION_NOREV}
-
.include "../../lang/python/wheel.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.36 pkgsrc/security/py-OpenSSL/distinfo:1.37
--- pkgsrc/security/py-OpenSSL/distinfo:1.36 Thu Nov 28 13:21:55 2024
+++ pkgsrc/security/py-OpenSSL/distinfo Mon Jan 13 08:41:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/11/28 13:21:55 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/01/13 08:41:20 adam Exp $
-BLAKE2s (pyopenssl-24.3.0.tar.gz) = 38da46910fec2ecd0680b20fa2f9a8a505d3616a58adf40b1361b587ddcac4e2
-SHA512 (pyopenssl-24.3.0.tar.gz) = ca46a56a5c97ac91d1cbe1cb8b4d9e6d84610785736e925a579560802c1dce6b1cd95c0fed5c25aa775be8a4ae514c5962a86f2db5ecab4506e67ba80ebebd44
-Size (pyopenssl-24.3.0.tar.gz) = 178944 bytes
+BLAKE2s (pyopenssl-25.0.0.tar.gz) = 019c433210052fe2f826482b189dc97074c12fa16e78db64ed8d05ebc49c7ed7
+SHA512 (pyopenssl-25.0.0.tar.gz) = 77f9f03610a4ddaf115d581b873e728a79ba0e8d762ddeffacb600b6bc4a50bde2edfc114aebe12b9e177f3d53c19fe0c2bf0a5821e609489b8640e23c324376
+Size (pyopenssl-25.0.0.tar.gz) = 179573 bytes
Home |
Main Index |
Thread Index |
Old Index