diff --git a/python-truststore.changes b/python-truststore.changes index 265cdfb..cb1c6e8 100644 --- a/python-truststore.changes +++ b/python-truststore.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 24 10:44:14 UTC 2025 - Dirk Müller + +- update to 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). + ------------------------------------------------------------------- Tue Jan 28 10:07:25 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-truststore.spec b/python-truststore.spec index 6e62389..2d58b39 100644 --- a/python-truststore.spec +++ b/python-truststore.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-truststore -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Verify certificates using OS trust stores License: MIT diff --git a/truststore-0.10.0.tar.gz b/truststore-0.10.0.tar.gz deleted file mode 100644 index 6772620..0000000 --- a/truststore-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e89641dba78a9427f782ad2d824bed93583a9465002fe59b63c3fd12cbe8f5 -size 28644 diff --git a/truststore-0.10.1.tar.gz b/truststore-0.10.1.tar.gz new file mode 100644 index 0000000..5fee1bb --- /dev/null +++ b/truststore-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a470d2763875f9b9a148d5726af330d15b65d2a83f70610c262de8888ee94b4e +size 29120