[packages/python-requests] Rel 2; disable python3 here (it's in python3-requests.spec now)
arekm
arekm at pld-linux.org
Mon Nov 21 09:41:44 CET 2022
commit a6e9893cacf39942c3a45e43ad20bcdffe7220e8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Nov 21 09:41:01 2022 +0100
Rel 2; disable python3 here (it's in python3-requests.spec now)
python-requests.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index 03f6c5c..ccf72ed 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_with tests # pytest tests (one test fails with pytest-httpbin 1.0.0)
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%define urllib3_ver 1.21.1
%define module requests
@@ -12,7 +12,7 @@ Summary(pl.UTF-8): Biblioteka HTTP dla Pythona 2
Name: python-%{module}
# keep 2.27.x here for python2 support
Version: 2.27.1
-Release: 1
+Release: 2
License: Apache v2.0
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/requests/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-requests.git/commitdiff/a6e9893cacf39942c3a45e43ad20bcdffe7220e8
More information about the pld-cvs-commit
mailing list