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

@@ -26,11 +26,10 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests%{psuffix}
Version: 2.28.2
Version: 2.30.0
Release: 0
Summary: Python HTTP Library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.python-requests.org/
Source: https://files.pythonhosted.org/packages/source/r/requests/requests-%{version}.tar.gz
# PATCH-FIX-UPSTREAM: Allow charset normalizer >=2 and <4, and don't strict require httpbin===1.0.0