python3Packages.microsoft-kiota-abstractions: add passthru.updateScript

This commit is contained in:
Robert Schütz
2025-08-12 14:04:07 -07:00
parent 0e87dcddce
commit fc53e072de
@@ -10,6 +10,7 @@
pytestCheckHook,
pythonOlder,
std-uritemplate,
gitUpdater,
}:
buildPythonPackage rec {
@@ -52,10 +53,14 @@ buildPythonPackage rec {
# detects the wrong tag on the repo
passthru.skipBulkUpdate = true;
passthru.updateScript = gitUpdater {
rev-prefix = "microsoft-kiota-abstractions-v";
};
meta = with lib; {
description = "Abstractions library for Kiota generated Python clients";
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/abstractions/";
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-abstractions-${src.tag}";
changelog = "https://github.com/microsoft/kiota-python/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};