diff --git a/python-six.spec b/python-six.spec index 20eb6a7..b9598d0 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname six %global build_wheel 1 @@ -12,7 +11,7 @@ Name: python-%{modname} Version: 1.11.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -140,6 +139,9 @@ py.test-3 -rfsxX test_six.py %changelog +* Sat Jun 16 2018 Miro Hrončok - 1.11.0-5 +- Rebuilt for Python 3.7 + * Wed Jun 13 2018 Miro Hrončok - 1.11.0-4 - Bootstrap for Python 3.7