diff mbox series

[meta-python,6/8] python3-flask-socketio: Upgrade 5.6.0 -> 5.6.1

Message ID 20260224114407.1760757-6-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/8] python3-flask-mail: Upgrade 0.9.1 -> 0.10.0 | expand

Commit Message

Leon Anavi Feb. 24, 2026, 11:43 a.m. UTC
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>
---
 ...-flask-socketio_5.6.0.bb => python3-flask-socketio_5.6.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.6.0.bb => python3-flask-socketio_5.6.1.bb} (83%)
diff mbox series

Patch

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
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
rename to 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
 PYPI_PACKAGE = "flask_socketio"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c"
+SRC_URI[sha256sum] = "fe5bd995c3ed4da9a98f335d0d830fa1a19d84a64789f6265642a671fdacaeac"
 
 RDEPENDS:${PN} += "\
     python3-flask \