2019-11-30 10:59:29 +08:00
|
|
|
Name: python-freezegun
|
|
|
|
|
Version: 0.3.8
|
2020-08-05 14:06:43 +08:00
|
|
|
Release: 13
|
2019-11-30 10:59:29 +08:00
|
|
|
Summary: A python library about tests travel through time
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://pypi.io/project/freezegun
|
|
|
|
|
Source0: https://pypi.io/packages/source/f/freezegun/freezegun-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Simulate the datetime module with the python-freezegun library, allowing your python
|
|
|
|
|
tests to travel through time.
|
|
|
|
|
|
|
|
|
|
%package -n python3-freezegun
|
|
|
|
|
Summary: A python library about tests travel through time
|
|
|
|
|
BuildRequires: python3-devel python3-setuptools python3-six python3-dateutil python3-sure
|
|
|
|
|
BuildRequires: python3-nose python3-coverage python3-mock
|
|
|
|
|
Requires: python3-six python3-dateutil
|
|
|
|
|
%{?python_provide:%python_provide python3-freezegun}
|
|
|
|
|
|
|
|
|
|
%description -n python3-freezegun
|
|
|
|
|
Simulate the datetime module with the python-freezegun library, allowing your python
|
|
|
|
|
tests to travel through time.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n freezegun-%{version}
|
|
|
|
|
rm -rf freezegun.egg-info
|
2020-08-05 14:06:43 +08:00
|
|
|
|
2019-11-30 10:59:29 +08:00
|
|
|
%build
|
|
|
|
|
%py3_build
|
2020-08-05 14:06:43 +08:00
|
|
|
|
2019-11-30 10:59:29 +08:00
|
|
|
%install
|
|
|
|
|
%py3_install
|
2020-08-05 14:06:43 +08:00
|
|
|
|
2019-11-30 10:59:29 +08:00
|
|
|
%check
|
|
|
|
|
nosetests-%{python3_version} tests/
|
|
|
|
|
|
|
|
|
|
%files -n python3-freezegun
|
|
|
|
|
%doc README.rst LICENSE
|
|
|
|
|
%{python3_sitelib}/freezegun/
|
|
|
|
|
%{python3_sitelib}/freezegun-%{version}-*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-08-05 14:06:43 +08:00
|
|
|
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 0.3.8-13
|
|
|
|
|
- Remove python2-freezegun subpackage
|
|
|
|
|
|
2019-11-30 10:59:29 +08:00
|
|
|
* Tue Nov 26 2019 Ling Yang <lingyang2@huawei.com> - 0.3.8-12
|
|
|
|
|
- Package init
|