summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-19 12:08:57 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:20 -0800
commitca43e2b187585a7d95421c722cf70fa93ae9d0a9 (patch)
treef02046bc79cb7cef53aa83eddbe20cc415ceda01 /meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
parentc291a7c266ee296e592e0c02e718d5d0c8e5b81f (diff)
downloadmeta-openembedded-ca43e2b187585a7d95421c722cf70fa93ae9d0a9.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb18
1 files changed, 18 insertions, 0 deletions
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 @@
1SUMMARY = "Socket.IO integration for Flask applications"
2HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "flask_socketio"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12
13SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c"
14
15RDEPENDS:${PN} += "\
16 python3-flask \
17 python3-socketio \
18 "