[packages/python-fixtures] - disable python3 here; release 12
qboosh
qboosh at pld-linux.org
Tue May 27 18:43:25 CEST 2025
commit bb2172dfd1456c6f251dadf55e667fc6428921e1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue May 27 18:21:41 2025 +0200
- disable python3 here; release 12
python-fixtures.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-fixtures.spec b/python-fixtures.spec
index 920f0dc..66b9315 100644
--- a/python-fixtures.spec
+++ b/python-fixtures.spec
@@ -2,13 +2,14 @@
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-fixtures.spec)
Summary: Fixtures, reusable state for writing clean tests and more
Summary(pl.UTF-8): Wyposażenie testów - stan wielokrotnego użytku pozwalający na pisanie czystych testów
Name: python-fixtures
+# keep 3.x here for python2 support
Version: 3.0.0
-Release: 11
+Release: 12
License: Apache v2.0 or BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/fixtures/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-fixtures.git/commitdiff/bb2172dfd1456c6f251dadf55e667fc6428921e1
More information about the pld-cvs-commit
mailing list