From b70b9284a3cce3e814182142e14189e43ada2fcd Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 11 Aug 2026 18:36:39 +1200 Subject: [PATCH] python3-google-auth: upgrade 2.56.2 -> 2.56.3 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 Signed-off-by: Khem Raj --- ...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 --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}"