python3Packages.microsoft-kiota-abstractions: add passthru.updateScript
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user