python-tenacity 6.3.1-3 source package in Ubuntu

Changelog

python-tenacity (6.3.1-3) unstable; urgency=medium

  * debian/control
    - use proper team name and email address

 -- Sandro Tosi <email address hidden>  Tue, 31 Aug 2021 00:46:57 -0400

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 main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_6.3.1-3.dsc 2.5 KiB e68a7394f3fde8ff1211c6e00dc810f37163b6b24d07b1ba6441b1a421e5e829
python-tenacity_6.3.1.orig.tar.gz 36.0 KiB e14d191fb0a309b563904bbc336582efe2037de437e543b38da749769b544d7f
python-tenacity_6.3.1-3.debian.tar.xz 29.1 KiB db845727ae37c2f90fe1786499b41c3a329fc7452aa18a210debfa08e3f61e3d

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