14
0

- 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:
2023-11-27 20:30:05 +00:00
committed by Git OBS Bridge
parent 2e198fd675
commit e748795144
4 changed files with 18 additions and 5 deletions

View File

@@ -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>