python3Packages.azure-eventhub: add updateScript (#411027)

dotlambda 209a4c88 ac2a44cb

Changed files
+5
pkgs
development
python-modules
azure-eventhub
+5
pkgs/development/python-modules/azure-eventhub/default.nix
···
azure-core,
buildPythonPackage,
fetchFromGitHub,
setuptools,
typing-extensions,
}:
···
"azure.eventhub"
"azure.eventhub.aio"
];
meta = with lib; {
description = "Microsoft Azure Event Hubs Client Library for Python";
···
azure-core,
buildPythonPackage,
fetchFromGitHub,
+
gitUpdater,
setuptools,
typing-extensions,
}:
···
"azure.eventhub"
"azure.eventhub.aio"
];
+
+
passthru = {
+
updateScript = gitUpdater { rev-prefix = "azure.eventhub."; };
+
};
meta = with lib; {
description = "Microsoft Azure Event Hubs Client Library for Python";