Tue May 7 03:50:18 2024 UTC (31d)
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.


(adam)
diff -r1.3 -r1.4 pkgsrc/security/py-truststore/Makefile
diff -r1.2 -r1.3 pkgsrc/security/py-truststore/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/security/py-truststore/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-truststore/Makefile 2024/04/30 12:44:18 1.3
+++ pkgsrc/security/py-truststore/Makefile 2024/05/07 03:50:18 1.4
@@ -1,22 +1,26 @@ @@ -1,22 +1,26 @@
1# $NetBSD: Makefile,v 1.3 2024/04/30 12:44:18 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2024/05/07 03:50:18 adam Exp $
2 2
3DISTNAME= truststore-0.9.0 3DISTNAME= truststore-0.9.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/truststore/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/truststore/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sethmlarson/truststore 9HOMEPAGE= https://github.com/sethmlarson/truststore
10COMMENT= Verify certificates using native system trust stores 10COMMENT= Verify certificates using native system trust stores
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 14TEST_DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
 15TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 16TEST_DEPENDS+= ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
 17TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
16 20
17USE_LANGUAGES= # none 21USE_LANGUAGES= # none
18 22
19PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 23PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
20 24
21.include "../../lang/python/wheel.mk" 25.include "../../lang/python/wheel.mk"
22.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/security/py-truststore/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-truststore/distinfo 2024/04/30 12:44:18 1.2
+++ pkgsrc/security/py-truststore/distinfo 2024/05/07 03:50:18 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2024/04/30 12:44:18 adam Exp $ 1$NetBSD: distinfo,v 1.3 2024/05/07 03:50:18 adam Exp $
2 2
3BLAKE2s (truststore-0.9.0.tar.gz) = 4de3dc1da5601bdafad5e57a763d360d739d8a9d6ef39439dc6ba9cc8a987675 3BLAKE2s (truststore-0.9.1.tar.gz) = 050d9e95d0564c7c1fd686a3c92d09a8bb12fb713fed57b46563724adf1405d9
4SHA512 (truststore-0.9.0.tar.gz) = 38bee5a8fd2d3818afba7f705cf65ebb156e92fbe3807f9cbb26e736f64505eb28cea53fbd4f61cec33d4c4e70f5bb91e1e5e56aae3e9ca0846d8fefaa4d9c3b 4SHA512 (truststore-0.9.1.tar.gz) = fdeb35a361db728e3bff5e1d6491aab0a45ac293cc4c6ab08d124820156e0ee57b77fbae9dcf84608a68660077354657213e176b4ef227220ee662eb5d51c81b
5Size (truststore-0.9.0.tar.gz) = 23254 bytes 5Size (truststore-0.9.1.tar.gz) = 23276 bytes