python-waiting 1.5.0-1 source package in Ubuntu

Changelog

python-waiting (1.5.0-1) unstable; urgency=medium

  * New upstream release
  * Update build system to pyproject and hatchling.
  * Update Standards-Version to 4.7.0 (no changes required).

 -- Stuart Prescott <email address hidden>  Wed, 11 Sep 2024 02:14:19 +1000

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-waiting_1.5.0-1.dsc 2.0 KiB f0c0f18cad254cacdbacea18ac204a2923c01ad6b464c54269759c54aa68017f
python-waiting_1.5.0.orig.tar.gz 6.8 KiB d522d0f55c31bf740100b0bf6e1411c4d398728a851d66589217ea3670f996e2
python-waiting_1.5.0-1.debian.tar.xz 2.7 KiB 8e9785dbc647b645f3fac86f1042fa7887382ae364d5c29e0bd4a4dfe04a743d

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.