15
0
Files
python-truststore/python-truststore.changes
Matej Cepl c46f8273c8 Accepting request 1114433 from home:mimi_vx:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1114433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-truststore?expand=0&rev=3
2023-09-30 13:15:18 +00:00

22 lines
997 B
Plaintext

-------------------------------------------------------------------
Fri Sep 29 17:56:07 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 15:00:19 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Initial packaging effort for truststore 0.4.0.
- Add no-network-testing.patch to skip networked tests
(gh#sethmlarson/truststore#65).