From 917b4f8514f8cd1b90777cf4b7f287102f4fc232 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Feb 2024 16:19:16 +0800 Subject: [PATCH] python3-google-auth: upgrade 2.27.0 -> 2.28.0 Changelog: ========== -Adding universe domain support for downscroped credentials -Change log level to debug for return_none_for_not_found_error -Make requests import conditional for gce universe domain Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-google-auth_2.27.0.bb => python3-google-auth_2.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.27.0.bb => python3-google-auth_2.28.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb index 79c9291a19..5799db43ba 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 -SRC_URI[sha256sum] = "e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821" +SRC_URI[sha256sum] = "3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195" RDEPENDS:${PN} += "\ python3-asyncio \