From 1ba6a6776f0f091babea3f0d7baab87ffec3cbff Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 16 Apr 2026 06:41:04 +0000 Subject: [PATCH 1/2] chore: reformat google-auth-httplib2 with nox --- packages/google-auth-httplib2/docs/conf.py | 2 +- packages/google-auth-httplib2/google_auth_httplib2.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/google-auth-httplib2/docs/conf.py b/packages/google-auth-httplib2/docs/conf.py index 614b36f2cc78..032f75bd6ca7 100644 --- a/packages/google-auth-httplib2/docs/conf.py +++ b/packages/google-auth-httplib2/docs/conf.py @@ -24,9 +24,9 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys import os import shlex +import sys # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the diff --git a/packages/google-auth-httplib2/google_auth_httplib2.py b/packages/google-auth-httplib2/google_auth_httplib2.py index 3cbbcee09d0e..cd32264ec519 100644 --- a/packages/google-auth-httplib2/google_auth_httplib2.py +++ b/packages/google-auth-httplib2/google_auth_httplib2.py @@ -19,11 +19,9 @@ import http.client import logging -from google.auth import exceptions -from google.auth import transport +from google.auth import exceptions, transport import httplib2 - _LOGGER = logging.getLogger(__name__) # Properties present in file-like streams / buffers. _STREAM_PROPERTIES = ("read", "seek", "tell") From dabf9648d0c1f6b2f9b62ca8e9f590bfaf6a5a4b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 16 Apr 2026 06:41:06 +0000 Subject: [PATCH 2/2] chore: regenerate google-auth-httplib2 with librarian --- librarian.yaml | 1 - packages/google-auth-httplib2/.repo-metadata.json | 14 ++++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/librarian.yaml b/librarian.yaml index 7c0eb430af62..a19ac107fb80 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -329,7 +329,6 @@ libraries: skip_readme_copy: true - name: google-auth-httplib2 version: 0.3.1 - skip_generate: true python: library_type: AUTH name_pretty_override: Google Auth httplib2 diff --git a/packages/google-auth-httplib2/.repo-metadata.json b/packages/google-auth-httplib2/.repo-metadata.json index 476cf8d11499..6de607dccf8b 100644 --- a/packages/google-auth-httplib2/.repo-metadata.json +++ b/packages/google-auth-httplib2/.repo-metadata.json @@ -1,13 +1,11 @@ { - "name": "google-auth-httplib2", - "name_pretty": "Google Auth httplib2", "client_documentation": "https://googleapis.dev/python/google-auth-httplib2/latest", + "distribution_name": "google-auth-httplib2", "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", "language": "python", "library_type": "AUTH", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-auth-httplib2", - "default_version": "", - "codeowner_team": "@googleapis/googleapis-auth" -} + "name": "google-auth-httplib2", + "name_pretty": "Google Auth httplib2", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file