|
 |
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
|
|
 |
6170e4d |
Release: 13%{?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
|
|
 |
6170e4d |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-13
|
|
 |
6170e4d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
6170e4d |
|
|
 |
7681b95 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.4.0-12
|
|
 |
7681b95 |
- Rebuilt for Python 3.11
|
|
 |
7681b95 |
|
|
 |
ff4c4af |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-11
|
|
 |
ff4c4af |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
ff4c4af |
|
|
 |
97bf93a |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-10
|
|
 |
97bf93a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
97bf93a |
|
|
 |
0aaa096 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.0-9
|
|
 |
0aaa096 |
- Rebuilt for Python 3.10
|
|
 |
0aaa096 |
|
|
 |
eb0b420 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-8
|
|
 |
eb0b420 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
eb0b420 |
|
|
 |
8c18eb7 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-7
|
|
 |
8c18eb7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
8c18eb7 |
|
|
 |
6aacc48 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.0-6
|
|
 |
6aacc48 |
- Rebuilt for Python 3.9
|
|
 |
6aacc48 |
|
|
 |
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 |
|