[meta-python,5/5] python3-aiohue: Upgrade 2.6.3 -> 3.0.1

Message ID 20211119102740.2676-5-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-prompt-toolkit: Upgrade 3.0.21 -> 3.0.22 | expand

Commit Message

Leon Anavi Nov. 19, 2021, 10:27 a.m. UTC
Upgrade to release 3.0.1:

- catch more generic aiohttp ClientError in eventstream
- Refactor full v2 support
- Bump flake8 from 3.9.2 to 4.0.1

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-aiohue_2.6.3.bb => python3-aiohue_3.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohue_2.6.3.bb => python3-aiohue_3.0.1.bb} (77%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb b/meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb
index e9cbde84d..757ab96c3 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "ce9c240ca3eb1394c56503b403589f4d0ee7f93445a578b78da8b7879a65c863"
+SRC_URI[sha256sum] = "f4933b8583d093da4c2772c40c59d262892539c7053996cea5b964a2cceaa386"
 
 inherit pypi setuptools3