Name: | python3-backoff |
---|---|
Version: | 1.6.0 |
Release: | 2.el8.1 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 74255 |
License: | MIT |
RPM: | python3-backoff-1.6.0-2.el8.1.noarch.rpm |
Source RPM: | python-backoff-1.6.0-2.el8.1.src.rpm |
Build Date: | Tue Nov 05 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/litl/backoff |
Summary: | Python library providing function decorators for configurable backoff and retry |
Description: | 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. |
- Turn off tests for initial EPEL8 build
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- 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).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Initial release (#1553447).