diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:58 -0700 |
commit | dc72eb669d11ec8cfeb531c56d74c9e7cb041e11 (patch) | |
tree | cb36aa55c07c19918b567520cae07fa9a7c6e529 /meta-python | |
parent | fef867ed04b65d8921bca64f34ae22ef1c33d4a3 (diff) | |
download | meta-openembedded-dc72eb669d11ec8cfeb531c56d74c9e7cb041e11.tar.gz |
python3-google-auth: upgrade 2.29.0 -> 2.30.0
Features
--------
- Add WebAuthn plugin component to handle WebAuthn get assertion request
- ECP Provider drop cryptography requirement
- Enable webauthn plugin for security keys
Bug Fixes
----------
- Fix id_token iam endpoint for non-gdu service credentials
- Makes default token_url universe aware
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.30.0.bb (renamed from meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.30.0.bb index e8d438df02..c51be16505 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.29.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.30.0.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] = "672dff332d073227550ffc7457868ac4218d6c500b155fe6cc17d2b13602c360" | 8 | SRC_URI[sha256sum] = "ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |