python-tenacity 8.2.3-2 source package in Ubuntu

Changelog

python-tenacity (8.2.3-2) unstable; urgency=medium

  * Team Upload.
  * Release to unstable to unblock python3-typeguard migration.

 -- Alexandre Detiste <email address hidden>  Fri, 05 Jan 2024 12:41:23 +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
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_8.2.3-2.dsc 2.5 KiB ca22ceda7a6b0b2bb0dbec3a29d147c440c1a011ee2658350044dd8e8fde8c81
python-tenacity_8.2.3.orig.tar.gz 39.7 KiB 5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a
python-tenacity_8.2.3-2.debian.tar.xz 29.2 KiB d24e5b254feeafc0016fbc6fdfc91429775f35d83e2770f95e5644d88095b1eb

Available diffs

No changes file available.

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