From 0c2491a4c617888d458bc0789ce1cbfd92db0392 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 30 Jun 2022 10:14:00 +0800 Subject: python3-aiohue: upgrade 4.4.1 -> 4.4.2 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiohue_4.4.1.bb | 16 ---------------- .../recipes-devtools/python/python3-aiohue_4.4.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb deleted file mode 100644 index b3a88fb677..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.4.1.bb +++ /dev/null @@ -1,16 +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] = "fa3bb0cf68aefdd0710704443c896abda69ae227500ad9539ac6c3d1d6dad804" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-aiohttp \ - ${PYTHON_PN}-asyncio-throttle \ - ${PYTHON_PN}-profile \ - ${PYTHON_PN}-awesomeversion \ -" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb new file mode 100644 index 0000000000..63d29a48fb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb @@ -0,0 +1,16 @@ +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] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-aiohttp \ + ${PYTHON_PN}-asyncio-throttle \ + ${PYTHON_PN}-profile \ + ${PYTHON_PN}-awesomeversion \ +" -- cgit v1.2.3-54-g00ecf