From 61f4d0f29a4fb5c69d8d01d0d6bc8bf171e09589 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Feb 2024 17:02:17 +0800 Subject: python3-aiohue: upgrade 4.7.0 -> 4.7.1 Changelog: ========= #281 - Treat EffectStatus.NO_EFFECT the same as None #262 - Allow a scene's palette to be absent Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiohue_4.7.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb (limited to 'meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb new file mode 100644 index 0000000000..4b5edffdb0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.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] = "29b5e5ae05938cac195b1969e70bd6ad4e4e2e105d0e565849803d2a99ff47d1" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-aiohttp \ + ${PYTHON_PN}-asyncio-throttle \ + ${PYTHON_PN}-profile \ + ${PYTHON_PN}-awesomeversion \ +" -- cgit v1.2.3-54-g00ecf