Package python3-module-backoff: Information

    Source package: python3-module-backoff
    Version: 2.3.1-alt1
    Latest version according to Repology
    Build time:  Apr 17, 2026, 10:24 PM in the task #415405
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-backoff (noarch)

    Maintainer: Dmitry Maksimenkov



      1. python3(pytest)
      2. python3(pytest-asyncio)
      3. python3(requests)
      4. python3(responses)
      5. rpm-build-python3
      6. python3(hatchling)
      7. python3-module-pyproject-installer >= 0.4.0
      8. python3-module-pytest

    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.