python-freezegun/python-freezegun.spec
2020-08-05 14:06:43 +08:00

49 lines
1.4 KiB
RPMSpec

Name: python-freezegun
Version: 0.3.8
Release: 13
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
%build
%py3_build
%install
%py3_install
%check
nosetests-%{python3_version} tests/
%files -n python3-freezegun
%doc README.rst LICENSE
%{python3_sitelib}/freezegun/
%{python3_sitelib}/freezegun-%{version}-*
%changelog
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 0.3.8-13
- Remove python2-freezegun subpackage
* Tue Nov 26 2019 Ling Yang <lingyang2@huawei.com> - 0.3.8-12
- Package init