python-waiting 1.4.1-7 source package in Ubuntu

Changelog

python-waiting (1.4.1-7) unstable; urgency=medium

  * Minor packaging updates from lintian-brush.

 -- Stuart Prescott <email address hidden>  Mon, 30 Jan 2023 16:56:35 +1100

Upload details

Uploaded by:
Stuart Prescott
Uploaded to:
Sid
Original maintainer:
Stuart Prescott
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-waiting_1.4.1-7.dsc 2.0 KiB 7ffb9955aa1367392ef4befb5e80c34374092ad93bb05bdcc1a56a69e70f4635
python-waiting_1.4.1.orig.tar.gz 6.7 KiB b89d10e3a16db69cbc0d6b9d80e2ce7e30cc5f9d3c58600267e0277f075da07a
python-waiting_1.4.1-7.debian.tar.xz 2.7 KiB fd240870ce463fac3a61e8cce78e73b5a47f5081e50d5ac459319ebf8aa42818

Available diffs

No changes file available.

Binary packages built by this source

python3-waiting: Python module for waiting for events to happen (Python 3 version)

 The waiting module is designed to wait for events to occur. The waiting
 routine polls a given predicate function until it returns True, polling on
 a regular basis, at defined times, with exponential back-off or with a
 time-out.
 .
 This package contains the Python 3 version of the waiting module.