python-tenacity 8.2.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Rebased 0001-Remove-privacy-breach-in-doc.patch.

 -- Thomas Goirand <email address hidden>  Mon, 20 Feb 2023 13:27:19 +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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_8.2.1-1.dsc 2.5 KiB c93cffa890b878fd1c17956ffd1a4155c39a574c800ea47e149e0e220926bd6d
python-tenacity_8.2.1.orig.tar.gz 38.9 KiB c7bb4b86425b977726a7b49971542d4f67baf72096597d283f3ffd01f33b92df
python-tenacity_8.2.1-1.debian.tar.xz 29.1 KiB d9af69f9db555c8aaa084449c481f97a6df0e4b766bafa481d88c42bf85af053

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