python3-flask-socketio: upgrade 5.1.1 -> 5.1.2

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Xu Huan
2022-04-28 15:03:34 +08:00
committed by Khem Raj
parent 73262a9f0c
commit 8848a2d0ba

View File

@@ -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 \