59fc858
07df10f
%{!?upstream_version: %global upstream_version %{version}}
1656141
%global pypi_name requestsexceptions
1656141
262e75e
%global common_desc \
262e75e
This is a simple library to find the correct path to exceptions in the \
262e75e
requests library regardless of whether they are bundled.
262e75e
1656141
Name:           python-%{pypi_name}
262e75e
Version:        1.4.0
7d06149
Release:        5%{?dist}
1656141
Summary:        Import exceptions from potentially bundled packages in requests
1656141
1656141
License:        ASL 2.0
1656141
URL:            http://www.openstack.org/
07df10f
Source0:        https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
1656141
BuildArch:      noarch
1656141
1656141
%description
262e75e
%{common_desc}
1656141
59fc858
%package -n python3-%{pypi_name}
59fc858
Summary:        Import exceptions from potentially bundled packages in requests
59fc858
%{?python_provide:%python_provide python3-%{pypi_name}}
59fc858
59fc858
BuildRequires:  python3-devel
59fc858
BuildRequires:  python3-pbr
59fc858
59fc858
%description -n python3-%{pypi_name}
262e75e
%{common_desc}
59fc858
1656141
%prep
07df10f
%autosetup -n %{pypi_name}-%{upstream_version}
1656141
1656141
%build
59fc858
%py3_build
1656141
1656141
%install
59fc858
%py3_install
1656141
59fc858
%files -n python3-%{pypi_name}
59fc858
%doc README.rst
59fc858
%license LICENSE
59fc858
%{python3_sitelib}/%{pypi_name}
59fc858
%{python3_sitelib}/*.egg-info
59fc858
1656141
%changelog
7d06149
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-5
7d06149
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7d06149
b61f4c6
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-4
b61f4c6
- Rebuilt for Python 3.8.0rc1 (#1748018)
b61f4c6
c65eb85
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-3
c65eb85
- Rebuilt for Python 3.8
c65eb85
ad89850
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
ad89850
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ad89850
262e75e
* Sat Feb 10 2018 RDO <dev@lists.rdoproject.org> 1.4.0-1
262e75e
- Update to 1.4.0
618c14d