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:           Fri Feb  7 21:50:40 UTC 2025

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

Log Message:
py-truststore: updated to 0.10.1

0.10.1

Fixed the patching of Requests' globally-cached ssl.SSLContext object to work automagically with truststore.inject_into_ssl() regardless of import-order.
Speed up import times by skipping feature-checking for known Python implementations (CPython and PyPy).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-truststore/Makefile
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/security/py-truststore/Makefile:1.8
--- pkgsrc/security/py-truststore/Makefile:1.7  Sun Nov  3 20:01:05 2024
+++ pkgsrc/security/py-truststore/Makefile      Fri Feb  7 21:50:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/11/03 20:01:05 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/07 21:50:40 adam Exp $
 
-DISTNAME=      truststore-0.10.0
+DISTNAME=      truststore-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/truststore/}

Index: pkgsrc/security/py-truststore/distinfo
diff -u pkgsrc/security/py-truststore/distinfo:1.5 pkgsrc/security/py-truststore/distinfo:1.6
--- pkgsrc/security/py-truststore/distinfo:1.5  Sun Nov  3 20:01:05 2024
+++ pkgsrc/security/py-truststore/distinfo      Fri Feb  7 21:50:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/11/03 20:01:05 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/07 21:50:40 adam Exp $
 
-BLAKE2s (truststore-0.10.0.tar.gz) = 4eb5b63ab5e2b88cc81205b0d1a2291961364e4b575ba241e9b13e81bbca4afc
-SHA512 (truststore-0.10.0.tar.gz) = 5fcea625b77fdf158aadd323949d9104aa78a37be44c19ef02c4e569910a6548bae698254cebf856892e84f9a9395abb9ed23c1decf44e453efb6059e6aa8b09
-Size (truststore-0.10.0.tar.gz) = 24810 bytes
+BLAKE2s (truststore-0.10.1.tar.gz) = d35eba6e3c6345c0145d962acd00eeaf2a10f75e42f9b2e367091465ca1aef7f
+SHA512 (truststore-0.10.1.tar.gz) = 66257b3aaf34f74196bfe8986091b9a99d266853d764638310f257a02b59539e96fc1c62324fa7ef2727dd316e48aefc639a95426fa36741b79f286889417bd2
+Size (truststore-0.10.1.tar.gz) = 26101 bytes



Home | Main Index | Thread Index | Old Index