diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-08-16 16:08:42 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-16 07:37:44 -0700 |
| commit | db50023da410025c2e9d3730b0fb78210d9f2cec (patch) | |
| tree | 1f06c13d2cf11d5cdca5da66d05849b1a2ef865f /meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb | |
| parent | aa4f7c4c3e80eb25be95f75864c4bda150351e31 (diff) | |
| download | meta-openembedded-db50023da410025c2e9d3730b0fb78210d9f2cec.tar.gz | |
python3-aiohue: Upgrade 4.4.2 -> 4.5.0
Upgrade to release 4.5.0:
- Add support for new Hue Tap Dial (relative rotary)
- Fix KeyError on fake Hue bridges
- Add monitor configuration type
- Updated rate limit statuscode
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_4.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb deleted file mode 100644 index 63d29a48fb..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb +++ /dev/null | |||
| @@ -1,16 +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] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | ${PYTHON_PN}-aiohttp \ | ||
| 13 | ${PYTHON_PN}-asyncio-throttle \ | ||
| 14 | ${PYTHON_PN}-profile \ | ||
| 15 | ${PYTHON_PN}-awesomeversion \ | ||
| 16 | " | ||
