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: wiz
Date: Sun May 18 09:58:37 UTC 2025
Modified Files:
pkgsrc/security/py-OpenSSL: Makefile distinfo
Log Message:
py-OpenSSL: update to 25.1.0.
25.1.0 (2025-05-17)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
- Attempting using any methods that mutate an ``OpenSSL.SSL.Context`` after it
has been used to create an ``OpenSSL.SSL.Connection`` will emit a warning. In
a future release, this will raise an exception.
Changes:
^^^^^^^^
* ``cryptography`` maximum version has been increased to 45.0.x.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.37 -r1.38 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.76 pkgsrc/security/py-OpenSSL/Makefile:1.77
--- pkgsrc/security/py-OpenSSL/Makefile:1.76 Sun Apr 13 11:04:06 2025
+++ pkgsrc/security/py-OpenSSL/Makefile Sun May 18 09:58:37 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2025/04/13 11:04:06 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2025/05/18 09:58:37 wiz Exp $
-DISTNAME= pyopenssl-25.0.0
+DISTNAME= pyopenssl-25.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
-PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyopenssl/}
@@ -21,8 +20,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0
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
+# as of 25.1.0
+# 1 failed, 460 passed, 1 skipped, 364 warnings, 3 errors
.include "../../lang/python/wheel.mk"
.include "../../security/openssl/buildlink3.mk"
Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.37 pkgsrc/security/py-OpenSSL/distinfo:1.38
--- pkgsrc/security/py-OpenSSL/distinfo:1.37 Mon Jan 13 08:41:20 2025
+++ pkgsrc/security/py-OpenSSL/distinfo Sun May 18 09:58:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/01/13 08:41:20 adam Exp $
+$NetBSD: distinfo,v 1.38 2025/05/18 09:58:37 wiz Exp $
-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
+BLAKE2s (pyopenssl-25.1.0.tar.gz) = ece1a4799784c1f59c2dbee92c46250a25b0a7337358c0c68b488d082e52b574
+SHA512 (pyopenssl-25.1.0.tar.gz) = a2783d02011b09669fb215b0ab44d0c91bea10bcd72d6369c4f680768fd9eb9d1b7622566c22cd29fcedacea2b21f60a86311f5cf996d2acea1a4b51cbd82ef1
+Size (pyopenssl-25.1.0.tar.gz) = 179937 bytes
Home |
Main Index |
Thread Index |
Old Index