python-retrying 1.3.3-4 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.
  * Use pybuild to build package.
  * Drop Python 2 support (Closes: #938144).
  * Enable autopkgtest-pkg-python testsuite.
  * Bump debhelper compat level to 12.

 -- Ondřej Nový <email address hidden>  Mon, 02 Sep 2019 10:19:17 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc
Jammy release main misc
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-retrying_1.3.3-4.dsc 2.1 KiB bd6de2aa091e7cd9fbe6eb1ced41fd7433f8bdece242df59690b501ad9b91965
python-retrying_1.3.3.orig.tar.xz 10.6 KiB 0d7b665705dcd4a50c317c32b6951004912180eb8fac9f7226fd73f11901fb29
python-retrying_1.3.3-4.debian.tar.xz 2.4 KiB a83edf3567230239b1d70215f995249b28ec581053cb5be0932eefb347e15fb1

Available diffs

No changes file available.

Binary packages built by this source

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.