backoff 1.11.1-1 source package in Ubuntu

Changelog

backoff (1.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Roland Mas <email address hidden>  Tue, 08 Feb 2022 10:37:07 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
backoff_1.11.1-1.dsc 1.9 KiB 5cc321827a0a754abc2691a63d607c5dcd34bbd108a4a94c7a1a46673e17477a
backoff_1.11.1.orig.tar.gz 14.5 KiB ccb962a2378418c667b3c979b504fdeb7d9e0d29c0579e3b13b86467177728cb
backoff_1.11.1-1.debian.tar.xz 2.2 KiB b9eeac58b56a60744d20950d81f7add661467e0ecc3ca992eb8a3a314392f305

Available diffs

No changes file available.

Binary packages built by this source

python3-backoff: Function decoration for backoff and retry

 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.
 .
 Decorators support both regular functions for synchronous code and