14
0

- update to 1.26.16:

* Fixed thread-safety issue where accessing a ``PoolManager``
    with many distinct origins would cause connection pools to
    be closed while requests are in progress
- drop support-fixed-ssl-shared_ciphers.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3_1?expand=0&rev=11
This commit is contained in:
2023-05-23 20:05:41 +00:00
committed by Git OBS Bridge
parent cd1a3a1c59
commit 6e1cca0382
6 changed files with 65 additions and 75 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 23 20:02:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.26.16:
* Fixed thread-safety issue where accessing a ``PoolManager``
with many distinct origins would cause connection pools to
be closed while requests are in progress
- drop support-fixed-ssl-shared_ciphers.patch (obsolete)
-------------------------------------------------------------------
Mon May 22 11:23:33 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>