From ef673cde3013df35ea6ec5f374c05ace2dc756eb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:43 +0800 Subject: [PATCH] python3-flask-socketio: upgrade 5.3.4 -> 5.3.5 Changelog: Prevent allow_unsafe_werkzeug option from being passed to web servers Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...-flask-socketio_5.3.4.bb => python3-flask-socketio_5.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.3.4.bb => python3-flask-socketio_5.3.5.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb index 4dae0d14ba..34919d2222 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb @@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[sha256sum] = "1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c" +SRC_URI[sha256sum] = "5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25" RDEPENDS:${PN} += "\ ${PYTHON_PN}-flask \