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:           Tue May  7 03:50:18 UTC 2024

Modified Files:
        pkgsrc/security/py-truststore: Makefile distinfo

Log Message:
py-truststore: updated to 0.9.1

0.9.1

Fixed an issue for CPython 3.13 where ssl.SSLSocket and ssl.SSLObject certificate chain APIs would return different types.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-truststore/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/security/py-truststore/Makefile:1.4
--- pkgsrc/security/py-truststore/Makefile:1.3  Tue Apr 30 12:44:18 2024
+++ pkgsrc/security/py-truststore/Makefile      Tue May  7 03:50:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/04/30 12:44:18 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/07 03:50:18 adam Exp $
 
-DISTNAME=      truststore-0.9.0
+DISTNAME=      truststore-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/truststore/}
@@ -11,6 +11,10 @@ COMMENT=     Verify certificates using nativ
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
+TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
+TEST_DEPENDS+= ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
 

Index: pkgsrc/security/py-truststore/distinfo
diff -u pkgsrc/security/py-truststore/distinfo:1.2 pkgsrc/security/py-truststore/distinfo:1.3
--- pkgsrc/security/py-truststore/distinfo:1.2  Tue Apr 30 12:44:18 2024
+++ pkgsrc/security/py-truststore/distinfo      Tue May  7 03:50:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/30 12:44:18 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/05/07 03:50:18 adam Exp $
 
-BLAKE2s (truststore-0.9.0.tar.gz) = 4de3dc1da5601bdafad5e57a763d360d739d8a9d6ef39439dc6ba9cc8a987675
-SHA512 (truststore-0.9.0.tar.gz) = 38bee5a8fd2d3818afba7f705cf65ebb156e92fbe3807f9cbb26e736f64505eb28cea53fbd4f61cec33d4c4e70f5bb91e1e5e56aae3e9ca0846d8fefaa4d9c3b
-Size (truststore-0.9.0.tar.gz) = 23254 bytes
+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



Home | Main Index | Thread Index | Old Index