python313Packages.{google-maps-routing,google-geo-type}: add passthru.updateScript (#406564)

This commit is contained in:
dotlambda
2025-05-14 18:25:47 -07:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -1,6 +1,7 @@
{
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
google-api-core,
google-auth,
lib,
@@ -39,6 +40,8 @@ buildPythonPackage rec {
pytestCheckHook
];
passthru.updateScript = gitUpdater { rev-prefix = "google-geo-type-v"; };
meta = {
changelog = "https://github.com/googleapis/google-cloud-python/blob/${src.tag}/packages/google-geo-type/CHANGELOG.md";
description = "Google Geo Type API client library";
@@ -1,6 +1,7 @@
{
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
google-api-core,
google-auth,
google-geo-type,
@@ -43,6 +44,8 @@ buildPythonPackage rec {
pytestCheckHook
];
passthru.updateScript = gitUpdater { rev-prefix = "google-maps-routing-v"; };
meta = {
changelog = "https://github.com/googleapis/google-cloud-python/blob/${src.tag}/packages/google-maps-routing/CHANGELOG.md";
description = "Google Maps Routing API client library";