commit: ad4c54b0b8cf299f50ac48ee3188e8429e749e6e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Feb 28 17:34:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb 28 17:34:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4c54b0
dev-python/spotipy: version bump 2.17.1
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/spotipy/Manifest | 2 +-
dev-python/spotipy/{spotipy-2.16.1.ebuild => spotipy-2.17.1.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index f31d05c0..e4557875 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -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
diff --git a/dev-python/spotipy/spotipy-2.16.1.ebuild
b/dev-python/spotipy/spotipy-2.17.1.ebuild
similarity index 93%
rename from dev-python/spotipy/spotipy-2.16.1.ebuild
rename to dev-python/spotipy/spotipy-2.17.1.ebuild
index 06b99a23..4f37125b 100644
--- a/dev-python/spotipy/spotipy-2.16.1.ebuild
+++ b/dev-python/spotipy/spotipy-2.17.1.ebuild
@@ -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}] )"