python-retrying 1.3.3-3 source package in Ubuntu
Changelog
python-retrying (1.3.3-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/rules: Changed UPSTREAM_GIT protocol to https
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
[ Thomas Goirand ]
* Add missing dh-python build-depends.
* Standards-Version is now 4.1.3.
-- Thomas Goirand <email address hidden> Mon, 02 Apr 2018 17:56:04 +0200
Upload details
- Uploaded by:
- PKG OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Bionic | release | main | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-retrying_1.3.3-3.dsc | 2.1 KiB | 6421c667bf1e1c8ef3524046f36ca6113de45625e4ce1c16142601d2e4cc8284 |
| python-retrying_1.3.3.orig.tar.xz | 10.6 KiB | 0d7b665705dcd4a50c317c32b6951004912180eb8fac9f7226fd73f11901fb29 |
| python-retrying_1.3.3-3.debian.tar.xz | 2.6 KiB | dfec9c334e58f9c056660378cc84f8ba7608b0cac58a3de2139959285920651f |
Available diffs
- diff from 1.3.3-2 to 1.3.3-3 (1.4 KiB)
No changes file available.
Binary packages built by this source
- python-retrying: No summary available for python-retrying in ubuntu focal.
No description available for python-retrying in ubuntu focal.
- python3-retrying: simplifies the task of adding retry behavior - Python 3.x
Retrying is an Apache 2.0 licensed general-purpose retrying library, written
in Python, to simplify the task of adding retry behavior to just about
anything.
.
Features:
* Generic Decorator API
* Specify stop condition (limit by number of attempts)
* Specify wait condition (exponential backoff sleeping between attempts)
* Customize retrying on Exceptions
* Customize retrying on expected returned result
.
This package contains the Python 3.x module.
