diff --git a/python-six.spec b/python-six.spec index 9dc2413..db843a7 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,9 +1,10 @@ +%global _without_tests 1 # tests are enabled by default %bcond_without tests Name: python-six Version: 1.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -63,6 +64,9 @@ Summary: %{summary} %changelog +* Wed Jun 02 2021 Python Maint - 1.16.0-2 +- Bootstrap for Python 3.10 + * Mon May 10 2021 Miro HronĨok - 1.16.0-1 - Update to 1.16.0 - Fixes: rhbz#1957289