thermoworks-smoke-0.1.8: fix #166

This commit is contained in:
Andreas Billmeier 2020-09-10 21:42:16 +02:00 committed by Andreas Billmeier
parent 0ac3314246
commit 23599ba0b2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
* pystiebeleltron-0.0.1:
- fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/156
- avoid installation of 'test' package
* thermoworks-smoke-0.1.8: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/166
2020-09-08 homeassistant-0.115.0_beta2
* cleanup PyDispatcher vs pydispatcher

View File

@ -1,3 +1,3 @@
DIST thermoworks_smoke-0.1.8.tar.gz 4787 BLAKE2B e8694f035ff351677cb65ca302aee94e33212474a46e819169ca8179b78bfaded5bf0530f58d95dcaf153f1a1d34f308809837189f3a9d057aa16f732a672f49 SHA512 1c5214532e4c95a9cb7a20965b23ca32fa12c7602ff0722c721a54d4578c915f062fd85df88cc4b9ef31977730eae58bca4a87a2b24bdccec8335275073dfc9d
EBUILD thermoworks-smoke-0.1.8.ebuild 738 BLAKE2B 14c731dd7c00532e26ba660f6c5cacb0963314e33563ca29586c0958a018c0da76942d2b88df94e358a3b8140797d2929eee745f94d99afac0011873957fd50e SHA512 0619b19272813992c7381d753286701cd6c670360d875b7d77e0b27e7a55ade71b84f4fd89fa5fac9f74d2043011967e265dbc9e4f3e0458351ef77a8d05e363
EBUILD thermoworks-smoke-0.1.8.ebuild 767 BLAKE2B 35d4a168a52e94cef065509e5643dd15e73961c6089fdcaa587c2ff3cd21d42549aa9dee945939a32ba86778b50a3f94ed1178dc68d1e327e8a3344bd49480bd SHA512 19b58422a0c77189357c6ea518c03a4e3a341f59adf1893fefe11e8598dd9160bbb89e20656b03ca4cfb3cae6b2a83e6577bbafb570e80ceb45cae83e1839fbb
MISC metadata.xml 343 BLAKE2B 49386e685476e414940d062a0d769cb34f4d1f37c090b67f641b521b85648cf3fd2bbafb08164b0fc03c5e00fae0877a5a53a28ab20f4c15d21649e87c45cd14 SHA512 34c5c77fdd2f39e4a0b7780ecc3b27b93d1c354afef34f15bba4f487a41680189a0947170cbd976c5deceb75529b241a8f66620cf2f5c8252b544a57b563d337

View File

@ -12,6 +12,7 @@ MY_P=${PN/-/_}-${PV}
DESCRIPTION="Pull data for your thermoworks smoke thermometer"
HOMEPAGE="https://github.com/nhorvath/python-thermoworks-smoke https://pypi.org/project/thermoworks-smoke/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
S=${WORKDIR}/${PN/-/_}-${PV}
LICENSE="GPL-3"
SLOT="0"