python3-google-auth: upgrade 2.53.0 -> 2.54.0

Features
=========
- implement regional access boundary support for standalone JWT and async
  service accounts

Bug Fixes
=========
- configure mTLS for impersonated credentials
- fail-fast on missing ECP config file to avoid 30s hang
- Rename the 'seed' argument for setting an initial regional access
  boundary for clarity
- update incorrect urls in setup.py to point at monorepo vs splitrepo

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-06-17 16:58:00 +08:00
committed by Khem Raj
parent 4cb8410f9b
commit a2927013e4
@@ -9,7 +9,7 @@ SRC_URI += " \
file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
file://run-ptest \
"
SRC_URI[sha256sum] = "e7e6aa16f6bee7b2b264830fd04f08087a1d5a836df516251a5d15327b246c9c"
SRC_URI[sha256sum] = "130f6fd5e3f497fdad897a23ed9489973437edf561238c4b92a4d02c435f8af9"
PYPI_PACKAGE = "google_auth"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"