14
0

- Update to 0.9.1:

* Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject`
    certificate chain APIs would return different types.
  * Added support for Python 3.13.
  * Fixed loading additional certificates on macOS.
- Drop patch no-network-testing.patch, not required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-truststore?expand=0&rev=7
This commit is contained in:
2024-08-14 05:39:21 +00:00
committed by Git OBS Bridge
parent 9f55bc4a88
commit 7fc6a17109
5 changed files with 16 additions and 123 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 14 05:38:45 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.9.1:
* Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject`
certificate chain APIs would return different types.
* Added support for Python 3.13.
* Fixed loading additional certificates on macOS.
- Drop patch no-network-testing.patch, not required.
-------------------------------------------------------------------
Sat Mar 2 08:02:57 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>