%if 0%{?fedora} %global with_python3 1 %endif %{!?upstream_version: %global upstream_version %{version}} %global pypi_name requestsexceptions Name: python-%{pypi_name} Version: 1.3.0 Release: 5%{?dist} Summary: Import exceptions from potentially bundled packages in requests License: ASL 2.0 URL: http://www.openstack.org/ Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %package -n python2-%{pypi_name} Summary: Import exceptions from potentially bundled packages in requests %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel BuildRequires: python2-pbr BuildRequires: python2-setuptools %description -n python2-%{pypi_name} This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Import exceptions from potentially bundled packages in requests %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-pbr %description -n python3-%{pypi_name} This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %endif %prep %autosetup -n %{pypi_name}-%{upstream_version} %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %py2_install %if 0%{?with_python3} %py3_install %endif %files -n python2-%{pypi_name} %doc README.rst %license LICENSE %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/*.egg-info %if 0%{?with_python3} %files -n python3-%{pypi_name} %doc README.rst %license LICENSE %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/*.egg-info %endif %changelog * Sat Jul 14 2018 Fedora Release Engineering - 1.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok - 1.3.0-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 30 2018 Iryna Shcherbina - 1.3.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Aug 11 2017 Alfredo Moralejo 1.3.0-1 - Update to 1.3.0