[meta-python] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2

Message ID 1651129416-8432-4-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 | expand

Commit Message

XU Huan April 28, 2022, 7:03 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
==========
    No need to push a new app context in the test client #1669
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8
    Improve documentation on start_background_task() function
    changed room argument to to in documentation examples #1665
    Fix documentation typo #1793
    Fix example code in documentation #1787

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...-flask-socketio_5.1.1.bb => python3-flask-socketio_5.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.1.1.bb => python3-flask-socketio_5.1.2.bb} (81%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
index 00e958022a..1e5d775b60 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1"
+SRC_URI[sha256sum] = "933bcc887ef463a9b78d76f8f86174f63a32d12a5406b99f452cdf3b129ebba3"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \