From b51fffdf9306b61d3bb62e0cebfd90ab60bfad49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 22 Jun 2021 01:34:40 +0200 Subject: [PATCH] Remove unused build dependency on python-sure --- python-freezegun.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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