diff mbox series

[meta-python] python3-flask-socketio: upgrade 5.3.5 -> 5.3.6

Message ID 1695109670-7817-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-flask-socketio: upgrade 5.3.5 -> 5.3.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:47 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fixes in the test client to support recent changes in Socket.IO dependencies

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-flask-socketio_5.3.5.bb => python3-flask-socketio_5.3.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.3.5.bb => python3-flask-socketio_5.3.6.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
index 34919d2222..e151fda9d5 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25"
+SRC_URI[sha256sum] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \