diff mbox series

[meta-python] python3-google-auth: upgrade 2.23.1 -> 2.23.3

Message ID 1698050771-25706-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-google-auth: upgrade 2.23.1 -> 2.23.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 8:46 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
Serialize signer keys on getstate for pickling
Support urllib3<2.0 versions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-google-auth_2.23.1.bb => python3-google-auth_2.23.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.23.1.bb => python3-google-auth_2.23.3.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.23.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.23.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.23.1.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.23.3.bb
index a3228be231..e5433b0839 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.23.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.23.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "d38bdf4fa1e7c5a35e574861bce55784fd08afadb4e48f99f284f1e487ce702d"
+SRC_URI[sha256sum] = "6864247895eea5d13b9c57c9e03abb49cb94ce2dc7c58e91cba3248c7477c9e3"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-asyncio \