Path to this page:
./
python/py-flask-limiter,
Rate limiting for flask applications
Branch: CURRENT,
Version: 3.10.1nb1,
Package name: py312-flask-limiter-3.10.1nb1,
Maintainer: pkgsrc-usersFlask-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.
Required to run:[
devel/py-setuptools] [
lang/python27] [
www/py-flask] [
lang/py-six] [
devel/py-limits]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 295 KB
Version history: (Expand)
- (2025-03-08) Updated to version: py312-flask-limiter-3.10.1nb1
- (2025-02-04) Updated to version: py312-flask-limiter-3.10.1
- (2025-01-02) Updated to version: py312-flask-limiter-3.9.2
- (2024-11-11) Updated to version: py312-flask-limiter-3.8.0
- (2024-07-31) Updated to version: py311-flask-limiter-3.8.0
- (2024-06-11) Updated to version: py311-flask-limiter-3.7.0
CVS history: (Expand)
2025-03-08 14:01:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-flask-limiter: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
|
2025-02-04 14:15:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-limiter: updated to 3.10.1
v3.10.1
* Security
* Change pypi release to use trusted publishing
v3.10.0
* Chores
* Fix typing error with exempt decorator
* Update types for window wrapper to use named tuple
|
2025-01-02 15:24:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-limiter: updated to 3.9.2
v3.9.2
* Compatibility
* Ensure wheels are uploaded to pypi as well (for real)
v3.9.1
* Compatibility
* Ensure wheels are uploaded to pypi as well
v3.9.0
* Chores
* Update development dependencies
* Compatibility
* Drop support for python 3.8
* Add support for python 3.13
* Add CI matrix entry for flask 3.1
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-31 10:16:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-limiter: updated to 3.8.0
v3.8.0
* Bug fix
* Ensure cost is accounted for when testing conditional limits
|
2024-06-11 12:43:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-limiter: updated to 3.7.0
v3.7.0
* Bug fix
* Fix errors with concurrent access to internal exemption maps
during application startup.
|
2024-02-16 23:02:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-limiter: updated to 3.5.1
v3.5.1
------
* Chores
* Update development dependencies
* Use ruff for all linting
* Update CI compatibility matrix
|
2024-01-20 17:18:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-flask-limiter: add missing tool
|