Fri, 23 Jan 2026 02:32:40 CST | login

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

ID23533
Package Namepython-reretry
Version0.11.8
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-reretry.git?.#a6b542f4ae6d0988c8b8fd7d0fa11bed154207c2
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:50:53 CST
CompletedMon, 03 Jun 2024 20:54:52 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-reretry.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-reretry.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-reretry-0.11.8-1.oc9.src.rpm (info) (download)
noarch
python3-reretry-0.11.8-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11.8-1 - initial build