From baddb910832d86ff68bf98a51d0d0b43d45ed5f7 Mon Sep 17 00:00:00 2001 From: kangenbo Date: Thu, 9 Jan 2020 11:47:29 +0800 Subject: [PATCH] update software packages --- python-iniparse.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index 9ba4779..bbdca40 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -3,7 +3,7 @@ Name: python-iniparse Version: 0.4 -Release: 36 +Release: 37 Summary: Python Module for Accessing and Modifying Configuration Data in INI files License: MIT and PSF URL: http://code.google.com/p/iniparse/ @@ -12,11 +12,11 @@ Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz BuildArch: noarch # PATCH-FIX-UPSTREAM -Patch0: fix-handle-REMXXXX-is-not-comment.patch +Patch6000: fix-handle-REMXXXX-is-not-comment.patch # PATCH-FIX-UPSTREAM -Patch1: python3-compat.patch +Patch6001: python3-compat.patch # PATCH-FIX-UPSTREAM -Patch2: setup-fixes.patch +Patch6002: setup-fixes.patch %description iniparse is an INI parser for Python which is API compatible @@ -79,6 +79,12 @@ This package is the python3 version of python-iniparse. %exclude %{_docdir}/iniparse-%{version}/ %changelog +* Thu Jan 09 2020 kangenbo - 0.4-37 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update software packages + * Fri Sep 27 2019 shenyangyang - 0.4-36 - Type:enhancement - ID:NA -- Gitee