python-tenacity 8.3.0-1 source package in Ubuntu

Changelog

python-tenacity (8.3.0-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

  [ Colin Watson ]
  * New upstream release.
  * Use pybuild-plugin-pyproject.

 -- Colin Watson <email address hidden>  Wed, 15 May 2024 19:14:59 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_8.3.0-1.dsc 2.6 KiB ba4f5a8d693a2c286a985ac4e48fc91a5d17c6bede5406c3c12c07a75ebb03a0
python-tenacity_8.3.0.orig.tar.gz 42.6 KiB 953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2
python-tenacity_8.3.0-1.debian.tar.xz 29.4 KiB 0a2d6e180e09165eed904cd844c7a00da3f569a3a73a77e5daa45185226508cb

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