dev-python/blebox-uniapi: drop 2.1.4, add 2.2.2

Closes: #2945
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:29:06 +01:00
parent d794608eb9
commit c1682a1448
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
DIST blebox_uniapi-2.1.4.tar.gz 28240 BLAKE2B 485615fa8361dd8f5756066fd4f9796ff617f5c369cc6caebf4955f7cecc418bd7c72603705d3575279e87c08d79ecd9150715f3847095046d4caa5523200c2d SHA512 61e8982a0c65dcf59e16e30c73eca04adcd4ba55f307867c8d2ade97fbe09fd5bb845eb8a9479151b90311594c089cc3dda90117e1a334ee2c75c22259d1057e
DIST blebox_uniapi-2.2.0.tar.gz 29091 BLAKE2B ae3b7e6a253be93d60102506bfe2823532839a6cdc1724f865132f2c14fa804d49a69aa1cdbf3626e0f383ad501936bd2740ecd04c8271fedafd3c582d0fccf1 SHA512 d5d9b5491a6749a54a2629c23fd467828b6ca064da94b4d82cf38ab9149a32a7e6da76899703dd16e639a4d6fe8afb3822207e5bf4d8d0acee149d385fd32578
EBUILD blebox-uniapi-2.1.4.ebuild 754 BLAKE2B 3a121eacec10cab6db4c17e2150cfb196078571c97917cf6e7edd2bebeb86e32c8ab34905d2969437ae62774fd608da13b2dda07b7f438749398fdca901eccff SHA512 83ddccf14cea2a03306877987c3b1257079944b92ccd07475f84165433ab5995feac4713dd4c917dfc1a5a70b40eb86cc55678340a1e0df477e30777f95b948c
EBUILD blebox-uniapi-2.2.0.ebuild 754 BLAKE2B 3a121eacec10cab6db4c17e2150cfb196078571c97917cf6e7edd2bebeb86e32c8ab34905d2969437ae62774fd608da13b2dda07b7f438749398fdca901eccff SHA512 83ddccf14cea2a03306877987c3b1257079944b92ccd07475f84165433ab5995feac4713dd4c917dfc1a5a70b40eb86cc55678340a1e0df477e30777f95b948c
DIST blebox_uniapi-2.2.2.tar.gz 48683 BLAKE2B c9f36190c662abd16cb9963f7584253a9bff32242f9acc5fa1bd197468d16c54d53306dbf8c9b132451b01c5e96cfd998e0465b2ab41a16fe65b1636b6790388 SHA512 20b8604d2ac9504f115a5f9e9972e00698c6eda06bd2aee51ad7f488d39874c771902907537fdaf0eede93890ffbb7261d4371c237b50f7bc9ecf6f53c12d432
EBUILD blebox-uniapi-2.2.0.ebuild 754 BLAKE2B 37e6db3bcd72069a5797ce748eb9703d58466f1a351d023bf59d224e40200f44e78721a8edaa489841180b2096a819a2cd55ee266fcc793f6f60f6c6a9a95f1b SHA512 fc6e003118b6d87804ded7db612f3ecaa4592cbcd5320db595628b813c63869a807a53c498b32c1285172a3bc7e2db26f276056b6741380acbb35eac5bb98601
EBUILD blebox-uniapi-2.2.2.ebuild 716 BLAKE2B 71f41ee777a4bde291fb5f7b82d304acaf244cbd147eb804f711a5459b342e29782f475cea72add05ee6a540f0924ecd3b37bc83df71b414684d14219f664c1e SHA512 6421b7f181d0a5841130583a81c4095e11ce7357dc9adbf3edbc356feae190e23f59cd32e397c53799979191ca0d4cd9e29aa479b2a8b7af42598251a638f132
MISC metadata.xml 514 BLAKE2B ff2fa47eff9af095fac6d54059cd626d15e37aad662a87cc169436c0bedf20977bffd4f92d2c6a6ee283b1a30bbe72adb59d98694b858b77815742b4a7f3e33d SHA512 860a02d1cc68a63741773647b020f65b33716322f107a9f949ea5df9c3f34893e4f4bbc660e159ae007f5a90908fd6bd26049945a48584858e3171128f5778f9

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for accessing BleBox smart home devices"

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for accessing BleBox smart home devices"
@ -21,7 +21,6 @@ RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/deepmerge[${PYTHON_USEDEP}]
)"