python-retrying 1.3.3-2 source package in Ubuntu

Changelog

python-retrying (1.3.3-2) unstable; urgency=medium

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <email address hidden>  Sun, 28 Feb 2016 15:49:22 +0100

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 Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-retrying_1.3.3-2.dsc 2.1 KiB 7dda00220cf7d196aad49c9a0c9e784237d15d5ffc7433b784c43b1ff6fdb113
python-retrying_1.3.3.orig.tar.xz 10.6 KiB 0d7b665705dcd4a50c317c32b6951004912180eb8fac9f7226fd73f11901fb29
python-retrying_1.3.3-2.debian.tar.xz 2.5 KiB 0aaf804d15ebf11fb00231a2a61e19a33c164f47f3bf8cf8df17822a0df3fd22

Available diffs

No changes file available.

Binary packages built by this source

python-retrying: simplifies the task of adding retry behavior - Python 2.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 2.x module.

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.