summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:44:33 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commitaf903a89ee48ee3d61e8b2259cba1b6de137754c (patch)
tree262939cf6f6cf3ade2e101ee9fbf7e9ebe04121e /meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb
parent96b605dc3f18a7ee3fe85c97b9dd1f0531334ce5 (diff)
downloadmeta-openembedded-af903a89ee48ee3d61e8b2259cba1b6de137754c.tar.gz
python3-engineio: upgrade 4.7.0 -> 4.7.1
Changelog: ============ -Replace gevent-websocket with simple-websocket when using gevent -Catch and log all errors that occur in event handlers -Use daemon threads for background tasks also in the threaded client -Silence exception on websocket exit when using uWSGI #330 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb
new file mode 100644
index 0000000000..0ef64268a7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Engine.IO server"
2HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "python-engineio"
11
12RDEPENDS:${PN} += " \
13 python3-netclient \
14 python3-json \
15 python3-logging \
16 python3-compression \
17 python3-asyncio \
18"
19
20SRC_URI[sha256sum] = "a8422e345cd9a21451303380b160742ff02197975b1c3a02cef115febe2b1b20"