Skip to content

Commit

Permalink
python3-aiohue: upgrade 4.6.1 -> 4.6.2
Browse files Browse the repository at this point in the history
Changelog:
==========
Add missing LONG_PRESS enum member for button events (openembedded#190)
Mark auto_dynamic attribute optional on scene resource (openembedded#189)
Fixes for some small schema parse errors (openembedded#188)
Make active_timeslot optional in smart_scene model (openembedded#177)
Add util methods for backwards compatibility in Scenes controller (openembedded#176)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 4, 2023
1 parent d5e969b commit 6c6e6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"

SRC_URI[sha256sum] = "afe44307ff2453e20323009cb315de3896d551afd0635b57381a278bb2119d48"
SRC_URI[sha256sum] = "069af6bb0a7d34d566538af57cc10fb691ee04f844204e4f67d95a57f0b91a46"

inherit pypi setuptools3

Expand Down

0 comments on commit 6c6e6bd

Please sign in to comment.