From db50023da410025c2e9d3730b0fb78210d9f2cec Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 16 Aug 2022 16:08:42 +0300 Subject: python3-aiohue: Upgrade 4.4.2 -> 4.5.0 Upgrade to release 4.5.0: - Add support for new Hue Tap Dial (relative rotary) - Fix KeyError on fake Hue bridges - Add monitor configuration type - Updated rate limit statuscode Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiohue_4.4.2.bb | 16 ---------------- .../recipes-devtools/python/python3-aiohue_4.5.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 63d29a48fb..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.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] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15" - -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.5.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb new file mode 100644 index 0000000000..7507b8ffd0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.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] = "9a5aaf2fa97a889746142093e74143d5e3e02209fae428d1e2dbcc34a5c36efd" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-aiohttp \ + ${PYTHON_PN}-asyncio-throttle \ + ${PYTHON_PN}-profile \ + ${PYTHON_PN}-awesomeversion \ +" -- cgit v1.2.3-54-g00ecf