Thu, 20 Jun 2024 06:35:11 UTC | login

Information for build python-backoff-1.6.0-2.fc30

ID92223
Package Namepython-backoff
Version1.6.0
Release2.fc30
Epoch
SummaryPython library providing function decorators for configurable backoff and retry
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 03:11:21 UTC
CompletedWed, 24 Jul 2019 03:11:21 UTC
Tags
f31
RPMs
src
python-backoff-1.6.0-2.fc30.src.rpm (info) (download)
noarch
python3-backoff-1.6.0-2.fc30.noarch.rpm (info) (download)
Changelog * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jul 30 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.6.0-1 - Update to 1.6.0 (#1566766). - https://github.com/litl/backoff/blob/v1.6.0/CHANGELOG.md - Import a patch from an upstream pull request to solve a Python 3.7 compatibility issue (#1605610). * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.4.3-2 - Rebuilt for Python 3.7 * Thu Mar 08 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.4.3-1 - Initial release (#1553447).