From 8f662cf09ad2dd011145c2699c9258526ae9f2e5 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 21 Sep 2025 21:45:59 +0200 Subject: python3-aiohue: 4.7.4 -> 4.7.5 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiohue_4.7.4.bb | 15 --------------- .../recipes-devtools/python/python3-aiohue_4.7.5.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.7.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.4.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.4.bb deleted file mode 100644 index 45d23408a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.7.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Asynchronous library to control Philips Hue" -HOMEPAGE = "https://pypi.org/project/aiohue/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" - -SRC_URI[sha256sum] = "0764d934c0d198e450364bc47e87025108aef07b5280602890e9be2972d85a91" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "\ - python3-aiohttp \ - python3-asyncio-throttle \ - python3-awesomeversion \ -" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb new file mode 100644 index 0000000000..23354152be --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_4.7.5.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Asynchronous library to control Philips Hue" +HOMEPAGE = "https://pypi.org/project/aiohue/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" + +SRC_URI[sha256sum] = "77d7ee467c41bb0c3e00f4e2e533ba65f58a29147ed7df407f84cd4595d2d20c" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-aiohttp \ + python3-asyncio-throttle \ + python3-awesomeversion \ +" -- cgit v1.2.3-54-g00ecf