Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-11 12:41:18 +01:00
parent 27867dbd84
commit 3ae33d0618

View File

@ -5,7 +5,7 @@
Name: python-%{modname} Name: python-%{modname}
Version: 0.4 Version: 0.4
Release: 21%{?dist} Release: 22%{?dist}
Summary: Python Module for Accessing and Modifying Configuration Data in INI files Summary: Python Module for Accessing and Modifying Configuration Data in INI files
License: MIT and Python License: MIT and Python
URL: http://code.google.com/p/iniparse/ URL: http://code.google.com/p/iniparse/
@ -86,6 +86,9 @@ rm -vfr %{buildroot}%{_docdir}/*
%{python3_sitelib}/%{modname}-%{version}-*.egg-info %{python3_sitelib}/%{modname}-%{version}-*.egg-info
%changelog %changelog
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.4-22
- Rebuild for Python 3.6
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.4-21 * Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.4-21
- Cleanups - Cleanups
- Add %%{?system_python_abi} - Add %%{?system_python_abi}