diff --git a/python-freezegun.spec b/python-freezegun.spec index b035750..4c7feab 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -3,7 +3,7 @@ Name: python-freezegun Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} License: ASL 2.0 @@ -62,6 +62,9 @@ pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_m %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Wed Jun 02 2021 Python Maint - 1.0.0-5 +- Rebuilt for Python 3.10 + * Fri Feb 19 2021 Stephen Gallagher - 1.0.0-4 - Skip tests that are buggy on certain architectures - Restore the UUID tests, as the bug was fixed some time ago