%global pkgname configparser Name: python-%{pkgname} Version: 3.7.1 Release: 7%{?dist} Summary: Backport of Python 3 configparser module License: MIT URL: https://bitbucket.org/ambv/configparser Source0: %pypi_source %pkgname BuildArch: noarch BuildRequires: python3-devel python3-setuptools %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. %package -n python3-%{pkgname} Summary: %{summary} %{?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. %prep %setup -q -n configparser-%{version} rm -rf *.egg-info %build %py3_build %install # The files are not executable anyway, so just delete the shebangs rmshebangs() { for fil in $(grep -Frl '/usr/bin/env' $1); do sed -i.orig "\%/usr/bin/env%d" $fil touch -r $fil.orig $fil rm $fil.orig done } %py3_install rmshebangs %{buildroot}%{python3_sitelib} %check %{__python3} setup.py test %files -n python3-%{pkgname} %doc README.rst %{python3_sitelib}/* %changelog * Thu Jan 30 2020 Fedora Release Engineering - 3.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 18 2019 Miro Hrončok - 3.7.1-6 - Subpackage python2-urllib3 has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Thu Oct 03 2019 Miro Hrončok - 3.7.1-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 3.7.1-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 22 2019 Jerry James - 3.7.1-2 - Do not conflict with python2-backports * Thu Feb 21 2019 Jerry James - 3.7.1-1 - New upstream version - Add workaround for https://github.com/pypa/setuptools/issues/1062 - Delete shebangs from nonexecutable files * 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