From c754b8ec0c75dd1e8bccdfc45dcf9c2fa4979589 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 15 Dec 2023 18:01:03 +0200 Subject: [PATCH] python3-aiohue: upgrade 4.6.2 -> 4.7.0 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 Signed-off-by: Khem Raj --- .../{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 --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 b9256ca204..84aace451d 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 \