dev-python/bleak-retry-connector: add 3.5.0

Closes: #3207
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 16:08:06 +02:00
parent 779852decd
commit 497d5e6fe6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 6 deletions

View File

@ -1,5 +1,7 @@
DIST bleak_retry_connector-3.3.0.tar.gz 15476 BLAKE2B b7ffd1ceb871aa2943665b016868b08e1258af42ca5201092710ffaaeb5582066ccba2529f2ee6a9b0e88ae59cac926c5da3ff1ba2e065c3de30dff6811aa689 SHA512 dc1bffa9c50dd7ee053e7f35b7818484b27b87c2fb33c6cf5660952796043e268b9e15dca9596161a47ecbf91fcc4339e8a5af8ba864b358aadde52160c97f6f
DIST bleak_retry_connector-3.4.0.tar.gz 15395 BLAKE2B e0108232a4ac4ef5fd6f1f52a73cb295ada9913964fc5c2b69963f817534eba88862a15516549b819fb129d63558bf95e1d5b751061caa5e6d286c9b7921bf46 SHA512 4cd09d38f034324721eaa34413558f698b3a0588a85fb39eb3cc0978544a25258b91f389197c050849b145012902b01a7ca4abfd9dd8f83848949c5971cde519
EBUILD bleak-retry-connector-3.3.0.ebuild 941 BLAKE2B 54016e9aaacd4396bf47be310f7f03461ec6636f2abd156825844d5a311e1169be664ccebd3691fb9a6e933c8882540b9cb5d20270b9e68823fa6c1317db90cc SHA512 52ac74f3d0cc2f46e9d6de9c127d00994f215f5b6312c44bdae402294873dac77c7308bf4c304b08eb8015a91486b1a8051c78bb6e9bd2e2808d110b72064a18
EBUILD bleak-retry-connector-3.4.0.ebuild 941 BLAKE2B 54016e9aaacd4396bf47be310f7f03461ec6636f2abd156825844d5a311e1169be664ccebd3691fb9a6e933c8882540b9cb5d20270b9e68823fa6c1317db90cc SHA512 52ac74f3d0cc2f46e9d6de9c127d00994f215f5b6312c44bdae402294873dac77c7308bf4c304b08eb8015a91486b1a8051c78bb6e9bd2e2808d110b72064a18
DIST bleak_retry_connector-3.5.0.tar.gz 15393 BLAKE2B 168adef0d8dafd36c0bdc10ed82dfe6ebd691f38c72958116067f34d209cd1aa9ec910593209ac0d0e634cbea167c0d2cd1e61b3c31c74610c7257a4078c4c53 SHA512 901e8b2bc75554edbad9f908808335ba206cbfb51256ee2cb2054622fd9763574ca3d59f7b5527d892d3b50a6868dd2f6d550787020ac762f0dbe96a8701ffe2
EBUILD bleak-retry-connector-3.3.0.ebuild 941 BLAKE2B d929c1d77cc06ab7cfe7210da8b806c01016e49b459efb1442906f74e53fbc04e3187735d5fb7f35a6d08c7a28d03929a0fe38c3c0170c406abab90f45b0007c SHA512 ec7c71a0d706d85cff02cc9f27fd009d115294be5ee4d9f251c61fd4cf10f8ceba4f6a5c89c0f3b86ad5bedcdbef0d83e09b378ad78835ad45be62d66dcf006e
EBUILD bleak-retry-connector-3.4.0.ebuild 941 BLAKE2B d929c1d77cc06ab7cfe7210da8b806c01016e49b459efb1442906f74e53fbc04e3187735d5fb7f35a6d08c7a28d03929a0fe38c3c0170c406abab90f45b0007c SHA512 ec7c71a0d706d85cff02cc9f27fd009d115294be5ee4d9f251c61fd4cf10f8ceba4f6a5c89c0f3b86ad5bedcdbef0d83e09b378ad78835ad45be62d66dcf006e
EBUILD bleak-retry-connector-3.5.0.ebuild 903 BLAKE2B 1a518ef632d9096b2eb7b6c3b2b1213cf542a278486476f73a41496fe05636c9d3a8b95c52a435437f15fec727d16a2e52b21a8683ab2aee249b96d5f2af0cc0 SHA512 49f8937c777dd0291374e21d20a4055627ce942c85a3dbab628f3b08849fb72d7789fc815d08f90f2b75924774bfeb40471185d717a97756982ad217982acf57
MISC metadata.xml 544 BLAKE2B 2d8d7ff97111d45f4af0508e71b5fc22338ca78c1980c7f5ee1524317f9a0d32edba4004293bf15d95150b1f4ccb7a217804f02ae33b889506696340ecdf7c45 SHA512 a122abf4926c22123013213614f7153f87447196c62f3cc241037473d7918c23666a36e32f2a6a36c2e29a9bf7ecbf897e364e93d8002ff7d088145fd25083b0

View File

@ -1,8 +1,8 @@
# 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=poetry
inherit distutils-r1 pypi

View File

@ -1,8 +1,8 @@
# 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=poetry
inherit distutils-r1 pypi

View File

@ -0,0 +1,30 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A connector for Bleak Clients that handles transient connection failures"
HOMEPAGE="https://github.com/bluetooth-devices/bleak-retry-connector https://pypi.org/project/bleak-retry-connector/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.21.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/dbus-fast-1.14.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-adapters-0.15.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest