From 5aef3227a2a73e282e9ace465eefd8ce33f48a50 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 2 Nov 2021 04:51:03 +0800 Subject: python3-engineio: upgrade 4.2.1 -> 4.3.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-engineio_4.2.1.bb | 20 -------------------- .../python/python3-engineio_4.3.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 2eb82e8fc8..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.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 setuptools3 - -PYPI_PACKAGE = "python-engineio" - -RDEPENDS:${PN} += " \ - python3-netclient \ - python3-json \ - python3-logging \ - python3-compression \ - python3-asyncio \ -" - -SRC_URI[sha256sum] = "d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62" diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb new file mode 100644 index 0000000000..95edb860ac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.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 setuptools3 + +PYPI_PACKAGE = "python-engineio" + +RDEPENDS:${PN} += " \ + python3-netclient \ + python3-json \ + python3-logging \ + python3-compression \ + python3-asyncio \ +" + +SRC_URI[sha256sum] = "fed35eeacfa21f53f1fc05ef0cadd65a50780364da3a2be7650eb92f928fdb11" -- cgit v1.2.3-54-g00ecf