python3Packages.flask-limiter: 3.10.0 -> 3.10.1

https://github.com/alisaifee/flask-limiter/blob/3.10.1/HISTORY.rst
This commit is contained in:
Martin Weinelt 2025-01-19 21:15:24 +01:00
parent b7c097c697
commit 7d997cb290
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "flask-limiter";
version = "3.10.0";
version = "3.10.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "alisaifee";
repo = "flask-limiter";
tag = version;
hash = "sha256-spE0gVrPlbz0JDXGznJ6RN2uNAsQn7tbHxWGU98221M=";
hash = "sha256-AfreBLyJDogXnxB5cIoT766VFiHIIoVKAoBIra6Q+xs=";
};
postPatch = ''
@ -96,7 +96,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rate limiting for flask applications";
homepage = "https://flask-limiter.readthedocs.org/";
changelog = "https://github.com/alisaifee/flask-limiter/blob/${version}/HISTORY.rst";
changelog = "https://github.com/alisaifee/flask-limiter/blob/${src.tag}/HISTORY.rst";
license = licenses.mit;
maintainers = [ ];
};