From fce114003a322639b45cb8c42834bdcbf63d1618 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:47:50 +0800 Subject: [PATCH] python3-flask-socketio: upgrade 5.3.5 -> 5.3.6 Changelog: Fixes in the test client to support recent changes in Socket.IO dependencies Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...-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 --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 \