diff --git a/python-six.spec b/python-six.spec index eab69e3..18d4ce4 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname six %bcond_without wheel @@ -12,7 +11,7 @@ Name: python-%{modname} Version: 1.12.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -141,6 +140,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %changelog +* Fri Aug 16 2019 Miro Hrončok - 1.12.0-5 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 1.12.0-4 - Bootstrap for Python 3.8