diff mbox series

[meta-python,2/4] python3-aiohue: Upgrade 4.7.5 -> 4.8.0

Message ID 20251006095358.532479-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-yarl: Upgrade 1.20.1 -> 1.21.0 | expand

Commit Message

Leon Anavi Oct. 6, 2025, 9:53 a.m. UTC
Upgrade to release 4.8.0:

- Drop tomli in pyproject.toml
- Add scene status (active + last_recall) fields
- Update various models
- Add a few missing models to complete MotionAware

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-aiohue_4.7.5.bb => python3-aiohue_4.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohue_4.7.5.bb => python3-aiohue_4.8.0.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.8.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_4.8.0.bb
index 23354152be..ac20dcb1c1 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_4.8.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "77d7ee467c41bb0c3e00f4e2e533ba65f58a29147ed7df407f84cd4595d2d20c"
+SRC_URI[sha256sum] = "78c5af843c916affd8cd7efeddccfc6edd0cca288fe9909c21186fef03606cd0"
 
 inherit pypi python_setuptools_build_meta