From af903a89ee48ee3d61e8b2259cba1b6de137754c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:44:33 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-engineio_4.7.0.bb | 20 -------------------- .../python/python3-engineio_4.7.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb deleted file mode 100644 index 85f537189e..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.7.0.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] = "8b4f30ba58a5bff001801127227f44a1da0c0a22045f798c1a13ebb0d618e2a3" 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 @@ +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] = "a8422e345cd9a21451303380b160742ff02197975b1c3a02cef115febe2b1b20" -- cgit v1.2.3-54-g00ecf