14
0

- update to 1.26.5:

* Fixed deprecation warnings emitted in Python 3.10.
  * Updated vendored ``six`` library to 1.16.0.
  * Improved performance of URL parser when splitting
    the authority component.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=123
This commit is contained in:
2021-06-06 12:03:15 +00:00
committed by Git OBS Bridge
parent 1378162248
commit 603e48d703
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 6 12:02:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.26.5:
* Fixed deprecation warnings emitted in Python 3.10.
* Updated vendored ``six`` library to 1.16.0.
* Improved performance of URL parser when splitting
the authority component.
-------------------------------------------------------------------
Tue Mar 16 21:09:42 UTC 2021 - Dirk Müller <dmueller@suse.com>