|
|
@ -5,7 +5,7 @@
|
|
|
|
%bcond_with python3
|
|
|
|
%bcond_with python3
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora} >= 30
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
# Disable python2 build by default
|
|
|
|
# Disable python2 build by default
|
|
|
|
%bcond_with python2
|
|
|
|
%bcond_with python2
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-freezegun
|
|
|
|
Name: python-freezegun
|
|
|
|
Version: 0.3.11
|
|
|
|
Version: 0.3.11
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: %{sum}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -136,6 +136,9 @@ nosetests-%{python2_version} tests/
|
|
|
|
%endif # with python3
|
|
|
|
%endif # with python3
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 14 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.11-2
|
|
|
|
|
|
|
|
- Enable py2 on all Fedoras, it is unfortunately still needed
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 11 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.11-1
|
|
|
|
* Sun Nov 11 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.11-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
- Update to latest upstream release
|
|
|
|
- Disable py2 on F30+
|
|
|
|
- Disable py2 on F30+
|
|
|
|