Package python3-module-backoff: Information
Source package: python3-module-backoff
Version: 2.3.1-alt1
Build time: Apr 17, 2026, 10:24 PM in the task #415405
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/python-backoff
License: MIT
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.
Maintainer: Dmitry Maksimenkov
Last changed
April 17, 2026 Dmitry Maksimenkov 2.3.1-alt1
- Updated to version 2.3.1. - Switched upstream to maintained fork.
Sept. 14, 2025 Alexander Makeenkov 2.2.1-alt2
- Fixed FTBFS.
Dec. 15, 2024 Alexander Makeenkov 2.2.1-alt1
- Initial build for ALT.