Enable py2 on all Fedoras, it is unfortunately still needed

By:

babel-0:2.6.0-5.fc29.src
datagrepper-0:0.9.5-1.fc30.src
python-dateutil-1:2.7.3-1.fc30.src
python-pip-0:18.1-1.fc30.src
statscache-0:0.0.4-9.fc29.src
epel8
Miro Hrončok 6 years ago
parent 88260747cc
commit 524a79237a

@ -5,7 +5,7 @@
%bcond_with python3
%endif
%if 0%{?rhel} > 7 || 0%{?fedora} >= 30
%if 0%{?rhel} > 7
# Disable python2 build by default
%bcond_with python2
%else
@ -17,7 +17,7 @@
Name: python-freezegun
Version: 0.3.11
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{sum}
Group: Development/Libraries
@ -136,6 +136,9 @@ nosetests-%{python2_version} tests/
%endif # with python3
%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
- Update to latest upstream release
- Disable py2 on F30+

Loading…
Cancel
Save