From 3829a65a62c41a92d13d8f787b12003825e307c2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 5 Jun 2023 15:53:04 +0800 Subject: [PATCH] python3-google-auth: upgrade 2.19.0 -> 2.19.1 Changelog: =========== Bug Fixes --------- Check id token error response (#1315) (2a71f7b) Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3) Documentation -------------- Replacing abc.com with example.com (dac7cc3) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-google-auth_2.19.0.bb => python3-google-auth_2.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.19.0.bb => python3-google-auth_2.19.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.19.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.19.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-google-auth_2.19.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.19.1.bb index 52d93abac..05757adfe 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.19.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 -SRC_URI[sha256sum] = "f39d528077ac540793dd3c22a8706178f157642a67d874db25c640b7fead277e" +SRC_URI[sha256sum] = "a9cfa88b3e16196845e64a3658eb953992129d13ac7337b064c6546f77c17183" RDEPENDS:${PN} += "\ ${PYTHON_PN}-asyncio \