summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-07-15 05:34:35 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-16 08:57:37 -0700
commit5118c26aa5fe5a02d925cc78352ccf4cdb53df84 (patch)
treef2f55b37677ed05011edc26b11d1c3acc708d71e /meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
parent57dbed90138635c355c15038143e62d16d1b61db (diff)
downloadmeta-openembedded-5118c26aa5fe5a02d925cc78352ccf4cdb53df84.tar.gz
python3-flask-socketio: upgrade 5.0.3 -> 5.1.0
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 #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> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
deleted file mode 100644
index 5def7621e0..0000000000
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "Socket.IO integration for Flask applications"
2HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "Flask-SocketIO"
11
12SRC_URI[sha256sum] = "4fb968c43bc384f184cd1a25c1842297c2e3d6efc2f755a61be6d4406858220f"
13
14RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-flask \
16 ${PYTHON_PN}-socketio \
17 "