python-tenacity 6.3.1-1 source package in Ubuntu

Changelog

python-tenacity (6.3.1-1) experimental; urgency=medium

  * New upstream release.
  * Add a debian/gbp.conf.
  * Fixed VCS URLs.

 -- Thomas Goirand <email address hidden>  Mon, 08 Mar 2021 11:41:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_6.3.1-1.dsc 2.5 KiB a52bc9a15a1ca9e6b214ec6fc2ee598d3a8276e9eef83a2d1667cb15b2b0262b
python-tenacity_6.3.1.orig.tar.gz 36.0 KiB e14d191fb0a309b563904bbc336582efe2037de437e543b38da749769b544d7f
python-tenacity_6.3.1-1.debian.tar.xz 29.0 KiB f62e0cce02679c82adc29d90861b1d8fb6777327fde03d799243f1ec858cef2a

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