forked from pool/python-urllib3
- update to 2.0.3:
* Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. * Deprecated URLs which don't have an explicit scheme * Fixed response decoding with Zstandard when compressed data is made of several frames. * Fixed ``assert_hostname=False`` to correctly skip hostname check. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=159
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 20:26:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.3:
|
||||
* Allowed alternative SSL libraries such as LibreSSL, while
|
||||
still issuing a warning as we cannot help users facing issues
|
||||
with implementations other than OpenSSL.
|
||||
* Deprecated URLs which don't have an explicit scheme
|
||||
* Fixed response decoding with Zstandard when compressed data
|
||||
is made of several frames.
|
||||
* Fixed ``assert_hostname=False`` to correctly skip hostname
|
||||
check.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 12:37:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user