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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb b/meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb index e9cbde84d..757ab96c3 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_3.0.1.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "ce9c240ca3eb1394c56503b403589f4d0ee7f93445a578b78da8b7879a65c863" | 7 | SRC_URI[sha256sum] = "f4933b8583d093da4c2772c40c59d262892539c7053996cea5b964a2cceaa386" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||