From a6c3620b63b9af0983fe6bfd44acc8cfcb3c36e6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 14 May 2021 17:23:38 +0300 Subject: python3-aiohue: Upgrade 2.3.1 -> 2.4.0 Upgrade to release 2.4.0: - Allow listening for Hue events Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb | 11 ----------- meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb deleted file mode 100644 index bb6b951b87..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -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] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.4.0.bb new file mode 100644 index 0000000000..600a3f4b49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.4.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] = "59ac159301064d222192f7b58891d39a2f25aab620061ed12e7cfaf1b5d1a6cc" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" -- cgit v1.2.3-54-g00ecf