From 33ffacddcfdcc361f6e173928982502ef6cdeba2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 00:32:45 +0300 Subject: [PATCH] python3-flask-socketio: Upgrade 5.0.1 -> 5.0.3 Upgrade to release 5.0.3: - Document the use of simple-websocket with the development web server - Show transport in example apps - Added Open Collective funding option Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-flask-socketio_5.0.1.bb => python3-flask-socketio_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.0.1.bb => python3-flask-socketio_5.0.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb index 4c5d0a3fbb..5def7621e0 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb @@ -9,7 +9,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[sha256sum] = "5c4319f5214ada20807857dc8fdf3dc7d2afe8d6dd38f5c516c72e2be47d2227" +SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f" RDEPENDS_${PN} += "\ ${PYTHON_PN}-flask \