diff mbox series

[meta-python,3/3] python3-flask-socketio: Upgrade 5.3.6 -> 5.6.0

Message ID 20260219100857.3498767-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-engineio: Upgrade 4.9.0 -> 4.13.1 | expand

Commit Message

Leon Anavi Feb. 19, 2026, 10:08 a.m. UTC
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>
---
 ...lask-socketio_5.3.6.bb => python3-flask-socketio_5.6.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.3.6.bb => python3-flask-socketio_5.6.0.bb} (76%)
diff mbox series

Patch

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.6.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
index 7371d7646c..8358489089 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.6.0.bb
@@ -7,10 +7,10 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
 
 inherit pypi python_setuptools_build_meta
 
-PYPI_PACKAGE = "Flask-SocketIO"
+PYPI_PACKAGE = "flask_socketio"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c"
+SRC_URI[sha256sum] = "42a7bc552013633875ad320e39462323b4f7334594f1658d72b6ffed99940d4c"
 
 RDEPENDS:${PN} += "\
     python3-flask \