14
0

Accepting request 772134 from home:mcalabkova:branches:devel:languages:python

- update to 1.25.8
  * Drop support for EOL Python 3.4
  * Optimize _encode_invalid_chars
  * Preserve chunked parameter on retries
  * Allow unset SERVER_SOFTWARE in App Engine
  * Fix issue where URL fragment was sent within the request target.
  * Fix issue where an empty query section in a URL would fail to parse.
  * Remove TLS 1.3 support in SecureTransport due to Apple removing support.

OBS-URL: https://build.opensuse.org/request/show/772134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=92
This commit is contained in:
Tomáš Chvátal
2020-02-09 10:12:39 +00:00
committed by Git OBS Bridge
parent fb537fb110
commit 4f41961611
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 7 15:24:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.25.8
* Drop support for EOL Python 3.4
* Optimize _encode_invalid_chars
* Preserve chunked parameter on retries
* Allow unset SERVER_SOFTWARE in App Engine
* Fix issue where URL fragment was sent within the request target.
* Fix issue where an empty query section in a URL would fail to parse.
* Remove TLS 1.3 support in SecureTransport due to Apple removing support.
-------------------------------------------------------------------
Tue Oct 15 10:53:45 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>