flask-limiter 2.6.2-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release (Closes: #982210)
  * Instead of skipping upstream tests with an empty override_dh_auto_test,
    run only those that don't require docker / docker-compose.
  * Use pytest instead of nose (Closes: #1018354)
  * Run a custom autopkgtest using memcached for storage.
  * Turn the dependency on python3-limits into a versioned one. At least 2.3.0
    is needed.
  * Drop patches 0002-Don-t-depend-on-distutils-pkg_resources-at-runtime.patch
    and 0003-Do-not-use-unpackaged-theme-for-documentation.patch, no longer
    needed.
  * Add Build-depends on: python3-typing-extensions,
    python3-sphinxext-opengraph, python3-sphinx-issues,
    python3-sphinx-paramlinks and python3-sphinxcontrib.programoutput.
  * Add patches to build without enum_tools and inline_tabs.
  * Add use_default_theme.patch to use default sphinx theme.
  * Bump Standards-Version.
  * Add no_privacy_breach.patch to remove links to external resources hosted
    on shields.io / google to address the privacy-breach-generic Lintian
    warning.

 -- Emanuele Rocca <email address hidden>  Tue, 06 Sep 2022 15:32:39 +0200

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-limiter_2.6.2-1.dsc 2.6 KiB 8b8b22df26285a0b582fe77dacb11943f48202f761eab89aca5c45be9511e390
flask-limiter_2.6.2.orig.tar.gz 303.4 KiB cbd27fd39512b64e61a8cb6505340dea240a669bce0590a562d81388646c1ef6
flask-limiter_2.6.2-1.debian.tar.xz 5.3 KiB 16a7bc7bc06f9b49120d5dcf09f34cce94ab058fbacd039e9c8c21366e284103

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.