From 870a2f8e541f9c525f1cb4e3b90ed24658c0a1e2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 3 Jun 2020 16:42:31 +0300 Subject: python3-engineio: Upgrade 3.12.1 -> 3.13.0 Upgrade to release 3.13.0 and consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-engineio.inc | 13 ------------- .../recipes-devtools/python/python3-engineio_3.12.1.bb | 2 -- .../recipes-devtools/python/python3-engineio_3.13.0.bb | 13 +++++++++++++ 3 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-engineio.inc delete mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-engineio.inc b/meta-python/recipes-devtools/python/python-engineio.inc deleted file mode 100644 index 965f420142..0000000000 --- a/meta-python/recipes-devtools/python/python-engineio.inc +++ /dev/null @@ -1,13 +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 - -PYPI_PACKAGE = "python-engineio" - -SRC_URI[md5sum] = "e6ea8b3f2f32eeeb02014c46092f2adb" -SRC_URI[sha256sum] = "2481732d93646998f7372ef0ecf003af7817b82720b881db173c3d50b4887916" diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb b/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb deleted file mode 100644 index 028d1104ab..0000000000 --- a/meta-python/recipes-devtools/python/python3-engineio_3.12.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-engineio.inc diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb new file mode 100644 index 0000000000..51f853390c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb @@ -0,0 +1,13 @@ +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" + +SRC_URI[md5sum] = "822b5dba0308dde6b8cbfd022daae0e4" +SRC_URI[sha256sum] = "2da5e1e5565e170a17169d1a76eb6a099cc96f0a25a5b1e0f9785f151485daea" -- cgit v1.2.3-54-g00ecf