diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-10-26 14:48:21 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-28 09:01:25 -0700 |
| commit | a57273d1fa2eb168e3eea61ba5270f314afe5d5f (patch) | |
| tree | d0e81aaf1af4319ca520fbc1924b6f96ce30c65f /meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb | |
| parent | 166529e0519e92fcafd207e71ef3a52088bb1484 (diff) | |
| download | meta-openembedded-a57273d1fa2eb168e3eea61ba5270f314afe5d5f.tar.gz | |
python3-aiohue: Upgrade 2.6.1 -> 2.6.3
Upgrade to release 2.6.3:
- Guard for unexpected ID v1
- Guard for events without a v1 id
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.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb new file mode 100644 index 0000000000..e9cbde84d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.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] = "ce9c240ca3eb1394c56503b403589f4d0ee7f93445a578b78da8b7879a65c863" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp" | ||
