python-tenacity 4.4.0-2 source package in Ubuntu

Changelog

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

  * Uploading to unstable.
  * d/control: Standards-Version raised to 4.1.1
  * Build docs with Python 3 version of Sphinx

 -- Ondřej Nový <email address hidden>  Fri, 03 Nov 2017 11:55:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_4.4.0-2.dsc 2.5 KiB 29f408e94a86b1080e654f7f4bdb69d8df8cc54a400f18eeda8c1162384ca46f
python-tenacity_4.4.0.orig.tar.gz 25.5 KiB 9c5554b494dd8bae998dbffd7b8d1876e6b94de0c1df1ac51d0db25bb9f830b2
python-tenacity_4.4.0-2.debian.tar.xz 18.1 KiB 7c2a77e15d74b08056aa2de34faae0051dabda16b6e4e311690d10a4d54efeff

No changes file available.

Binary packages built by this source

python-tenacity: retry code until it succeeeds - Python 2.7

 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 Python 2.7 module.

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 - Python 3.x

 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 Python 3.x module.