From 8fc6c279b2ac287b8234b0cbaf5e0368434496d6 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 20 Aug 2021 17:37:36 +0800 Subject: [PATCH] python3-flask-socketio: upgrade 5.1.0 -> 5.1.1 Release 5.1.1 - 2021-08-02 Only use SSL socket if at least one SSL kwarg is not None #1639 (commit) (thanks JT Raber!) Remove unused SSL arguments from eventlet server options #1639 (commit) Remove executable permissions from files that lack shebang lines #1621 (commit) (thanks Ben Beasley!) Improved project structure (commit) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-flask-socketio_5.1.0.bb => python3-flask-socketio_5.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.1.0.bb => python3-flask-socketio_5.1.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb index deca5f5d8e..3d7a1cb6a8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb @@ -9,7 +9,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "Flask-SocketIO" -SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" +SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1" RDEPENDS:${PN} += "\ ${PYTHON_PN}-flask \