14
0

- Update to 2.30.0:

* Added support for urllib3 2.0. 
  * Defer chunked requests to the urllib3 implementation to improve
    standardization.
  * Relax header component requirements to support bytes/str subclasses.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=174
This commit is contained in:
2023-05-04 01:49:16 +00:00
committed by Git OBS Bridge
parent d539fb7377
commit 9b183aa4ab
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 4 01:49:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.30.0:
* Added support for urllib3 2.0.
* Defer chunked requests to the urllib3 implementation to improve
standardization.
* Relax header component requirements to support bytes/str subclasses.
-------------------------------------------------------------------
Thu Feb 16 17:03:23 UTC 2023 - David Anes <david.anes@suse.com>