From 67b1b1211f1ab99a1b12bd4eee691184b79cf5b7 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 6 Aug 2021 14:59:32 +0800 Subject: python3-engineio: upgrade 4.2.0 -> 4.2.1 Release 4.2.1 - 2021-08-02 Support setting socketio_path to the root URL #242 (commit) Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit) Pass reason when closing a WebSocket connection (commit) Improved project structure (commit) Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-engineio_4.2.0.bb | 21 --------------------- .../python/python3-engineio_4.2.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb deleted file mode 100644 index 7a828a645d..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb +++ /dev/null @@ -1,21 +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 setuptools3 - -PYPI_PACKAGE = "python-engineio" - -RDEPENDS:${PN} += " \ - python3-netclient \ - python3-json \ - python3-logging \ - python3-compression \ - python3-asyncio \ -" - -SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781" -SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077" diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb new file mode 100644 index 0000000000..2eb82e8fc8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.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 setuptools3 + +PYPI_PACKAGE = "python-engineio" + +RDEPENDS:${PN} += " \ + python3-netclient \ + python3-json \ + python3-logging \ + python3-compression \ + python3-asyncio \ +" + +SRC_URI[sha256sum] = "d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62" -- cgit 1.2.3-korg