diff --git a/python-Automat.spec b/python-Automat.spec index f49a763..93b95fd 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # what it's called on pypi %global srcname Automat # what it's imported as @@ -16,7 +15,7 @@ automata (particularly deterministic finite-state transducers).} Name: python-%{pkgname} Version: 20.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Self-service finite-state machines for the programmer on the go License: MIT @@ -85,6 +84,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} --verbose au %license LICENSE %changelog +* Sun May 24 2020 Miro Hrončok - 20.2.0-3 +- Rebuilt for Python 3.9 + * Sun May 24 2020 Miro Hrončok - 20.2.0-2 - Bootstrap for Python 3.9