Fri, 07 Jun 2024 07:52:12 UTC | login

Information for build python-reretry-0.11.8-8.fc40

ID292549
Package Namepython-reretry
Version0.11.8
Release8.fc40
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
StartedThu, 29 Feb 2024 10:16:39 UTC
CompletedThu, 29 Feb 2024 10:16:39 UTC
Tags
f40
f41
RPMs
src
python-reretry-0.11.8-8.fc40.src.rpm (info) (download)
noarch
python3-reretry-0.11.8-8.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.8-6 - Assert that %pyproject_files contains a license file * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.11.8-4 - Rebuilt for Python 3.12 * 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)