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:
parent
b7c097c697
commit
7d997cb290
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flask-limiter";
|
pname = "flask-limiter";
|
||||||
version = "3.10.0";
|
version = "3.10.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
owner = "alisaifee";
|
owner = "alisaifee";
|
||||||
repo = "flask-limiter";
|
repo = "flask-limiter";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-spE0gVrPlbz0JDXGznJ6RN2uNAsQn7tbHxWGU98221M=";
|
hash = "sha256-AfreBLyJDogXnxB5cIoT766VFiHIIoVKAoBIra6Q+xs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -96,7 +96,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Rate limiting for flask applications";
|
description = "Rate limiting for flask applications";
|
||||||
homepage = "https://flask-limiter.readthedocs.org/";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user