From 86637539b9365fc1e93f07fac765fbbdb4fad53e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:38:56 +0800 Subject: python3-engineio: upgrade 4.7.1 -> 4.8.0 Changelog: =========== Return consistent responses after Websocket connection ends Migrate Python package metadata to pyproject.toml Remove Python 3.7 from builds Internal code restructure (no functional changes) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 7ce4588e036ed13b8ce4d2a878661b7f96d57a05) Signed-off-by: Armin Kuster --- .../python/python3-engineio_4.7.1.bb | 20 -------------------- .../python/python3-engineio_4.8.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.8.0.bb 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 deleted file mode 100644 index 0ef64268a7..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.7.1.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] = "a8422e345cd9a21451303380b160742ff02197975b1c3a02cef115febe2b1b20" diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.8.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.8.0.bb new file mode 100644 index 0000000000..1cc79f1a9b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.8.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] = "2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164" -- cgit v1.2.3-54-g00ecf