From 34003e2a2be43ccbc24b20d0d818004caecab3cc Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 7 Jul 2022 15:54:45 +0800 Subject: python3-engineio: upgrade 4.3.2 -> 4.3.3 Changelog: ========== Handle ASGI lifespan when running with a secondary ASGI app #284 Update deprecated usage of asyncio.wait() #281 Better handling of queued WebSocket messages in uWSGI #256 Gracefully fail to decode empty packets #269 Only attempt to set an async signal handler once #276 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../python/python3-engineio_4.3.2.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb (limited to 'meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb deleted file mode 100644 index e9891bc272..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Engine.IO server" -HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "python-engineio" - -RDEPENDS:${PN} += " \ - python3-netclient \ - python3-json \ - python3-logging \ - python3-compression \ - python3-asyncio \ -" - -SRC_URI[sha256sum] = "e02f8d6686663408533726be2d4ceb403914fd17285d247791c6a91623777bdd" -- cgit v1.2.3-54-g00ecf