]> git.pld-linux.org Git - packages/python-requests.git/commitdiff
Rel 2; disable python3 here (it's in python3-requests.spec now) master auto/th/python-requests-2.27.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Nov 2022 08:41:01 +0000 (09:41 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Nov 2022 08:41:01 +0000 (09:41 +0100)
python-requests.spec

index 03f6c5c8db6ae5fb70c66867eee11140a3b80c4d..ccf72eddbc9934a2a7265d038cce2880e137706b 100644 (file)
@@ -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/
This page took 0.224205 seconds and 4 git commands to generate.