[packages/python-pytest-relaxed] - disabled python3 here, release 4
qboosh
qboosh at pld-linux.org
Tue Dec 2 21:50:25 CET 2025
commit 8039608c75b1b12b45384a798bce44bf07173f89
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Dec 2 21:50:33 2025 +0100
- disabled python3 here, release 4
python-pytest-relaxed.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec
index 01ae375..3128794 100644
--- a/python-pytest-relaxed.spec
+++ b/python-pytest-relaxed.spec
@@ -3,14 +3,14 @@
%bcond_with doc # Sphinx documentation (TODO: requires releases module)
%bcond_with tests # unit tests (some failures)
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-pytest-relaxed.spec)
Summary: Relaxed test discovery/organization for pytest
Summary(pl.UTF-8): Rozluźnione wyszukiwanie/organizacja testów dla pytesta
Name: python-pytest-relaxed
# keep 1.x here for python2 support
Version: 1.1.5
-Release: 3
+Release: 4
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pytest-relaxed/
@@ -39,8 +39,8 @@ BuildRequires: python3-six >= 1
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: python3-releases
-BuildRequires: sphinx-pdg-3
+BuildRequires: python-releases
+BuildRequires: sphinx-pdg-2
%endif
Requires: python-modules >= 1:2.7
BuildArch: noarch
@@ -105,7 +105,7 @@ PYTEST_PLUGINS="pytester,pytest_relaxed" \
%endif
%if %{with doc}
-sphinx-build-3 -b html docs docs/_build/html
+sphinx-build-2 -b html docs docs/_build/html
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-relaxed.git/commitdiff/8039608c75b1b12b45384a798bce44bf07173f89
More information about the pld-cvs-commit
mailing list