[packages/python-pytest-timeout] - disable python3 here, release 8
    qboosh 
    qboosh at pld-linux.org
       
    Sat Jun 28 18:25:29 CEST 2025
    
    
  
commit afbddc1b49a0415647e2f04e66ed084b98ce9354
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 28 18:26:53 2025 +0200
    - disable python3 here, release 8
 python-pytest-timeout.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec
index 6f2647b..1c2a503 100644
--- a/python-pytest-timeout.spec
+++ b/python-pytest-timeout.spec
@@ -2,15 +2,15 @@
 # Conditional build:
 %bcond_with	tests	# pytest tests [use ptys, so not on builders]
 %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-timeout.spec)
 
 %define 	module	pytest-timeout
-Summary:	py.test plugin to abort hanging tests
-Summary(pl.UTF-8):	Wtyczka py.test do przerywania zawieszonych testów
+Summary:	pytest plugin to abort hanging tests
+Summary(pl.UTF-8):	Wtyczka pytesta do przerywania zawieszonych testów
 Name:		python-%{module}
 # keep 1.x here for python2/pytest<5 support
 Version:	1.4.2
-Release:	7
+Release:	8
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/pytest-timeout/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-timeout.git/commitdiff/afbddc1b49a0415647e2f04e66ed084b98ce9354
    
    
More information about the pld-cvs-commit
mailing list