%{?python_enable_dependency_generator} %global modname contextlib2 Name: python-contextlib2 Version: 0.5.5 Release: 12%{?dist} Summary: Backports and enhancements for the contextlib module License: Python URL: https://pypi.io/project/contextlib2 Source0: https://pypi.io/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description\ contextlib2 is a backport of the standard library's contextlib module to\ earlier Python versions.\ \ It also serves as a real world proving ground for possible future\ enhancements to the standard library version. %description %_description %package -n python3-contextlib2 Summary: Backports and enhancements for the contextlib module %description -n python3-contextlib2 contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. %prep %setup -q -n %{modname}-%{version} %if 0%{?el6} %patch0 -p1 -b skip-tests-on-el6 %endif # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info %build %{__python3} setup.py build %install %{__python3} setup.py install -O1 --skip-build --root=%{buildroot} %check %{__python3} test_contextlib2.py %files -n python3-contextlib2 %doc README.rst VERSION.txt NEWS.rst %license LICENSE.txt %{python3_sitelib}/%{modname}.py* %{python3_sitelib}/__pycache__/%{modname}* %{python3_sitelib}/%{modname}-%{version}-* %changelog * Thu Oct 03 2019 Miro Hrončok - 0.5.5-12 - Subpackage python2-contextlib2 has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sun Aug 18 2019 Miro Hrončok - 0.5.5-11 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.5.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.5.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 13 2018 Miro Hrončok - 0.5.5-7 - Rebuilt for Python 3.7 * Mon Feb 12 2018 Iryna Shcherbina - 0.5.5-6 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.5.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson - 0.5.5-4 - Cleanup spec file conditionals * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.5.5-3 - Python 2 binary package renamed to python2-contextlib2 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 0.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Apr 25 2017 Sander Hoentjen - 0.5.5-1 - new version * Sat Feb 11 2017 Fedora Release Engineering - 0.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 12 2016 Charalampos Stratakis - 0.5.4-2 - Rebuild for Python 3.6 * Tue Sep 27 2016 Ralph Bean - 0.5.4-1 - new version * Tue Jul 19 2016 Fedora Release Engineering - 0.5.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon May 02 2016 Ralph Bean - 0.5.3-1 - new version * Fri Apr 01 2016 Sander Hoentjen 0.5.1-1 - Update to latest upstream (#1297768) - add BuildReq for python-unittest2 for tests to pass - skip some tests on el6 because python-unittest2 is too old there * Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Apr 11 2015 Ralph Bean - 0.4.0-1 - Initial package for Fedora