forked from pool/python-httpcore
- Update to 0.18.0:
- Add support for HTTPS proxies. - Handle sni_hostname extension with SOCKS proxy. - Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. - Handle HTTP/1.1 half-closed connections gracefully. - Drop Python 3.7 support. - Update httpcore-allow-deprecationwarnings-test.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 11:30:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 0.18.0:
|
||||
- Add support for HTTPS proxies.
|
||||
- Handle sni_hostname extension with SOCKS proxy.
|
||||
- Change the type of Extensions from Mapping[Str, Any] to
|
||||
MutableMapping[Str, Any].
|
||||
- Handle HTTP/1.1 half-closed connections gracefully.
|
||||
- Drop Python 3.7 support.
|
||||
- Update httpcore-allow-deprecationwarnings-test.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 11:05:24 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user