From 4c253cee6c505878e846c8e269f61f764e768c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:15:21 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-iniparse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index bf0e1bd..21e1721 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Version: 0.4 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files License: MIT and Python URL: http://code.google.com/p/iniparse/ @@ -90,6 +90,9 @@ rm -vfr %{buildroot}%{_docdir}/* %{python3_sitelib}/%{modname}-%{version}-*.egg-info %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.4-38 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Sat Aug 31 2019 Miro Hrončok - 0.4-37 - Drop build dependency on python2-test