python-limits 2.8.0-1 source package in Ubuntu

Changelog

python-limits (2.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Refresh patches.
  * Build-Depend on python3-typing-extensions.
  * Echo the python version being tested in python3-tests.
  * Flush memcached storage between Python versions in python3-tests.
    (Closes: #1025107)
  * Update copyright.
  * Declare Rules-Requires-Root: no.

 -- Stefano Rivera <email address hidden>  Sun, 25 Dec 2022 12:28:08 -0400

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-limits_2.8.0-1.dsc 1.9 KiB e0d5aa60969b976bccc6158cebcb430ebf604d8efd5cdeb602a2669d77be76b6
python-limits_2.8.0.orig.tar.gz 90.2 KiB b60df1d2e9fda55067a9183f529bd275df650901d18cfaa2d7b1f69bc2c254bc
python-limits_2.8.0-1.debian.tar.xz 5.9 KiB 7a155f38ba40763bac067bfd91aa5522813ddcb1ed10d261e013de0559ca2055

Available diffs

No changes file available.

Binary packages built by this source

python-limits-doc: Rate limiting utilities for Python - Documentation

 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.
 .
 This package provides the documentation for the limits module.

python3-limits: Rate limiting utilities for Python

 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.
 .
 This package provides the Python 3 version of the limits module.