From 37edb9bdcdd4c0ba2cc8dfe85109f2c23e46c86d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 May 2021 16:23:23 +0300 Subject: [PATCH] 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 --- .../python/{python3-aiohue_2.3.0.bb => python3-aiohue_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohue_2.3.0.bb => python3-aiohue_2.3.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb rename to meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb index 02f698532e..bb6b951b87 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.3.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" -SRC_URI[sha256sum] = "d36fa57747191b92e77c89c453c792f13b9af8f7ca9610bb4bb46f2636a536f6" +SRC_URI[sha256sum] = "d592a9055b56462312fcfccf46601ed4092698db1be5f3fc30c232ea34c6bbe3" inherit pypi setuptools3