python-tenacity 6.0.0-0ubuntu2 source package in Ubuntu
Changelog
python-tenacity (6.0.0-0ubuntu2) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:53:29 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-tenacity_6.0.0.orig.tar.gz | 32.8 KiB | 72f397c2bb1887e048726603f3f629ea16f88cb3e61e4ed3c57e98582b8e3571 |
python-tenacity_6.0.0-0ubuntu2.debian.tar.xz | 24.8 KiB | dc293b952dcb389c3b2c57d7717d05d9a20c0228a770e8a287a24f7f9f19d089 |
python-tenacity_6.0.0-0ubuntu2.dsc | 2.6 KiB | 9328832fa078e0e46bfedec79a9f108883e3dbb896313ab981d313fe4557476b |
Available diffs
- diff from 5.1.1-0ubuntu2 to 6.0.0-0ubuntu2 (10.7 KiB)
- diff from 6.0.0-0ubuntu1 to 6.0.0-0ubuntu2 (345 bytes)
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