%global desc This module provides function decorators which can be used to wrap \ a function such that it will be retried until some condition is met. \ It is meant to be of use when accessing unreliable resources with the \ potential for intermittent failures i.e. network resources and external \ APIs. Somewhat more generally, it may also be of use for dynamically \ polling resources for externally generated content. %global srcname backoff Name: python-%{srcname} Version: 1.4.3 Release: 3%{?dist} BuildArch: noarch License: MIT Summary: Python library providing function decorators for configurable backoff and retry URL: https://github.com/litl/%{srcname} Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio %description %{desc} %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} %{desc} %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check py.test-3 tests %files -n python3-%{srcname} %license LICENSE %doc CHANGELOG.md %doc README.rst %{python3_sitelib}/%{srcname} %{python3_sitelib}/*.egg-info %changelog * Fri Jul 13 2018 Fedora Release Engineering - 1.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok - 1.4.3-2 - Rebuilt for Python 3.7 * Thu Mar 08 2018 Randy Barlow - 1.4.3-1 - Initial release (#1553447).