spotipy-homeassistant-2.4.4: #165

This commit is contained in:
Andreas Billmeier 2020-09-09 00:47:15 +02:00 committed by Andreas Billmeier
parent 43ac00d952
commit 1be47c964c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@
* feedparser-homeassistant-5.2.2: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/128
* pylgnetcast-homeassistant-0.2.0: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/148
* rocketchat-API-0.6.35: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/162
* spotipy-homeassistant-2.4.4: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/165
2020-09-07
* update geopy-2.0.0.ebuild

View File

@ -1,3 +1,3 @@
DIST spotipy-homeassistant-2.4.4.tar.gz 13861 BLAKE2B dc355c3ef3bdb93827e1484720a8a4b2fb52e8d0a5e41907ee2ebb86c90dc99dfde2960f3eb6e33d3482df7a2d9616cd3eabd7949461ba3dacefe2ad4dfae316 SHA512 8aceb9931dd8f2957697e7a84ced157e428571b884595b764cf2b18c13e9b8ed4f53eb0e763d535c787678583eb0334645ce222953c9faeb13a2bece332291dc
EBUILD spotipy-homeassistant-2.4.4.ebuild 829 BLAKE2B 023af766feac6f05bdd40128d3d5ca853d8195778c81d9b0a698135f51b8d162f13546a708954cec70f80d20199c34a1d053a081250bdff7597e4f78813c991d SHA512 503494e46f5b774e925f6f224334efdfc791de624d45e509c86749cb1c095b3734b3fa798d92e7494af6c4c4fec197c0a8c5cd9e2796c1fec98974e27e4bcdb1
EBUILD spotipy-homeassistant-2.4.4.ebuild 859 BLAKE2B 704d0b93d513932894cbe76df813598c580a4e4e818699cbccb80d13c354a04febfb398a561eebda9e7fe94a2d09b95813d0ee2d8c63332f112f2b9487cc8b69 SHA512 b7906451b49cce7db5470d897dae7ba59258e307e2bd9c25c8552594815c36dfd23031d492a644fe0ef2c399fab4cd10675fd1c2860302698ca4346a59230a43
MISC metadata.xml 459 BLAKE2B 6296a11e74d410879c225e456dc5d0852894c5e44e540c8e857b6423cb466ea23f29c61994f84b8e2e6dc264e1104644c2244f5ffa37b1babeb29bde15605155 SHA512 1236d8dcf3014b1dc3d79565dc1173a6b40a4635bf0766fa7f49750030dd5dfecc84a56b6d8cff5fdc4053688eef6c7ade2c9b5c525b1b31166b3c0a89f27369

View File

@ -10,6 +10,7 @@ inherit distutils-r1
DESCRIPTION="simple client for the Spotify Web API"
HOMEPAGE="https://github.com/plamere/spotipy https://spotipy.readthedocs.org/ https://pypi.org/project/spotipy-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.dev1.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${PV}.dev1
LICENSE="MIT"
SLOT="0"