|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora} >= 30
|
|
|
|
|
# Disable python2 build by default
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%else
|
|
|
|
@ -16,8 +16,8 @@
|
|
|
|
|
%global sum Let your Python tests travel through time
|
|
|
|
|
|
|
|
|
|
Name: python-freezegun
|
|
|
|
|
Version: 0.3.8
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Version: 0.3.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -133,6 +133,10 @@ nosetests-%{python2_version} tests/
|
|
|
|
|
%endif # with python3
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 11 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.11-1
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
- Disable py2 on F30+
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|