diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-10 11:30:55 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-16 08:21:14 -0700 |
| commit | 0aa3b3e0c2c63bf4623a076a09faef47f4762a7d (patch) | |
| tree | 1325fc36684666a7cafc73a56eb2efea8746a819 /meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb | |
| parent | da37fce2ab19f25c76935bb7a5ea97884112c65b (diff) | |
| download | meta-openembedded-0aa3b3e0c2c63bf4623a076a09faef47f4762a7d.tar.gz | |
python3-aiohue: Upgrade 2.5.1 -> 2.6.1
Upgrade to release 2.6.1:
- Fix temperature event
- Store last event on devices
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb new file mode 100644 index 0000000000..c79a922a29 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Asynchronous library to control Philips Hue" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/aiohue/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "1374f7fc50bac46375e18ce7d511515265ce83c9180f312e60a36d63055f0104" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp" | ||
