[packages/python-urllib3] - disable python3 here, release 2
qboosh
qboosh at pld-linux.org
Tue Jan 27 09:45:52 CET 2026
commit 0a53567bb414ba3a9125aad61d71c20ff14b928d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jan 27 09:46:02 2026 +0100
- disable python3 here, release 2
python-urllib3.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-urllib3.spec b/python-urllib3.spec
index da10a92..1ae7a64 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -2,7 +2,7 @@
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-urllib3.spec)
%bcond_without doc # Sphinx documentation
%bcond_with tests # test target (uses network etc., few failures)
@@ -11,8 +11,9 @@ Summary: HTTP library with thread-safe connection pooling, file post, and more
Summary(pl.UTF-8): Biblioteka HTTP z bezpieczną wątkowo pulą połączeń, wysyłaniem plików itd.
Name: python-%{module}
# note: maintain versions compatible with python-requests.spec
+# keep 1.x here for python2 support
Version: 1.26.20
-Release: 1
+Release: 2
License: MIT
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/urllib3/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-urllib3.git/commitdiff/0a53567bb414ba3a9125aad61d71c20ff14b928d
More information about the pld-cvs-commit
mailing list