Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 11:05:00 +02:00
commit 2ded1c1b69

View file

@ -18,7 +18,7 @@ also happens to be valid Markdown (a text-to-HTML format).
Name: python-%{upname}
Version: 2016.9.19
Release: 5%{?dist}
Release: 6%{?dist}
Summary: %{common_sum}
License: GPLv3
@ -150,6 +150,9 @@ export PYTHONPATH="%{buildroot}%{python2_sitelib}"
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2016.9.19-6
- Rebuilt for Python 3.7
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2016.9.19-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)