Sun, 23 Feb 2025 09:19:57 UTC | login

Information for build python-reretry-0.11.8-2.fc38

ID229481
Package Namepython-reretry
Version0.11.8
Release2.fc38
Epoch
SummaryEasy to use retry decorator
DescriptionAn easy to use retry decorator. This package is a fork from the retry package, but with some of added community-sourced features. Features New features in reretry: • Log traceback of an error that lead to a failed attempt. • Call a custom callback after each failed attempt. • Can be used with async functions. From original retry: • Retry on specific exceptions. • Set a maximum number of retries. • Set a delay between retries. • Set a maximum delay between retries. • Set backoff and jitter parameters. • Use a custom logger. • No external dependencies (stdlib only). • (Optionally) Preserve function signatures (pip install decorator).
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Feb 2023 16:01:22 UTC
CompletedWed, 22 Feb 2023 16:01:22 UTC
Tags
f38
f39
f40
RPMs
src
python-reretry-0.11.8-2.fc38.src.rpm (info) (download)
noarch
python3-reretry-0.11.8-2.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Dec 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.8-1 - Update to 0.11.8 (close RHBZ#2154647) * Thu Aug 25 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.2-2 - Update License to SPDX * Tue Jul 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.2-1 - Initial package (close RHBZ#2110001)