[packages/python-pytest-runner] - disable python3 here, release 6

qboosh qboosh at pld-linux.org
Sat Mar 14 10:53:46 CET 2026


commit 354387817f48dbeeecffb24e51db824370344b4d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 14 10:53:56 2026 +0100

    - disable python3 here, release 6

 python-pytest-runner.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-pytest-runner.spec b/python-pytest-runner.spec
index cfc2dde..518df7e 100644
--- a/python-pytest-runner.spec
+++ b/python-pytest-runner.spec
@@ -1,16 +1,16 @@
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
-%bcond_with	tests	# unit tests
+%bcond_with	tests	# unit tests (require network)
 %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-runner.spec)
 
 Summary:	Invoke py.test as distutils command with dependency resolution
 Summary(pl.UTF-8):	Wywoływanie py.test jako polecenia distutils z rozwiązywaniem zależności
 Name:		python-pytest-runner
 # keep 5.2.x here for python2 support
 Version:	5.2
-Release:	5
+Release:	6
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/pytest-runner/
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-runner.git/commitdiff/354387817f48dbeeecffb24e51db824370344b4d



More information about the pld-cvs-commit mailing list