summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-04-28 15:03:34 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-02 14:12:12 -0700
commit8848a2d0baa3c0797643beb4a998f051740d8a3f (patch)
tree4b2e5e11c7ef397213dfceecb0fdb6307c717335 /meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
parent73262a9f0c38483dcfd4d642e0842e298c597cb6 (diff)
downloadmeta-openembedded-8848a2d0baa3c0797643beb4a998f051740d8a3f.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
new file mode 100644
index 0000000000..1e5d775b60
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
@@ -0,0 +1,17 @@
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 python_setuptools_build_meta
9
10PYPI_PACKAGE = "Flask-SocketIO"
11
12SRC_URI[sha256sum] = "933bcc887ef463a9b78d76f8f86174f63a32d12a5406b99f452cdf3b129ebba3"
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-flask \
16 ${PYTHON_PN}-socketio \
17 "