diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-19 12:27:40 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
| commit | 245511082a7f18567b9942606d4c18858e9f337d (patch) | |
| tree | d612b5625fc8d9807666aafb558a83a7095a80cb /meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb | |
| parent | 113e6e642cb1c7ea8e79601b61d937f9257eaec4 (diff) | |
| download | meta-openembedded-245511082a7f18567b9942606d4c18858e9f337d.tar.gz | |
python3-aiohue: Upgrade 2.6.3 -> 3.0.1
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>
Signed-off-by: Khem Raj <raj.khem@gmail.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, 0 insertions, 11 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 deleted file mode 100644 index e9cbde84d8..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 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" | ||
