From b4550be6a3483d4ec6038228d9e26b273086c7c3 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Tue, 14 Oct 2025 08:23:13 +0000 Subject: [PATCH 1/3] wip --- .librarian/state.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .librarian/state.yaml diff --git a/.librarian/state.yaml b/.librarian/state.yaml new file mode 100644 index 000000000..5f9cfe2b1 --- /dev/null +++ b/.librarian/state.yaml @@ -0,0 +1,8 @@ +image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest +libraries: + - id: google-auth-library-python + version: 0.4.0 + last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + preserve_regex: + - '.*' + tag_format: '{id}-v{version}' \ No newline at end of file From a1003967e77b7a267c258208618bf574498fa103 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Tue, 14 Oct 2025 08:25:49 +0000 Subject: [PATCH 2/3] wip --- .librarian/state.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 5f9cfe2b1..1d1ccae88 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -3,6 +3,8 @@ libraries: - id: google-auth-library-python version: 0.4.0 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + source_roots: + - google-auth-library-python preserve_regex: - '.*' tag_format: '{id}-v{version}' \ No newline at end of file From 5d5497f8c196451ddde92d61741c9c09b3eaf60a Mon Sep 17 00:00:00 2001 From: ohmayr Date: Tue, 14 Oct 2025 08:26:48 +0000 Subject: [PATCH 3/3] feat: generate libraries --- .librarian/state.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 1d1ccae88..ce3075300 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -3,8 +3,10 @@ libraries: - id: google-auth-library-python version: 0.4.0 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + apis: [] source_roots: - google-auth-library-python preserve_regex: - - '.*' - tag_format: '{id}-v{version}' \ No newline at end of file + - .* + remove_regex: [] + tag_format: '{id}-v{version}'