dev-python/spotipy: version bump 2.17.1

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-02-28 18:34:56 +01:00
parent d21ed1af4d
commit ad4c54b0b8
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
DIST spotipy-2.16.1.tar.gz 97441 BLAKE2B 133d30ed4d43493ce7cb951bfb2fc5eb5102bfa4027d8a6130885d1e56bdd33f75d3afc68b6a6ad0fb77f92a6601cb3777fb1c03252537d78143ec29ea9d56c8 SHA512 798eb5837b3f226920207239ba663b14f5ce56d4312ad8fe8be34d4d5986b5f7b73dfe95d3b6713e9b7b6633e9e1ef1d0ad2127506dcfbbb1c9375264fc16d89
DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d SHA512 39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,6 +21,7 @@ SLOT="0"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"