From 3705b3767026f8ac2287dc82eec257157315238f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 15 Nov 2023 00:02:52 +0100 Subject: [PATCH] up to 2.31.0 --- python-requests-disable-xdist.patch | 2 +- python-requests-reqs.patch | 4 ++-- python3-requests.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0