diff mbox series

[meta-python] python3-aiohue: Upgrade 4.4.2 -> 4.5.0

Message ID 20220816130842.1011891-1-leon.anavi@konsulko.com
State Accepted, archived
Headers show
Series [meta-python] python3-aiohue: Upgrade 4.4.2 -> 4.5.0 | expand

Commit Message

Leon Anavi Aug. 16, 2022, 1:08 p.m. UTC
Upgrade to release 4.5.0:

- Add support for new Hue Tap Dial (relative rotary)
- Fix KeyError on fake Hue bridges
- Add monitor configuration type
- Updated rate limit statuscode

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-aiohue_4.4.2.bb => python3-aiohue_4.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohue_4.4.2.bb => python3-aiohue_4.5.0.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
index 63d29a48f..7507b8ffd 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15"
+SRC_URI[sha256sum] = "9a5aaf2fa97a889746142093e74143d5e3e02209fae428d1e2dbcc34a5c36efd"
 
 inherit pypi setuptools3