From 5136dbbec1eed4dfdf820cd07612f2d89d935253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 22:08:17 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-prettytable.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-prettytable.spec b/python-prettytable.spec index 49c0fd8..c1f92aa 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -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 - 0.7.2-15 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 0.7.2-14 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)