Blame SPECS/python-retrying.spec

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