bump aiohomekit-0.2.1[5,7]

This commit is contained in:
Andreas Billmeier 2020-03-06 08:35:07 +01:00
parent ea42bdcc09
commit 692ae6a3eb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 76 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2020-03-06
* bump abodepy-0.18.1
* bump aiohomekit-0.2.15
* bump aiohomekit-0.2.17
2020-03-04 homeassistant-0.106.5
* bump PyFlume-0.3.0

View File

@ -1,5 +1,9 @@
DIST aiohomekit-0.2.10.tar.gz 53403 BLAKE2B 67d8df42a13a6ba116230336225a5191f05583b8995ef5ddf710b26f1d55612b926966f7a10755af1e4c88ad5464945d7829628af7c01ece95945005b644a18a SHA512 032177745985b574baa3601cf1fc7c9e4418adc46cc8185e6a9be809b91e617487b3b9fdcd609b43bd97afd496cf0f69a8e2ea5b2c55f3b668daaf86af35160d
DIST aiohomekit-0.2.11.tar.gz 53326 BLAKE2B 47474bdf6cf13df2ecdd9d2aa5e99bc283abaad75397af5b1b5b0169f0c913298427fad356d65290aa1fe8eb6b495722cdea8a5fd51166819d282841f1f79def SHA512 65fc766b7b1afd0e7d468222896fa4446f98f2048e743da3b1d10d28a6e1ad41d2400c9ad10896182a03aea6bbff05b639c09478a3bd2efbfc178fb680b3c778
DIST aiohomekit-0.2.15.tar.gz 55974 BLAKE2B f7ad684ab31c9ced9600317be71fb578b9eec892e25c2c037a6c3a62f8deef1d649794556f38e1975ea9ab74c4ab6c4bd8623bab149e205ba3cce453137d358f SHA512 a67309f015e4453d6de2f531a6e6e080f76d741d7d114f467cc83f82fde2ff760d6c8edf8d175a3a58bddbd614b8bb4be134b7058a7d8699de8ecccc6f922e67
DIST aiohomekit-0.2.17.tar.gz 57239 BLAKE2B de51b7c375fbfe7a784991bfb4fcddc46c545cfe8a4bd8a8bf56dfd2706238148df5dd24240ad89184e6dc50941377d334877c0b05003626b1d2b247474017df SHA512 d19726a5ce9cd91e74eff741606a3e1e411361f78cede0a0b9a61a45d14fcf9ce888ac469506091c43d457e5befd4459a0fae7bd5b987a5bb1a0297d196ecd98
EBUILD aiohomekit-0.2.10.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
EBUILD aiohomekit-0.2.11.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
EBUILD aiohomekit-0.2.15.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
EBUILD aiohomekit-0.2.17.ebuild 821 BLAKE2B ba617c302ec1537b70aef5255705d9d75be6d8693a2299f3e42400b3a344aaf2bd172d944167ff795893aa6e9c3aef8ef615d6d07924a79160261e75602b2fe1 SHA512 20307231930522fd26276660ac26167affa9488305d5b77184895cd2bd75d6a25401aaef2107a8952df1d0e4ae00fd20690bd684f81c266b302939b7915efbad
MISC metadata.xml 456 BLAKE2B 52666d6659ea0e650a453b4c6568f3754db9133bc0786686a87bc1ab7c12c4e967d6a195cd0de1d55dd4b596464735db810541211b1b78c0a9ab30eede8e5dd4 SHA512 9c043f3a3ee2339020070a1f2011bc0799d5ef7c4a2d082401bb96ef3cc1fc4071db15f251681dd3abd97770e865fc10457035c5717b9d7a5a20da814faa3ac4

View File

@ -0,0 +1,35 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-18.1.0
>=dev-python/click-6.5
>=dev-python/pathspec-0.6
dev-python/regex
>=dev-python/toml-0.9.4
>=dev-python/typed-ast-1.4.0"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,35 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-18.1.0
>=dev-python/click-6.5
>=dev-python/pathspec-0.6
dev-python/regex
>=dev-python/toml-0.9.4
>=dev-python/typed-ast-1.4.0"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}