diff --git a/python-requests.changes b/python-requests.changes index c845811..8d2a5b9 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri May 5 12:03:42 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + +------------------------------------------------------------------- +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..4a5a392 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -24,13 +24,12 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} 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