From 3ae33d0618bfc124520602c13dc8b57d44850dc7 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sun, 11 Dec 2016 12:41:18 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-iniparse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index 85973ba..cca3a24 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Version: 0.4 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files License: MIT and Python URL: http://code.google.com/p/iniparse/ @@ -86,6 +86,9 @@ rm -vfr %{buildroot}%{_docdir}/* %{python3_sitelib}/%{modname}-%{version}-*.egg-info %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 0.4-22 +- Rebuild for Python 3.6 + * Tue Aug 09 2016 Igor Gnatenko - 0.4-21 - Cleanups - Add %%{?system_python_abi}