[packages/python3-requests] Up to 2.32.5
arekm
arekm at pld-linux.org
Wed Sep 17 15:32:45 CEST 2025
commit 641b9c96f416f343e39de4fd3e7de4775d3485fe
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Sep 17 15:32:33 2025 +0200
Up to 2.32.5
python-requests-disable-xdist.patch | 16 +---------------
python-requests-reqs.patch | 4 ++--
python3-requests.spec | 6 +++---
3 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/python3-requests.spec b/python3-requests.spec
index 872c12d..89a8b60 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.32.3
-Release: 3
+Version: 2.32.5
+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: fa3ee5ac3f1b3f4368bd74ab530d3f0f
+# Source0-md5: cb3d3c58f07cf23f12c345f2c96a6f12
Patch0: system-cert.patch
Patch1: python-requests-reqs.patch
Patch2: python-requests-disable-xdist.patch
diff --git a/python-requests-disable-xdist.patch b/python-requests-disable-xdist.patch
index 5cb8e7b..8474a83 100644
--- a/python-requests-disable-xdist.patch
+++ b/python-requests-disable-xdist.patch
@@ -1,21 +1,7 @@
--- requests-2.25.1/setup.py.orig 2021-01-24 18:27:39.728966387 +0100
+++ requests-2.25.1/setup.py 2021-01-24 18:29:53.264909627 +0100
-@@ -33,12 +33,7 @@ class PyTest(TestCommand):
-
- def initialize_options(self):
- TestCommand.initialize_options(self)
-- try:
-- from multiprocessing import cpu_count
--
-- self.pytest_args = ["-n", str(cpu_count()), "--boxed"]
-- except (ImportError, NotImplementedError):
-- self.pytest_args = ["-n", "1", "--boxed"]
-+ self.pytest_args = []
-
- def finalize_options(self):
- TestCommand.finalize_options(self)
@@ -68,7 +63,6 @@ test_requirements = [
- "pytest-httpbin>=2.0.0",
+ "pytest-httpbin>=2.1.0",
"pytest-cov",
"pytest-mock",
- "pytest-xdist",
diff --git a/python-requests-reqs.patch b/python-requests-reqs.patch
index 5aec8e2..b9e0e34 100644
--- a/python-requests-reqs.patch
+++ b/python-requests-reqs.patch
@@ -4,8 +4,8 @@
"certifi>=2017.4.17",
]
test_requirements = [
-- "pytest-httpbin==2.0.0",
-+ "pytest-httpbin>=2.0.0",
+- "pytest-httpbin==2.1.0",
++ "pytest-httpbin>=2.1.0",
"pytest-cov",
"pytest-mock",
"pytest-xdist",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-requests.git/commitdiff/641b9c96f416f343e39de4fd3e7de4775d3485fe
More information about the pld-cvs-commit
mailing list