python3Packages.monai-deploy: 0.5.1 -> 3.0.0

https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/main/docs/source/release_notes/3.0.0.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:49 +02:00
parent 62f49c07c2
commit 60c1010f4e
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "monai-deploy";
version = "0.5.1";
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Project-MONAI";
repo = "monai-deploy-app-sdk";
tag = version;
hash = "sha256-a5WtU+1XjsYsXB/uZS8ufE0fOOWDf+Wy7mOX2xPEQEg=";
hash = "sha256-W2GXVd4gWgfGLjXR+8m/Ztm52Agj4FGWtEFrh4mjYk0=";
};
postPatch = ''
@@ -68,7 +68,7 @@ buildPythonPackage rec {
description = "Framework and tools to design, develop and verify AI applications in healthcare imaging";
mainProgram = "monai-deploy";
homepage = "https://monai.io/deploy.html";
changelog = "https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/main/docs/source/release_notes/v${version}.md";
changelog = "https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/main/docs/source/release_notes/${src.tag}.md";
license = licenses.asl20;
maintainers = with maintainers; [ bcdarwin ];
};