[packages/python-pyudev] - disable python3 here, release 7
qboosh
qboosh at pld-linux.org
Tue Jul 1 21:24:19 CEST 2025
commit 91d1f5ae97ecfa5ea8964cc1dcd9d08112da372f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jul 1 21:25:46 2025 +0200
- disable python3 here, release 7
python-pyudev.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python-pyudev.spec b/python-pyudev.spec
index 0196463..9eb0b07 100644
--- a/python-pyudev.spec
+++ b/python-pyudev.spec
@@ -3,21 +3,22 @@
%bcond_without doc # HTML documentation build
%bcond_with tests # py.test tests [requires functional udev with device db]
%bcond_without python2 # Python 2.x module
-%bcond_without python3 # Python 3.x module
+%bcond_with python3 # Python 3.x module (built from python3-pyudev.spec)
#
%define module pyudev
Summary: Pure Python binding for libudev
Summary(pl.UTF-8): Czysto pythonowe wiązanie do libudev
Name: python-%{module}
+# keep 0.22.x here for python2 support
Version: 0.22.0
-Release: 6
+Release: 7
License: LGPL v2.1+
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/pyudev/
Source0: https://files.pythonhosted.org/packages/source/p/pyudev/%{module}-%{version}.tar.gz
# Source0-md5: 377eda61186c91e9440f01d76dbb4206
Patch0: %{name}-mock.patch
-URL: http://pyudev.readthedocs.org/
+URL: https://pyudev.readthedocs.io/
%if %{with python2}
BuildRequires: python-devel >= 1:2.6
BuildRequires: python-setuptools
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyudev.git/commitdiff/91d1f5ae97ecfa5ea8964cc1dcd9d08112da372f
More information about the pld-cvs-commit
mailing list