flask-limiter 3.5.0-1 source package in Ubuntu

Changelog

flask-limiter (3.5.0-1) unstable; urgency=medium

  * Team upload.
  * d/watch: Move over to git mode on GitHub
  * New upstream version 3.5.0
  * Rebuild patch queue from patch-queue branch
    Dropped patch (applied upstream):
    docs-Disable-extension-enum_tools.autoenum.patch
    (Closes: #1019747)
  * d/control: Remove version constrains on Werkzeug

 -- Carsten Schoenert <email address hidden>  Wed, 24 Jan 2024 20:47:38 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-limiter_3.5.0-1.dsc 2.9 KiB 854391d15cd51fa5be0225e1a08c9ca545b9205b022e968c1badfaf574d0f1dd
flask-limiter_3.5.0.orig.tar.gz 305.9 KiB da0512788c408cb8b570a148b2a206e3663c2ffac7810552a3602a4ccb0200d5
flask-limiter_3.5.0-1.debian.tar.xz 6.7 KiB 8d514d38203b6d55d8593655a2d4b59f663c6ed36fe6d14738c3ee1a733ddf6d

Available diffs

No changes file available.

Binary packages built by this source

python-flask-limiter-doc: Rate-limiting for Flask routes - Documentation

 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.
 .
 This package provides the documentation for the flask_limiter module.

python3-flask-limiter: Rate-limiting for Flask routes

 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.
 .
 This package provides the Python 3 version of the flask_limiter module.