From 9b183aa4abe535ca6fe6b0d6207e60542656f5f33bd4197f312e4448aa87a866 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 4 May 2023 01:49:16 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=202.30.0:=20=20=20*=20Added=20s?= =?UTF-8?q?upport=20for=20urllib3=202.0.=20=EF=BF=BC=20=20=20*=20Defer=20c?= =?UTF-8?q?hunked=20requests=20to=20the=20urllib3=20implementation=20to=20?= =?UTF-8?q?improve=20=20=20=20=20standardization.=20=20=20*=20Relax=20head?= =?UTF-8?q?er=20component=20requirements=20to=20support=20bytes/str=20subc?= =?UTF-8?q?lasses.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=174 --- python-requests.changes | 9 +++++++++ python-requests.spec | 3 +-- requests-2.28.2.tar.gz | 3 --- requests-2.30.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 requests-2.28.2.tar.gz create mode 100644 requests-2.30.0.tar.gz diff --git a/python-requests.changes b/python-requests.changes index c845811..25ecbf6 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 4 01:49:01 UTC 2023 - Steve Kowalik + +- 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 diff --git a/python-requests.spec b/python-requests.spec index 36737ad..f16d27b 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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 diff --git a/requests-2.28.2.tar.gz b/requests-2.28.2.tar.gz deleted file mode 100644 index e5a95cc..0000000 --- a/requests-2.28.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf -size 108206 diff --git a/requests-2.30.0.tar.gz b/requests-2.30.0.tar.gz new file mode 100644 index 0000000..3b62e60 --- /dev/null +++ b/requests-2.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4 +size 108411