python-ratelimiter 1.2.0.post0-3 source package in Ubuntu

Changelog

python-ratelimiter (1.2.0.post0-3) unstable; urgency=medium

  * debian/patches/PR13.patch
    - fix compat with pytest 7; Closes: #1013707

 -- Sandro Tosi <email address hidden>  Mon, 27 Jun 2022 00:09:51 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-ratelimiter_1.2.0.post0-3.dsc 2.1 KiB 04042a76c8c8526ae39a1226c62add0a8d10cdcd82928ba4db8fa55101f643d0
python-ratelimiter_1.2.0.post0.orig.tar.gz 9.0 KiB 5c395dcabdbbde2e5178ef3f89b568a3066454a6ddc223b76473dac22f89b4f7
python-ratelimiter_1.2.0.post0-3.debian.tar.xz 2.8 KiB 74cf068407842ac17b0be97ae949b44e54a4772bd27f1b1f69bcd07b961d9381

Available diffs

No changes file available.

Binary packages built by this source

python3-ratelimiter: simple Python library for limiting the rate of operations

 This package provides the ratelimiter module, which ensures that an
 operation will not be executed more than a given number of times on a
 given period. This can prove useful when working with third parties APIs
 which require for example a maximum of 10 requests per second.