summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-24 13:43:46 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:30 -0800
commit9ade3594a11d958463a395ef18392a017593df63 (patch)
tree1d5aa7f3192d6e86e06a34530133de82834915c4 /meta-python/recipes-devtools/python
parenta260bd01aceca8b22f9f62814df67ef5d0cc3031 (diff)
downloadmeta-openembedded-9ade3594a11d958463a395ef18392a017593df63.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb (renamed from meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb)2
1 files changed, 1 insertions, 1 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.1.bb
index 8358489089..9e94d20748 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.1.bb
@@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta
10PYPI_PACKAGE = "flask_socketio" 10PYPI_PACKAGE = "flask_socketio"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12 12
13SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c" 13SRC_URI[sha256sum] = "fe5bd995c3ed4da9a98f335d0d830fa1a19d84a64789f6265642a671fdacaeac"
14 14
15RDEPENDS:${PN} += "\ 15RDEPENDS:${PN} += "\
16 python3-flask \ 16 python3-flask \