diff mbox series

[meta-python,2/6] python3-google-auth: upgrade 2.56.2 -> 2.56.3

Message ID 20260811063643.152169-2-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-webserver,1/6] swagger-ui: upgrade 5.32.11 -> 5.32.12 | expand

Commit Message

Ankur Tyagi Aug. 11, 2026, 6:36 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Also updated homepage.

Changelog:
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-auth/CHANGELOG.md#2563-2026-08-06

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 ...n3-google-auth_2.56.2.bb => python3-google-auth_2.56.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.56.2.bb => python3-google-auth_2.56.3.bb} (86%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.56.2.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.56.2.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb
index a4dfcff56d..c096c6ab36 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.56.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.56.3.bb
@@ -1,5 +1,5 @@ 
 DESCRIPTION = "Google Authentication Library"
-HOMEPAGE = "https://github.com/googleapis/google-auth-library-python"
+HOMEPAGE = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
@@ -9,7 +9,7 @@  SRC_URI += " \
         file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
         file://run-ptest \
 "
-SRC_URI[sha256sum] = "e28f103ca8091fb7012b99c44243d7366c29863713b8e34a220c3322b7a07051"
+SRC_URI[sha256sum] = "40e229fc901f0a305b553050e5fce562d509bee0435be053abfa91582b51b90c"
 
 PYPI_PACKAGE = "google_auth"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"