Changelog for
python311-truststore-0.9.1-lp160.3.1.noarch.rpm :
* Thu Oct 03 2024 Steve Kowalik
- Add missing BuildRequires on pyOpenSSL for the testsuite, rather than depending on it transitivity.
* Wed Aug 14 2024 Steve Kowalik - 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 02 2024 Andreas Schneider - Use sle15_python_module_pythons
* Fri Sep 29 2023 Ondřej Súkup - update to 0.8.0- refresh no-network-testing.patch
* Added documentation for how to use truststore with urllib3, Requests, aiohttp, and pip.
* Added pass-through implementations for many ssl.SSLContext methods like load_cert_chain(), set_alpn_protocols(), etc.
* Added inject_into_ssl() and extract_from_ssl() to enable Truststore for all packages using ssl.SSLContext automatically
* Added support for setting check_hostname, verify_mode, and verify_flags.
* Fixed issue where a RecursionError that would be raised when setting SSLContext.minimum_version or .maximum_version
* Thu Jul 28 2022 Matej Cepl - Initial packaging effort for truststore 0.4.0.- Add no-network-testing.patch to skip networked tests (gh#sethmlarson/truststore#65).