|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-freezegun
|
|
|
|
Name: python-freezegun
|
|
|
|
Version: 1.0.0
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: %{sum}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -26,8 +26,6 @@ BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-dateutil >= 2.7
|
|
|
|
BuildRequires: python3-dateutil >= 2.7
|
|
|
|
BuildRequires: python3-sure
|
|
|
|
BuildRequires: python3-sure
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-coverage
|
|
|
|
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-freezegun}
|
|
|
|
%{?python_provide:%python_provide python3-freezegun}
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +61,9 @@ pytest-3 --deselect tests/test_uuid.py::test_uuid1_future --deselect tests/test_
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 24 2020 Kevin Fenzi <kevin@scrye.com> - 1.0.0-2
|
|
|
|
|
|
|
|
- Drop build deps on python-mock and python-coverage.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.0.0-1
|
|
|
|
* Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
|
|
|
|
|
|
|