forked from pool/python-urllib3_1
- Update to 1.26.20:
* Fixed a crash where certain standard library hash functions were absent in FIPS-compliant environments. * Replaced deprecated dash-separated setuptools entries in setup.cfg. * Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. * Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. - Drop patch openssl-3.2.patch: * No longer required. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3_1?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 06:30:59 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.26.20:
|
||||
* Fixed a crash where certain standard library hash functions were absent
|
||||
in FIPS-compliant environments.
|
||||
* Replaced deprecated dash-separated setuptools entries in setup.cfg.
|
||||
* Backported changes to our tests and CI configuration from v2.x to
|
||||
support testing with CPython 3.12 and 3.13.
|
||||
* Added the Proxy-Authorization header to the list of headers to strip
|
||||
from requests when redirecting to a different host. As before, different
|
||||
headers can be set via Retry.remove_headers_on_redirect.
|
||||
- Drop patch openssl-3.2.patch:
|
||||
* No longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 12:03:28 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user