python3Packages.azure-eventhub: add updateScript

This commit is contained in:
Robert Schütz 2025-05-25 23:32:08 -07:00
parent 5e237c4682
commit 7e55141d37

View File

@ -3,6 +3,7 @@
azure-core, azure-core,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
gitUpdater,
setuptools, setuptools,
typing-extensions, typing-extensions,
}: }:
@ -36,6 +37,10 @@ buildPythonPackage rec {
"azure.eventhub.aio" "azure.eventhub.aio"
]; ];
passthru = {
updateScript = gitUpdater { rev-prefix = "azure.eventhub."; };
};
meta = with lib; { meta = with lib; {
description = "Microsoft Azure Event Hubs Client Library for Python"; description = "Microsoft Azure Event Hubs Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub";