diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:12 -0700 |
commit | 9791f72929f4a39ac9f0e7a0c2d6a8d65b4d2840 (patch) | |
tree | 280a9e37a28a02db025701f73e6b3c29b496a5e0 /meta-python | |
parent | e27328ad8f216fd594a482438acacb8d00bbeda0 (diff) | |
download | meta-openembedded-9791f72929f4a39ac9f0e7a0c2d6a8d65b4d2840.tar.gz |
python3-google-auth: upgrade 2.40.1 -> 2.40.3
Changelog:
==========
- Auth fetch token from default endpoint
- Remove unnecessary call to mds service
- Retry 504 errors
- Remove sync response logs in AuthorizedSession
- Update test to consider new error message from cryptography
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb (renamed from meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb index 04207c607b..b7498dcc99 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
5 | 5 | ||
6 | inherit pypi setuptools3 ptest | 6 | inherit pypi setuptools3 ptest |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" | 8 | SRC_URI[sha256sum] = "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" |
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |