From 9ade3594a11d958463a395ef18392a017593df63 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Feb 2026 13:43:46 +0200 Subject: python3-flask-socketio: Upgrade 5.6.0 -> 5.6.1 Upgrade to release 5.6.1: - Session fixes for Flask >= 3.1.3 - Update SocketIO constructor documentation - Switch to the Furo documentation template Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.6.0.bb | 18 ------------------ .../python/python3-flask-socketio_5.6.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb deleted file mode 100644 index 8358489089..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c" - -RDEPENDS:${PN} += "\ - python3-flask \ - python3-socketio \ - " diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb new file mode 100644 index 0000000000..9e94d20748 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb @@ -0,0 +1,18 @@ +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" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "fe5bd995c3ed4da9a98f335d0d830fa1a19d84a64789f6265642a671fdacaeac" + +RDEPENDS:${PN} += "\ + python3-flask \ + python3-socketio \ + " -- cgit v1.2.3-54-g00ecf