summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-10-06 12:53:56 +0300
committerKhem Raj <raj.khem@gmail.com>2025-10-06 11:34:42 -0700
commita0700485fa49889688d4cb4c27095b14b946294a (patch)
tree020258d0e99156e0bf8b78dcbaea3c7788339456 /meta-python/recipes-devtools/python
parente0b51a116e3d80c74291e998ce64cc729e7d97ab (diff)
downloadmeta-openembedded-a0700485fa49889688d4cb4c27095b14b946294a.tar.gz
python3-aiohue: Upgrade 4.7.5 -> 4.8.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohue_4.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
6 6
7SRC_URI[sha256sum] = "77d7ee467c41bb0c3e00f4e2e533ba65f58a29147ed7df407f84cd4595d2d20c" 7SRC_URI[sha256sum] = "78c5af843c916affd8cd7efeddccfc6edd0cca288fe9909c21186fef03606cd0"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10