14
0

- update to 1.26.3:

* Fixed bytes and string comparison issue with headers (Pull #2141)
  * Changed ``ProxySchemeUnknown`` error message to be
    more actionable if the user supplies a proxy URL without
    a scheme. (Pull #2107)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=117
This commit is contained in:
2021-01-28 23:21:12 +00:00
committed by Git OBS Bridge
parent b29a44bf2a
commit b0430c52db
5 changed files with 77 additions and 45 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 28 23:20:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.26.3:
* Fixed bytes and string comparison issue with headers (Pull #2141)
* Changed ``ProxySchemeUnknown`` error message to be
more actionable if the user supplies a proxy URL without
a scheme. (Pull #2107)
-------------------------------------------------------------------
Fri Jan 1 13:20:04 UTC 2021 - Benjamin Greiner <code@bnavigator.de>