From 072e94812c93888aaabf0bdb04f08b16e6ff2324 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 2 Jun 2022 09:36:14 +0800 Subject: 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 --- .../python/python3-flask-socketio_5.2.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb new file mode 100644 index 0000000000..9deae8b41d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Socket.IO integration for Flask applications" +HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "Flask-SocketIO" + +SRC_URI[sha256sum] = "19c3d0cea49c53505fa457fedc133b32cb6eeaaa30d28cdab9d6ca8f16045427" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit v1.2.3-54-g00ecf