diff --git a/python-freezegun.spec b/python-freezegun.spec index e1c0b3a..36c435d 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -3,7 +3,7 @@ Name: python-freezegun Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{sum} License: ASL 2.0 @@ -27,7 +27,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-dateutil >= 2.7 -BuildRequires: python3-sure BuildRequires: python3-pytest %{?python_provide:%python_provide python3-freezegun} @@ -65,6 +64,9 @@ pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_m %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Mon Jun 21 2021 Miro HronĨok - 1.0.0-6 +- Remove unused build dependency on python-sure + * Wed Jun 02 2021 Python Maint - 1.0.0-5 - Rebuilt for Python 3.10