From 0ff92acf50c36ca96cd1339ac304e07f922af0ea Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Sep 2023 09:59:43 +0800 Subject: python3-engineio: upgrade 4.6.0 -> 4.7.0 Changelog: =========== Added send_packet() method Fixed race condition when lots of connections are ended at the same time #328 Workaround for strange memory leak in Eventlet's Thread class #328 Use daemon threads for background tasks in threading mode Upgrade to pypy-3.9 in unit tests Fix double close of websockets in ASGI adapter #327 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-engineio_4.6.0.bb | 20 -------------------- .../python/python3-engineio_4.7.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb deleted file mode 100644 index 84db9b53b7..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.6.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] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b" 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 new file mode 100644 index 0000000000..85f537189e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.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] = "8b4f30ba58a5bff001801127227f44a1da0c0a22045f798c1a13ebb0d618e2a3" -- cgit v1.2.3-54-g00ecf