pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-truststore
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 22 10:07:23 UTC 2024
Modified Files:
pkgsrc/security/py-truststore: Makefile distinfo
Log Message:
py-truststore: updated to 0.9.2
0.9.2
Fixed an issue where implementations supporting Python 3.10 but not the peer certificate chain APIs would fail during the handshake instead of when importing the truststore module. The module now
raises an error immediately instead of on first handshake. This was added for the GraalPy implementation specifically, but there may be others.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-truststore/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-truststore/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-truststore/Makefile
diff -u pkgsrc/security/py-truststore/Makefile:1.4 pkgsrc/security/py-truststore/Makefile:1.5
--- pkgsrc/security/py-truststore/Makefile:1.4 Tue May 7 03:50:18 2024
+++ pkgsrc/security/py-truststore/Makefile Thu Aug 22 10:07:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/05/07 03:50:18 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/22 10:07:23 adam Exp $
-DISTNAME= truststore-0.9.1
+DISTNAME= truststore-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/truststore/}
@@ -20,7 +20,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-https
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE= 38 39
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-truststore/distinfo
diff -u pkgsrc/security/py-truststore/distinfo:1.3 pkgsrc/security/py-truststore/distinfo:1.4
--- pkgsrc/security/py-truststore/distinfo:1.3 Tue May 7 03:50:18 2024
+++ pkgsrc/security/py-truststore/distinfo Thu Aug 22 10:07:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/05/07 03:50:18 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/08/22 10:07:23 adam Exp $
-BLAKE2s (truststore-0.9.1.tar.gz) = 050d9e95d0564c7c1fd686a3c92d09a8bb12fb713fed57b46563724adf1405d9
-SHA512 (truststore-0.9.1.tar.gz) = fdeb35a361db728e3bff5e1d6491aab0a45ac293cc4c6ab08d124820156e0ee57b77fbae9dcf84608a68660077354657213e176b4ef227220ee662eb5d51c81b
-Size (truststore-0.9.1.tar.gz) = 23276 bytes
+BLAKE2s (truststore-0.9.2.tar.gz) = cd3c11a0ab6c63dad2934287f7ebe3c3c561e5a53cbb8459707722f453317f5d
+SHA512 (truststore-0.9.2.tar.gz) = 189940eb6910e556115ce6afea1d9693e734080a68ff79dbe6a2ecd44b26ab4ab30e3c1a4d4e76cdd4b9d093f81dfa883a6f4dfe566a12c34abd8e465ea85f63
+Size (truststore-0.9.2.tar.gz) = 23633 bytes
Home |
Main Index |
Thread Index |
Old Index