volkszaehler: fix #168

This commit is contained in:
Andreas Billmeier 2020-09-10 20:03:36 +02:00 committed by Andreas Billmeier
parent d5061b46a9
commit c2efbc35ff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,7 @@
* bump pysmappee-0.2.13, added a PR for the setup.py patch: https://github.com/smappee/pysmappee/issues/5
* update hass-nabucasa-0.37.0
* keba-kecontact: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/137
* volkszaehler: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/168
2020-09-08 homeassistant-0.115.0_beta2
* cleanup PyDispatcher vs pydispatcher

View File

@ -1,5 +1,5 @@
DIST volkszaehler-0.1.2.tar.gz 3699 BLAKE2B 993eff6937061f7f17bdd847b6afb49b21743cb36c94fcb216c8cecb1838b671c608543a10a0d4a2b5f01fe0670d30d4cee79bbf54eaa661789b83cfeecb501c SHA512 3edc8ab89c5b5203e31b11fece53eecb4b9ac90ff8cb552076c8ef4015f49de2d6ff98c8a0da2acb297a7d326f34d05db84815a92826c7660ee1138aa4301c3f
DIST volkszaehler-0.1.3.tar.gz 3511 BLAKE2B 65fcdaeff08f171ccce20cade8ac832f7909f28025f46a950af7262b73349a9522a72eebfd2dc962fde1e4d2309a1412e100897a353843cdc7c0f0f5c4f41b2f SHA512 631b64d79db25965182dd55b6dfe7e21b9563141a54239b97ce4a5ae1c13b3fe8c4562cd6a63c60c210b3104569ea6757049358816f9d58ce0f6c10e5a243b7a
EBUILD volkszaehler-0.1.2.ebuild 709 BLAKE2B 2f7abe02c74b87b1cc22f56d9dc66b90bfb0b78a2d4a2b1689c4401d849953504a39f51be24f40040d4d115575a06c4e488c80904b30b462c6287e5d6ac3349d SHA512 3ee71cc505d458f543da7c490224207e1cbc0c0be3d34f366ae56c0cce6e47ec0f00da3f198523373485e9c0a0f253b0bbf48d5f575865e83004c1cb99deee15
EBUILD volkszaehler-0.1.3.ebuild 899 BLAKE2B b5fefc1afb20a78b0bfd1387491cd8ff352960d08a2ba7831a171402efbd3862ad5f89c88e0e042da8915998f807439200903adbb64224c24136da45a99cefd4 SHA512 7c306a5c35e0777705b1fee22825ba01a4c9ff4018ae9137b53330263200fabaf8779e9dd758ade4ba45924a9e096f5921d232fc59584ca9e435990200b74c8a
EBUILD volkszaehler-0.1.2.ebuild 804 BLAKE2B 83802c1d34456c3905d0c0eba3f7667d13e93b6cd7790db74146004d55a920f54c213155b4f7930a24fa31b55b624be41713b943e3c55344d594af9ce2daa072 SHA512 02a67f100445b7a316c59a63b8dc343a621a0f6463b356db864288ec78b10a7b4f1a5053002cff57ea7261b563cabc0660c9f8f3fdd165acd01e9784496694b2
EBUILD volkszaehler-0.1.3.ebuild 935 BLAKE2B c638abb15a8dd0ec94bc62721f2cde8a5478f111a2ce9c699ad45d520ff6f6f9922e34821bde227aa25c97418c9da2f1a80a1cde8ce815ee10b8eb507e9095ba SHA512 e4a447050b6b3e9b2908f70194f9d1dd75c39584be09b2688fdcae07f639072a60790cb93db3b4137f7a633247d9da8bbf66a0a567b64e7c6b812040a7dfac5a
MISC metadata.xml 470 BLAKE2B 4dd3e7ba1a352d9cbbec4056bf34c05c5eecc9d4f8673f3b6fde8ce1c212e081686cfcc33a9d9affbf5ff91df6e93272ba140daa38c375bc552c36461e605eae SHA512 fb32d7092d80a313be04ac544795a9287a625e4645b617c8f561fad51e1e6105b31411639745e0e86df9692ab11122a5e0b7d4ab5b2c7e3bebd872882835d7f2

View File

@ -9,7 +9,9 @@ inherit distutils-r1
DESCRIPTION="Python Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
MY_PN=python-${PN}
SRC_URI="https://github.com/home-assistant-ecosystem/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"

View File

@ -10,7 +10,9 @@ inherit distutils-r1
DESCRIPTION="Python Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/home-assistant-ecosystem/python-volkszaehler/archive/${PV}.tar.gz -> ${P}.tar.gz"
MY_PN=python-${PN}
SRC_URI="https://github.com/home-assistant-ecosystem/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"