14
0

- Update to 1.24.1:

* Remove quadratic behavior within GzipDecoder.decompress()
    (Issue #1467)
  * Restored functionality of ciphers parameter for
    create_urllib3_context(). (Issue #1462)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=55
This commit is contained in:
2018-12-30 17:24:43 +00:00
committed by Git OBS Bridge
parent 627a9e53e9
commit 78a5300b00
7 changed files with 22 additions and 19 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Dec 30 18:20:59 CET 2018 - mcepl@suse.com
- Update to 1.24.1:
* Remove quadratic behavior within GzipDecoder.decompress()
(Issue #1467)
* Restored functionality of ciphers parameter for
create_urllib3_context(). (Issue #1462)
-------------------------------------------------------------------
Thu Nov 1 14:14:34 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>