[packages/python3-cliff] Up to 4.10.0
arekm
arekm at pld-linux.org
Thu May 22 22:40:45 CEST 2025
commit 0472b8e52ad228acc6c5a10454373b88580afe0a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 22 22:40:32 2025 +0200
Up to 4.10.0
python3-cliff.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python3-cliff.spec b/python3-cliff.spec
index 775ed80..30acf46 100644
--- a/python3-cliff.spec
+++ b/python3-cliff.spec
@@ -7,12 +7,12 @@
Summary: Command Line Interface Formulation Framework
Summary(pl.UTF-8): Command Line Interface Formulation Framework - szkielet formułowania linii poleceń
Name: python3-cliff
-Version: 4.9.1
+Version: 4.10.0
Release: 1
License: Apache
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-%{version}.tar.gz
-# Source0-md5: 7f6a2a8046eb190aaaff1adf5fed2f27
+# Source0-md5: 084aa6bc49a6c0d574de30ab60218b1a
URL: https://pypi.org/project/cliff/
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
@@ -53,10 +53,13 @@ funkcje formatujące wyjścia i inne rozszerzenia.
%build
export PYTHON="%{__python3}"
-%py3_build %{?with_tests:test}
+%py3_build
%if %{with tests}
-%{__rm} -r .testrepository
+# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTEST_PLUGINS= \
+%{__python3} -m pytest build-3
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-cliff.git/commitdiff/0472b8e52ad228acc6c5a10454373b88580afe0a
More information about the pld-cvs-commit
mailing list