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 Apr 30 12:44:19 UTC 2024

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

Log Message:
py-truststore: updated to 0.9.0

0.9.0

Added support for Python 3.13.
Fixed loading additional certificates on macOS.
Changed error message for Windows when peer offers no certificates and verification is enabled. Previously was IndexError, now is SSLCertVerificationError.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-truststore/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/security/py-truststore/Makefile:1.3
--- pkgsrc/security/py-truststore/Makefile:1.2  Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-truststore/Makefile      Tue Apr 30 12:44:18 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/30 12:44:18 adam Exp $
 
-DISTNAME=      truststore-0.8.0
+DISTNAME=      truststore-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/truststore/}
 
@@ -12,6 +11,8 @@ COMMENT=      Verify certificates using nativ
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/security/py-truststore/distinfo
diff -u pkgsrc/security/py-truststore/distinfo:1.1 pkgsrc/security/py-truststore/distinfo:1.2
--- pkgsrc/security/py-truststore/distinfo:1.1  Fri Sep  8 11:59:32 2023
+++ pkgsrc/security/py-truststore/distinfo      Tue Apr 30 12:44:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/09/08 11:59:32 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/04/30 12:44:18 adam Exp $
 
-BLAKE2s (truststore-0.8.0.tar.gz) = 3d070fb11b336bd2004ed23a0b02939f2d95b6e02acd886b6872b6eededbb93a
-SHA512 (truststore-0.8.0.tar.gz) = 0a29e0af07e458773cda3e3509d887e44c9230a3908818fd42c875e072deca2ca212c3b87335a97247c26567675cd556cacffdd82d6c6240001a643693f8ac4b
-Size (truststore-0.8.0.tar.gz) = 15309 bytes
+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



Home | Main Index | Thread Index | Old Index