From fc7fb896c3a00b53a958766f6ecee1f8ccaa73be Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 Jun 2026 17:01:04 +0800 Subject: [PATCH] python3-google-auth: upgrade 2.54.0 -> 2.55.0 Changelog: =========== - make RAB feature production ready - run async background boundary refresh on detached session Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-google-auth_2.54.0.bb => python3-google-auth_2.55.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.54.0.bb => python3-google-auth_2.55.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.54.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.55.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-google-auth_2.54.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.55.0.bb index b7b5a416a9..aa0e7fd400 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.54.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.55.0.bb @@ -9,7 +9,7 @@ SRC_URI += " \ file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "130f6fd5e3f497fdad897a23ed9489973437edf561238c4b92a4d02c435f8af9" +SRC_URI[sha256sum] = "fcd3a130f575fa36403d38774af1c64a4fbfbca09215f0589d2372b5119697cb" PYPI_PACKAGE = "google_auth" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"