[meta-python] python3-flask-socketio: upgrade 5.1.2 -> 5.2.0

Message ID 1654133778-20912-1-git-send-email-xuhuan.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-flask-socketio: upgrade 5.1.2 -> 5.2.0 | expand

Commit Message

XU Huan June 2, 2022, 1:36 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

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 <xuhuan.fnst@fujitsu.com>
---
 ...-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%)

Patch

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 1e5d775b6..9deae8b41 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 \