|
|
e94c69 |
# Created by pyp2rpm-1.1.0b
|
|
|
e94c69 |
%global pypi_name retrying
|
|
|
e94c69 |
|
|
|
e94c69 |
|
|
|
e94c69 |
Name: python-%{pypi_name}
|
|
|
e94c69 |
Version: 1.3.3
|
|
|
e94c69 |
Release: 2%{?dist}
|
|
|
e94c69 |
Summary: General-purpose retrying library in Python
|
|
|
e94c69 |
|
|
|
e94c69 |
License: ASL 2.0
|
|
|
e94c69 |
URL: https://github.com/rholder/retrying
|
|
|
e94c69 |
Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
|
|
e94c69 |
BuildArch: noarch
|
|
|
e94c69 |
|
|
|
e94c69 |
|
|
|
e94c69 |
%global _description\
|
|
|
e94c69 |
Retrying is an Apache 2.0 licensed general-purpose retrying library,\
|
|
|
e94c69 |
written in Python, to simplify the task of adding retry behavior to\
|
|
|
e94c69 |
just about anything.\
|
|
|
e94c69 |
|
|
|
e94c69 |
|
|
|
e94c69 |
%description %_description
|
|
|
e94c69 |
|
|
|
e94c69 |
%package -n python3-%{pypi_name}
|
|
|
e94c69 |
Summary: General-purpose retrying library in Python
|
|
|
e94c69 |
BuildRequires: python3-devel
|
|
|
e94c69 |
BuildRequires: python3-setuptools
|
|
|
e94c69 |
Requires: python3-six
|
|
|
e94c69 |
|
|
|
e94c69 |
%description -n python3-%{pypi_name}
|
|
|
e94c69 |
Retrying is an Apache 2.0 licensed general-purpose retrying library,
|
|
|
e94c69 |
written in Python, to simplify the task of adding retry behavior to
|
|
|
e94c69 |
just about anything.
|
|
|
e94c69 |
|
|
|
e94c69 |
%prep
|
|
|
e94c69 |
%setup -q -n %{pypi_name}-%{version}
|
|
|
e94c69 |
|
|
|
e94c69 |
# Remove bundled egg-info
|
|
|
e94c69 |
rm -rf %{pypi_name}.egg-info
|
|
|
e94c69 |
|
|
|
e94c69 |
|
|
|
e94c69 |
%build
|
|
|
e94c69 |
|
|
|
e94c69 |
%{__python3} setup.py build
|
|
|
e94c69 |
|
|
|
e94c69 |
%install
|
|
|
e94c69 |
|
|
|
e94c69 |
%{__python3} setup.py install --skip-build --root %{buildroot}
|
|
|
e94c69 |
|
|
|
e94c69 |
%files -n python3-%{pypi_name}
|
|
|
e94c69 |
%doc README.rst LICENSE
|
|
|
e94c69 |
%{python3_sitelib}/%{pypi_name}.py*
|
|
|
e94c69 |
%{python3_sitelib}/__pycache__/%{pypi_name}.*
|
|
|
e94c69 |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
|
|
e94c69 |
|
|
|
e94c69 |
%changelog
|
|
|
e94c69 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue Sep 15 2020 Joel Capitao <jcapitao@redhat.com> - 1.3.3-1
|
|
|
e94c69 |
- Update to 1.3.3
|
|
|
e94c69 |
|
|
|
e94c69 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-24
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-23
|
|
|
e94c69 |
- Rebuilt for Python 3.9
|
|
|
e94c69 |
|
|
|
e94c69 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-22
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-21
|
|
|
e94c69 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
e94c69 |
|
|
|
e94c69 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-20
|
|
|
e94c69 |
- Rebuilt for Python 3.8
|
|
|
e94c69 |
|
|
|
e94c69 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-19
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Mon Feb 11 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-18
|
|
|
e94c69 |
- Subpackage python2-retrying has been removed
|
|
|
e94c69 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
e94c69 |
|
|
|
e94c69 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-17
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-16
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-15
|
|
|
e94c69 |
- Rebuilt for Python 3.7
|
|
|
e94c69 |
|
|
|
e94c69 |
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.3-14
|
|
|
e94c69 |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
e94c69 |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
e94c69 |
|
|
|
e94c69 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-13
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.3-12
|
|
|
e94c69 |
- Python 2 binary package renamed to python2-retrying
|
|
|
e94c69 |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
e94c69 |
|
|
|
e94c69 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-11
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-10
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.3-9
|
|
|
e94c69 |
- Rebuild for Python 3.6
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-8
|
|
|
e94c69 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
e94c69 |
|
|
|
e94c69 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-7
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-6
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
e94c69 |
|
|
|
e94c69 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-5
|
|
|
e94c69 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
e94c69 |
|
|
|
e94c69 |
* Tue Sep 16 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 1.2.3-4
|
|
|
e94c69 |
- Add python3 subpackage (required for python3-tooz)
|
|
|
e94c69 |
|
|
|
e94c69 |
* Sat Sep 06 2014 Alan Pevec <apevec@redhat.com> - 1.2.3-3
|
|
|
e94c69 |
- unbundle python-six (from hguemar)
|
|
|
e94c69 |
|
|
|
e94c69 |
* Mon Aug 25 2014 Alan Pevec <apevec@redhat.com> - 1.2.3-1
|
|
|
e94c69 |
- Initial package.
|