diff --git a/python-six.spec b/python-six.spec index 2018a0b..c54a18d 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname six # tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped @@ -12,7 +11,7 @@ Name: python-%{modname} Version: 1.14.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -107,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py %changelog +* Sat May 23 2020 Miro Hrončok - 1.14.0-4 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 1.14.0-3 - Bootstrap for Python 3.9