[packages/python-automat] - disable python3 here, rel 8
baggins
baggins at pld-linux.org
Tue Apr 8 01:53:48 CEST 2025
commit 1b1cb3c2640b8a138a5743ac8c98da7b09761adf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Apr 8 00:55:29 2025 +0200
- disable python3 here, rel 8
python-automat.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-automat.spec b/python-automat.spec
index 460868a..31e9113 100644
--- a/python-automat.spec
+++ b/python-automat.spec
@@ -3,14 +3,14 @@
%bcond_without doc # Sphinx documentation
%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
Summary: Self-service finite-state machines for the programmer on the go
Summary(pl.UTF-8): Bezobsługowe automaty skończone dla programisty w biegu
Name: python-automat
# note: despite classifiers, 22.10.0 is not compatible with python 2.7 (uses inspect.getfullargspec), so keep 20.x here
Version: 20.2.0
-Release: 7
+Release: 8
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/automat/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-automat.git/commitdiff/1b1cb3c2640b8a138a5743ac8c98da7b09761adf
More information about the pld-cvs-commit
mailing list