last aioesphomeapi-1.3.0 added (1.4.1 too new)

This commit is contained in:
Andreas Billmeier 2019-01-13 11:09:10 +01:00
parent 3019cf7861
commit 3185e6840d
3 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
DIST aioesphomeapi-1.3.0.tar.gz 13979 BLAKE2B 47dfc58818cd89bb8323751b768a9a193a431f882ee335c9733f9becda0efc2369f1e859800a603f57ea9cce5e9c46e833749bfa56c64f9e0585de19a477f555 SHA512 6e38a0b24f547ff04df82cb03532a5d19cb724c824041a18cff74e46a63541389e665cb026e46746fdafe1336293a72dff1ba5a1e2dc25add4351ab397692594
DIST aioesphomeapi-1.4.1.tar.gz 14340 BLAKE2B 818814efa89f3dfb774caa10d27cd933d8c0320e1d5e6fbe21fddc090645642a42480124968ef1088538921e4e7c79962a948e1595473c9da18ec5baa1769c79 SHA512 0fc6fbf80a6593bb99db3565ca30554cde40b078c9284137d2d1f652dc424785bb9f7f59388e76984560d3bccde63904825fe40872b23deebe95fb5cf80b58d9
EBUILD aioesphomeapi-1.4.1.ebuild 663 BLAKE2B 59bb7409957b30d05cb4762612ea36faffb3da7a085776cca7eb3f82dac2db43054f0f019e9bd99d4f8001403680ca8236f9cef171ced3866b6b6924ad2bb56f SHA512 c97cf07404d640ec06ce5ffc0efec007fad09909e0d204685e70ebf608bc81a872680a2d6d4481e7fcf9fd4078626c193ee0098cf63d12364a77074ececa2cb9
EBUILD aioesphomeapi-1.3.0.ebuild 652 BLAKE2B 21347455dae8dbeef58d515cec571beb2a3d4c5802f1688d8ce8d49fe869adcadedea3fcb0abcde4ea980fa372939faffb263fc3c01c8d708eaa61b3acf09d03 SHA512 af2f0bc2ec70eedd19686dc1e341beca5ae34f0a5571347fd20294608385339388e5f9f15a746382e4a2519f2da7aef3d7f899ba17404cc3a9404851bd049255
EBUILD aioesphomeapi-1.4.1.ebuild 652 BLAKE2B 21347455dae8dbeef58d515cec571beb2a3d4c5802f1688d8ce8d49fe869adcadedea3fcb0abcde4ea980fa372939faffb263fc3c01c8d708eaa61b3acf09d03 SHA512 af2f0bc2ec70eedd19686dc1e341beca5ae34f0a5571347fd20294608385339388e5f9f15a746382e4a2519f2da7aef3d7f899ba17404cc3a9404851bd049255
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1

View File

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1