diff mbox series

[meta-python,21/37] python3-google-auth: upgrade 2.55.2 -> 2.56.0

Message ID 20260722102320.1019-21-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/37] dash: upgrade 0.5.13.4 -> 0.5.13.5 | expand

Commit Message

Wang Mingyu July 22, 2026, 10:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- auth: Implement python mtls helpers
- google-auth: add aiohttp bound for Python 3.14
- google-auth: add bounds for urllib3 and packaging dependencies
- google-auth: add cryptography bound for Python 3.14
- google-auth: add gRPC extra and clean up obsolete TODOs
- google-auth: raise rsa extra lower bound to 4.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-google-auth_2.55.2.bb => python3-google-auth_2.56.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.55.2.bb => python3-google-auth_2.56.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.56.0.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.56.0.bb
index 8da1a61bf3..dab45d0be5 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.56.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] = "97ae7790ff740f2bc9db60eb864a7804f4ac19f5f02c38b3d942f2fea6e9b9ae"
+SRC_URI[sha256sum] = "f90fa030b569a92654b9d690665a073841df33d57487be53db583a9a0867a553"
 
 PYPI_PACKAGE = "google_auth"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"