From 73262a9f0c38483dcfd4d642e0842e298c597cb6 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 28 Apr 2022 15:03:33 +0800 Subject: python3-engineio: upgrade 4.3.1 -> 4.3.2 Changelog: ========== Option to use a callable for cors_allowed_origins #264 Close aiohttp session when disconnecting #272 Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/python3-engineio_4.3.1.bb | 20 -------------------- .../python/python3-engineio_4.3.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb deleted file mode 100644 index 35e8d790ab..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.3.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] = "6e1d26977ffefe3b7da1b5df7a8750aedc7686da8201cd90daf36693db122489" 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 new file mode 100644 index 0000000000..e9891bc272 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.2.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] = "e02f8d6686663408533726be2d4ceb403914fd17285d247791c6a91623777bdd" -- cgit v1.2.3-54-g00ecf