diff mbox series

[meta-python] python3-flask-socketio: upgrade 5.3.0 -> 5.3.1

Message ID 1663640785-27745-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-flask-socketio: upgrade 5.3.0 -> 5.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 20, 2022, 2:26 a.m. UTC
Changelog:
==========
Always pop allow_unsafe_werkzeug option from kwargs #1877

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb
index 1078b09eb6..50e820ba37 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.1.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "fa547d0c39ccc6223aad191f3f6ef906383eab67d25ffc343b15bfe33d6478fe"
+SRC_URI[sha256sum] = "fd0ed0fc1341671d92d5f5b2f5503916deb7aa7e2940e6636cfa2c087c828bf9"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \