From 61f4d0f29a4fb5c69d8d01d0d6bc8bf171e09589 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Feb 2024 17:02:17 +0800 Subject: [PATCH] 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 --- .../python/{python3-aiohue_4.7.0.bb => python3-aiohue_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohue_4.7.0.bb => python3-aiohue_4.7.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb rename to meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb index 84aace451d2..4b5edffdb00 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "3ca727b463e55bbe7c69b67f5503ffcd7d213c9644c4e458e3556ee6ea33855b" +SRC_URI[sha256sum] = "29b5e5ae05938cac195b1969e70bd6ad4e4e2e105d0e565849803d2a99ff47d1" inherit pypi python_setuptools_build_meta