From 933e982bc0d6bf6d7d59d9e86d9bae6383aa6930 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 22:19:00 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-freezegun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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