python-tenacity 5.1.1-0ubuntu2 source package in Ubuntu

Changelog

python-tenacity (5.1.1-0ubuntu2) eoan; urgency=medium

  * d/rules: Drop _asyncio.py from py2 module as it has invalid syntax
    for Python 2.

 -- James Page <email address hidden>  Wed, 02 Oct 2019 09:17:14 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tenacity_5.1.1.orig.tar.gz 30.4 KiB a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112
python-tenacity_5.1.1-0ubuntu2.debian.tar.xz 21.2 KiB bed5beb612cf08de5257f9ccb6ee883aae23867b644a239b25d525d6c8764774
python-tenacity_5.1.1-0ubuntu2.dsc 2.8 KiB 0062582e967be2b029e54aa83cb95d5de44d9344129237069590e416b2773cd7

View changes file

Binary packages built by this source

python-tenacity: No summary available for python-tenacity in ubuntu focal.

No description available for python-tenacity in ubuntu focal.

python-tenacity-doc: No summary available for python-tenacity-doc in ubuntu eoan.

No description available for python-tenacity-doc in ubuntu eoan.

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