python-tenacity 8.5.0-0ubuntu1 source package in Ubuntu

Changelog

python-tenacity (8.5.0-0ubuntu1) oracular; urgency=medium

  * New upstream release.

 -- James Page <email address hidden>  Thu, 11 Jul 2024 10:53:00 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_8.5.0.orig.tar.gz 46.2 KiB 8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78
python-tenacity_8.5.0-0ubuntu1.debian.tar.xz 29.5 KiB d9677dc6fdef1be0e5a4e69ad4366396b7d1c7b9a9ed276370d34906f586579b
python-tenacity_8.5.0-0ubuntu1.dsc 2.6 KiB 145ba8b0128e272f3d9235f84b4b0b8ab04d430bdd5b667582ed5c5071437956

View changes file

Binary packages built by this source

python-tenacity-doc: retry code until it succeeeds - doc

 Tenacity is a general-purpose retrying library to simplify the task of adding
 retry behavior to just about anything. It originates from a fork of Retrying.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (i.e. limit by number of attempts)
  * Specify wait condition (i.e. exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result
 .
 This package contains the documentation.

python3-tenacity: retry code until it succeeeds

 Tenacity is a general-purpose retrying library to simplify the task of adding
 retry behavior to just about anything. It originates from a fork of Retrying.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (i.e. limit by number of attempts)
  * Specify wait condition (i.e. exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result