|
|
@ -2,7 +2,7 @@
|
|
|
|
%global sum Let your Python tests travel through time
|
|
|
|
%global sum Let your Python tests travel through time
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-freezegun
|
|
|
|
Name: python-freezegun
|
|
|
|
Version: 0.3.15
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: %{sum}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ Summary: %{sum}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
BuildRequires: python3-dateutil >= 2.7
|
|
|
|
BuildRequires: python3-sure
|
|
|
|
BuildRequires: python3-sure
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-coverage
|
|
|
|
BuildRequires: python3-coverage
|
|
|
@ -32,7 +32,7 @@ BuildRequires: python3-mock
|
|
|
|
%{?python_provide:%python_provide python3-freezegun}
|
|
|
|
%{?python_provide:%python_provide python3-freezegun}
|
|
|
|
|
|
|
|
|
|
|
|
Requires: python3-six
|
|
|
|
Requires: python3-six
|
|
|
|
Requires: python3-dateutil
|
|
|
|
Requires: python3-dateutil >= 2.7
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-freezegun
|
|
|
|
%description -n python3-freezegun
|
|
|
|
freezegun is a library that allows your python tests to travel through time by
|
|
|
|
freezegun is a library that allows your python tests to travel through time by
|
|
|
@ -63,6 +63,9 @@ pytest-3 --deselect tests/test_uuid.py::test_uuid1_future --deselect tests/test_
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.0.0-1
|
|
|
|
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Yatin Karel <ykarel@redhat.com> - 0.3.15-1
|
|
|
|
* Tue Sep 08 2020 Yatin Karel <ykarel@redhat.com> - 0.3.15-1
|
|
|
|
- Update to 0.3.15
|
|
|
|
- Update to 0.3.15
|
|
|
|
|
|
|
|
|
|
|
|