Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 22:08:17 +02:00
parent e68a41a28e
commit 5136dbbec1

View File

@ -9,7 +9,7 @@
Name: python-%{modname}
Version: 0.7.2
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Python library to display tabular data in tables
Group: Development/Languages
@ -119,6 +119,9 @@ popd
%changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.2-15
- Rebuilt for Python 3.7
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.7.2-14
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)