mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.flask-cors: 6.0.2 -> 6.0.5
Diff: https://github.com/corydolphin/flask-cors/compare/6.0.2...6.0.5 Changelog: https://github.com/corydolphin/flask-cors/releases/tag/6.0.5
This commit is contained in:
parent
7c513aed49
commit
41a95eb3f6
1 changed files with 6 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
werkzeug,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
|
||||
# for passthru.tests
|
||||
aiobotocore,
|
||||
|
|
@ -14,18 +15,19 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-cors";
|
||||
version = "6.0.2";
|
||||
version = "6.0.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "corydolphin";
|
||||
repo = "flask-cors";
|
||||
tag = version;
|
||||
hash = "sha256-9WlD5Qd0WiBDrVHf5nT1qAK2gtYavlPnY7qFkiAgxws=";
|
||||
hash = "sha256-fngKJm7/7BMcWPPFncTCWw2sL1UJ0t4ICpXr95yNpbg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
|
@ -33,6 +35,8 @@ buildPythonPackage rec {
|
|||
werkzeug
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "flask_cors" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue