From: Arkadiusz Miƛkiewicz Date: Mon, 21 Nov 2022 08:41:01 +0000 (+0100) Subject: Rel 2; disable python3 here (it's in python3-requests.spec now) X-Git-Tag: auto/th/python-requests-2.27.1-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-requests.git;a=commitdiff_plain;h=a6e9893cacf39942c3a45e43ad20bcdffe7220e8 Rel 2; disable python3 here (it's in python3-requests.spec now) --- 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/