python-tenacity 6.0.0-0ubuntu1 source package in Ubuntu
Changelog
python-tenacity (6.0.0-0ubuntu1) focal; urgency=low * Merge from Debian unstable. Remaining changes: - d/gbp.conf: Retain for gbp and pristine-tar config. * New upstream release for OpenStack Ussuri. -- Corey Bryant <email address hidden> Thu, 12 Dec 2019 17:33:37 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-tenacity_6.0.0.orig.tar.gz | 32.8 KiB | 72f397c2bb1887e048726603f3f629ea16f88cb3e61e4ed3c57e98582b8e3571 |
python-tenacity_6.0.0-0ubuntu1.debian.tar.xz | 24.7 KiB | 696d8d8daec73c0f4877257b193554560a655ee66ca3179a93420d7392a08ddd |
python-tenacity_6.0.0-0ubuntu1.dsc | 2.6 KiB | 0aa44e6660c0509b72f88c36198f23cfa73034bc67857db8b1ea3623a534658f |
Available diffs
- diff from 5.1.1-0ubuntu2 to 6.0.0-0ubuntu1 (10.6 KiB)
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