diff mbox series

[meta-python] python3-flask-socketio: upgrade 5.3.3 -> 5.3.4

Message ID 1683541169-25445-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-flask-socketio: upgrade 5.3.3 -> 5.3.4 | expand

Commit Message

Mingyu Wang (Fujitsu) May 8, 2023, 10:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
Fixed cookie handling in Test Client for Flask >= 2.3 #1982
Correctly handle ConnectionRefusedError in connect handler #1959
More secure nginx configuration examples #1966

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-flask-socketio_5.3.3.bb => python3-flask-socketio_5.3.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.3.3.bb => python3-flask-socketio_5.3.4.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.3.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.3.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb
index 0327d0d8c7..4dae0d14ba 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "8f47762dd1b76916cbc01f4f8661dd4670dbeb418ca0e1aaedab909b85efee5d"
+SRC_URI[sha256sum] = "1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \