[packages/python-scripttest] - disabled python3 here, release 12
qboosh
qboosh at pld-linux.org
Sun Nov 2 20:52:19 CET 2025
commit aa24726d39a585b0838868e26704c0319106efd4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 2 20:52:19 2025 +0100
- disabled python3 here, release 12
python-scripttest.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-scripttest.spec b/python-scripttest.spec
index fe4b11c..3a6b3f8 100644
--- a/python-scripttest.spec
+++ b/python-scripttest.spec
@@ -2,14 +2,15 @@
# Conditional build:
%bcond_with tests # unit tests (not included in sdist)
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-scripttest.spec)
%define module scripttest
Summary: Helper to test command-line scripts
Summary(pl.UTF-8): Moduł pomocniczy do testowania skryptów linii poleceń
Name: python-%{module}
+# keep 1.x here for python2 support
Version: 1.3
-Release: 11
+Release: 12
License: MIT
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/s/scripttest/%{module}-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-scripttest.git/commitdiff/aa24726d39a585b0838868e26704c0319106efd4
More information about the pld-cvs-commit
mailing list