Sat, 01 Jun 2024 01:50:53 UTC | login

Information for build python-reretry-0.11.8-1.fc37

ID221808
Package Namepython-reretry
Version0.11.8
Release1.fc37
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
StartedSun, 08 Jan 2023 16:21:44 UTC
CompletedSun, 08 Jan 2023 16:21:44 UTC
Tags
f37
f38
RPMs
src
python-reretry-0.11.8-1.fc37.src.rpm (info) (download)
noarch
python3-reretry-0.11.8-1.fc37.noarch.rpm (info) (download)
Changelog * 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)