diff mbox series

[meta-python] python3-google-auth: upgrade 2.19.0 -> 2.19.1

Message ID 1685951589-29920-13-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-google-auth: upgrade 2.19.0 -> 2.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) June 5, 2023, 7:53 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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 52d93abac1..05757adfee 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 \