From 528d98f59059f4d17cc23a0b187cf731121cadc3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:49:06 +0800 Subject: [PATCH] python3-google-auth: upgrade 2.22.0 -> 2.23.0 Changelog: ========== Features --------- Add get_bq_config_path() to _cloud_sdk.py (9f52f66) Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66) Bug Fixes ---------- Expose universe domain in credentials (#1380) (8b8fce6) Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770) Missing ssj for impersonate cred (#1377) (7d453dc) Skip checking projectid on cred if env var is set (#1349) (a4135a3) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-google-auth_2.22.0.bb => python3-google-auth_2.23.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.22.0.bb => python3-google-auth_2.23.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb index 23def6c52c..f7fb76b3f6 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 -SRC_URI[sha256sum] = "164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce" +SRC_URI[sha256sum] = "753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a" RDEPENDS:${PN} += "\ ${PYTHON_PN}-asyncio \