[packages/python-pyroute2] Rel 4; disable python3 support here
arekm
arekm at pld-linux.org
Tue Jul 21 17:28:49 CEST 2026
commit e4bf73c24b1f5b0f22615daa653628778aafae4b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 21 17:28:21 2026 +0200
Rel 4; disable python3 support here
python-pyroute2.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-pyroute2.spec b/python-pyroute2.spec
index b99ff97..cfa97a3 100644
--- a/python-pyroute2.spec
+++ b/python-pyroute2.spec
@@ -3,7 +3,7 @@
%bcond_with doc # Sphinx documentation
%bcond_with tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-pyroute2.spec)
# NOTES:
# - 'module' should match the Python import path (first component?)
@@ -14,8 +14,9 @@
%define pypi_name pyroute2
Summary: Python Netlink library
Name: python-%{module}
+# keep 0.7.x here for python2 support
Version: 0.7.5
-Release: 3
+Release: 4
License: GPLv2+ or Apache v2
Group: Libraries/Python
# if pypi:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyroute2.git/commitdiff/e4bf73c24b1f5b0f22615daa653628778aafae4b
More information about the pld-cvs-commit
mailing list