summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-27 18:12:48 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:52 -0800
commit263194d7a3a29b7a7eb31b39913e15c267979731 (patch)
treead6a18406d276847dd1bff1d61c28d89f9268ad3 /meta-python/recipes-devtools
parent4eda10a4eda5bdb31fd1db00b0d29bb60ec45730 (diff)
downloadmeta-openembedded-263194d7a3a29b7a7eb31b39913e15c267979731.tar.gz
python3-google-auth: upgrade 2.47.0 -> 2.48.0
Features ---------- - honor NO_GCE_CHECK environment variable - add configurable GCE Metadata Server retries - add cryptography as required dependency - Support the mTLS IAM domain for Certificate based Access Bug Fixes ---------- - resolve circular imports - Use user_verification=preferred for ReAuth WebAuthn challenge - removes content-header from AWS IMDS get request - detect correct auth when ADC env var is set but empty - replace deprecated utcfromtimestamp Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb (renamed from meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb
index 3b141006a5..4e48c62861 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.47.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb
@@ -9,7 +9,7 @@ SRC_URI += " \
9 file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ 9 file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
10 file://run-ptest \ 10 file://run-ptest \
11" 11"
12SRC_URI[sha256sum] = "833229070a9dfee1a353ae9877dcd2dec069a8281a4e72e72f77d4a70ff945da" 12SRC_URI[sha256sum] = "4f7e706b0cd3208a3d940a19a822c37a476ddba5450156c3e6624a71f7c841ce"
13 13
14PYPI_PACKAGE = "google_auth" 14PYPI_PACKAGE = "google_auth"
15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"