From 37edb9bdcdd4c0ba2cc8dfe85109f2c23e46c86d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:23 +0300 Subject: python3-aiohue: Upgrade 2.3.0 -> 2.3.1 Upgrade to release 2.3.1: - Handle all client errors when detecting the protocol - Bump black from 21.5b0 to 21.5b1 - Bump flake8 from 3.9.1 to 3.9.2 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb | 11 ----------- meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb deleted file mode 100644 index 02f698532e..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb +++ /dev/null @@ -1,11 +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] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb new file mode 100644 index 0000000000..bb6b951b87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb @@ -0,0 +1,11 @@ +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] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" -- cgit v1.2.3-54-g00ecf