From: Jan Palus Date: Tue, 14 Nov 2023 23:02:52 +0000 (+0100) Subject: up to 2.31.0 X-Git-Tag: auto/th/python3-requests-2.31.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython3-requests.git;a=commitdiff_plain;h=master up to 2.31.0 --- diff --git a/python-requests-disable-xdist.patch b/python-requests-disable-xdist.patch index 320036a..5cb8e7b 100644 --- a/python-requests-disable-xdist.patch +++ b/python-requests-disable-xdist.patch @@ -15,7 +15,7 @@ def finalize_options(self): TestCommand.finalize_options(self) @@ -68,7 +63,6 @@ test_requirements = [ - "pytest-httpbin>=0.0.7", + "pytest-httpbin>=2.0.0", "pytest-cov", "pytest-mock", - "pytest-xdist", diff --git a/python-requests-reqs.patch b/python-requests-reqs.patch index c702b94..5aec8e2 100644 --- a/python-requests-reqs.patch +++ b/python-requests-reqs.patch @@ -4,8 +4,8 @@ "certifi>=2017.4.17", ] test_requirements = [ -- "pytest-httpbin==0.0.7", -+ "pytest-httpbin>=0.0.7", +- "pytest-httpbin==2.0.0", ++ "pytest-httpbin>=2.0.0", "pytest-cov", "pytest-mock", "pytest-xdist", diff --git a/python3-requests.spec b/python3-requests.spec index 014ffaf..24ebe5e 100644 --- a/python3-requests.spec +++ b/python3-requests.spec @@ -8,13 +8,13 @@ Summary: HTTP library for Python Summary(pl.UTF-8): Biblioteka HTTP dla Pythona Name: python3-%{module} -Version: 2.28.1 +Version: 2.31.0 Release: 1 License: Apache v2.0 Group: Development/Languages/Python #Source0Download: https://pypi.org/simple/requests/ Source0: https://files.pythonhosted.org/packages/source/r/requests/%{module}-%{version}.tar.gz -# Source0-md5: 796ea875cdae283529c03b9203d9c454 +# Source0-md5: 941e175c276cd7d39d098092c56679a4 Patch0: system-cert.patch Patch1: python-requests-reqs.patch Patch2: python-requests-disable-xdist.patch