Skip to content

Commit

Permalink
python3-flask-socketio: upgrade 5.0.3 -> 5.1.0
Browse files Browse the repository at this point in the history
Add reloader_options argument to socketio.run#1556 (commit)
Pass auth data from client in connect event handler #1555 (commit)
Do not show simple-websocket install prompt if it is already installed (commit)
Fix namespace bug in example #1543 (commit)
Added index to documentation openembedded#724 (commit)
Fixed typo in documentation #1551 (commit) (thanks Mayank Anuragi!)

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
zangrc-fnst authored and kraj committed Jul 16, 2021
1 parent ff5a60c commit 752863a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit pypi setuptools3

PYPI_PACKAGE = "Flask-SocketIO"

SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f"
SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874"

RDEPENDS_${PN} += "\
${PYTHON_PN}-flask \
Expand Down

0 comments on commit 752863a

Please sign in to comment.