%global pkgname configparser %global sum Backport of Python 3 configparser module %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 # Rename to python2-configparser after Fedora 23 %global with_p2subpkg 0 %endif # __python2 macro doesn't exist for el6 %if 0%{?el6} %define __python2 %{__python} %define python2_sitelib %{python_sitelib} %endif Name: python-%{pkgname} Version: 5.2.0 Release: 1%{?dist} Summary: %{sum} License: MIT URL: https://bitbucket.org/ambv/configparser Source0: https://pypi.python.org/packages/source/c/configparser/configparser-%{version}.tar.gz BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools Requires: python3-setuptools %endif %description The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This package is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. # For Fedora > 23 builds %if 0%{?with_python3} %package -n python3-%{pkgname} Summary: %{sum} %{?python_provide:%python_provide python3-%{pkgname}} %description -n python3-%{pkgname} The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This package is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. %endif %prep %setup -q -n configparser-%{version} rm -rf *.egg-info %build %if 0%{?with_python3} %{__python3} setup.py build %endif %install rm -rf %{buildroot} %if 0%{?with_python3} %{__python3} setup.py install --skip-build --root %{buildroot} %endif %check %if 0%{?with_python3} %{__python3} setup.py test %endif %if 0%{?with_python3} %files -n python3-%{pkgname} %doc README.rst %{python3_sitelib}/* %endif %changelog * Wed Oct 18 2023 Aram Minasyan - 5.2.0-1 - Rebuilt for EPEL-9 * Sat Feb 02 2019 Fedora Release Engineering - 3.5.0b2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 3.5.0b2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 3.5.0b2-9 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 3.5.0b2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson - 3.5.0b2-7 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering - 3.5.0b2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 3.5.0b2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 09 2016 Charalampos Stratakis - 3.5.0b2-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 3.5.0b2-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 3.5.0b2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Dec 17 2015 Avram Lubkin - 3.5.0b2-1 - Updated to build for el6 - Updated to build Python3 packages - Changed Python2 package name to python2-configparser for Fedora 24+ - Updated description - Removed license comments * Thu Jul 16 2015 José Matos - 3.5.0b2-0.2 - Improve description to make it clear that this package in only needed for python 2.7 - Make the license tag information more explicit. * Wed Jul 15 2015 José Matos - 3.5.0b2-0.1 - First release for Fedora