From 778596df874629ed1b99e1ba54f63e9ee8cde7fc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 May 2021 19:52:15 +0300 Subject: python3-aiohue: Upgrade 2.2.0 -> 2.3.0 Upgrade to release 2.3.0: - Fix Hue communication protocol - Create Dependabot config file - Include LICENSE in the manifest License-Update: Use file LICENSE. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb deleted file mode 100644 index a2a7363f6c..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Asynchronous library to control Philips Hue" -HOMEPAGE = "https://pypi.org/project/aiohue/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -# No license file available but the license is specified in PKG-INFO and setup.py. -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" - -SRC_URI[sha256sum] = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb new file mode 100644 index 0000000000..02f698532e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Asynchronous library to control Philips Hue" +HOMEPAGE = "https://pypi.org/project/aiohue/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" + +SRC_URI[sha256sum] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" -- cgit v1.2.3-54-g00ecf