forked from pool/python-urllib3
- update to 2.1.0:
* Removed support for the deprecated urllib3[secure] extra.
* Removed support for the deprecated SecureTransport TLS
implementation.
* Removed support for the end-of-life Python 3.7.
* Allowed loading CA certificates from memory for proxies.
* Fixed decoding Gzip-encoded responses which specified
``x-gzip`` content-encoding.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=174
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 20:29:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
* Removed support for the deprecated urllib3[secure] extra.
|
||||
* Removed support for the deprecated SecureTransport TLS
|
||||
implementation.
|
||||
* Removed support for the end-of-life Python 3.7.
|
||||
* Allowed loading CA certificates from memory for proxies.
|
||||
* Fixed decoding Gzip-encoded responses which specified
|
||||
``x-gzip`` content-encoding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 14:21:44 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user