From ca43e2b187585a7d95421c722cf70fa93ae9d0a9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 19 Feb 2026 12:08:57 +0200 Subject: python3-flask-socketio: Upgrade 5.3.6 -> 5.6.0 Upgrade to release 5.6.0: - Use Flask test client's own environ dict if it is available - Add Python 3.13, 3.14 and pypy-3.11 to CI builds, drop 3.8 and 3.9 - Documentation: Added an example using the init_app() method Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.3.6.bb | 18 ------------------ .../python/python3-flask-socketio_5.6.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb deleted file mode 100644 index 7371d7646c..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.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] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c" - -RDEPENDS:${PN} += "\ - python3-flask \ - python3-socketio \ - " 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 new file mode 100644 index 0000000000..8358489089 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.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] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c" + +RDEPENDS:${PN} += "\ + python3-flask \ + python3-socketio \ + " -- cgit v1.2.3-54-g00ecf