[packages/python-coverage] Disable python3 here
arekm
arekm at pld-linux.org
Sat Feb 8 18:14:09 CET 2025
commit 5e2368556e91c0e38e71f523b3089ee1648f7497
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 8 17:47:40 2025 +0100
Disable python3 here
python-coverage.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-coverage.spec b/python-coverage.spec
index cad68e7..ab26963 100644
--- a/python-coverage.spec
+++ b/python-coverage.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 (see python3-coverage.spec)
%bcond_with doc # Sphinx documentation
%bcond_with tests # unit tests
@@ -12,7 +12,7 @@ Summary(pl.UTF-8): Narzędzie do szacowania pokrycia kodu programów w Pythonie
Name: python-%{module}
# keep 5.x here for python2 support
Version: 5.5
-Release: 1
+Release: 2
License: Apache v2.0
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/coverage/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-coverage.git/commitdiff/5e2368556e91c0e38e71f523b3089ee1648f7497
More information about the pld-cvs-commit
mailing list