From 072e94812c93888aaabf0bdb04f08b16e6ff2324 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 2 Jun 2022 09:36:14 +0800 Subject: [PATCH] python3-flask-socketio: upgrade 5.1.2 -> 5.2.0 Changelog: ========== Better handling of message_queue connection argument #1130 More robust handling of to and room arguments of emit and send #1771 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- ...-flask-socketio_5.1.2.bb => python3-flask-socketio_5.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.1.2.bb => python3-flask-socketio_5.2.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb index 1e5d775b60..9deae8b41d 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb @@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[sha256sum] = "933bcc887ef463a9b78d76f8f86174f63a32d12a5406b99f452cdf3b129ebba3" +SRC_URI[sha256sum] = "19c3d0cea49c53505fa457fedc133b32cb6eeaaa30d28cdab9d6ca8f16045427" RDEPENDS:${PN} += "\ ${PYTHON_PN}-flask \