diff mbox series

[meta-python,6/6] python3-aiohue: upgrade 4.6.2 -> 4.7.0

Message ID 20231215160103.2164505-6-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/6] python3-expandvars: add recipe | expand

Commit Message

Leon Anavi Dec. 15, 2023, 4:01 p.m. UTC
Upgrade to version 4.7.0:

- Backward compatibility fix
- Update project and CI
- Update models for updated schema and new resource types

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-aiohue_4.6.2.bb => python3-aiohue_4.7.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiohue_4.6.2.bb => python3-aiohue_4.7.0.bb} (74%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb
index b9256ca20..84aace451 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.0.bb
@@ -4,9 +4,9 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "069af6bb0a7d34d566538af57cc10fb691ee04f844204e4f67d95a57f0b91a46"
+SRC_URI[sha256sum] = "3ca727b463e55bbe7c69b67f5503ffcd7d213c9644c4e458e3556ee6ea33855b"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += " \
 	${PYTHON_PN}-aiohttp \