]> git.pld-linux.org Git - packages/python3-requests.git/commitdiff
up to 2.31.0 master auto/th/python3-requests-2.31.0-1
authorJan Palus <atler@pld-linux.org>
Tue, 14 Nov 2023 23:02:52 +0000 (00:02 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 14 Nov 2023 23:02:52 +0000 (00:02 +0100)
python-requests-disable-xdist.patch
python-requests-reqs.patch
python3-requests.spec

index 320036ab486bbca4d3c656083fed08d09d94feb5..5cb8e7b1e52bd7f20b97fed0a3caf608386df7d3 100644 (file)
@@ -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",
index c702b94f153f95b9cd298e51ea201ee484a8ce03..5aec8e2933e9306e7070cf2961148d72034c3582 100644 (file)
@@ -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",
index 014ffaf14a64617a9344138ee03b1bd83834afd0..24ebe5e02991c8890a9b4bae7966c8cd32705446 100644 (file)
@@ -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
This page took 0.063662 seconds and 4 git commands to generate.