Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/spotipy/
Date: Sun, 28 Feb 2021 17:35:11
Message-Id: 1614533696.ad4c54b0b8cf299f50ac48ee3188e8429e749e6e.andrewammerlaan@gentoo
1 commit: ad4c54b0b8cf299f50ac48ee3188e8429e749e6e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Feb 28 17:34:56 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Feb 28 17:34:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4c54b0
7
8 dev-python/spotipy: version bump 2.17.1
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/spotipy/Manifest | 2 +-
14 dev-python/spotipy/{spotipy-2.16.1.ebuild => spotipy-2.17.1.ebuild} | 3 ++-
15 2 files changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
18 index f31d05c0..e4557875 100644
19 --- a/dev-python/spotipy/Manifest
20 +++ b/dev-python/spotipy/Manifest
21 @@ -1 +1 @@
22 -DIST spotipy-2.16.1.tar.gz 97441 BLAKE2B 133d30ed4d43493ce7cb951bfb2fc5eb5102bfa4027d8a6130885d1e56bdd33f75d3afc68b6a6ad0fb77f92a6601cb3777fb1c03252537d78143ec29ea9d56c8 SHA512 798eb5837b3f226920207239ba663b14f5ce56d4312ad8fe8be34d4d5986b5f7b73dfe95d3b6713e9b7b6633e9e1ef1d0ad2127506dcfbbb1c9375264fc16d89
23 +DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d SHA512 39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c
24
25 diff --git a/dev-python/spotipy/spotipy-2.16.1.ebuild b/dev-python/spotipy/spotipy-2.17.1.ebuild
26 similarity index 93%
27 rename from dev-python/spotipy/spotipy-2.16.1.ebuild
28 rename to dev-python/spotipy/spotipy-2.17.1.ebuild
29 index 06b99a23..4f37125b 100644
30 --- a/dev-python/spotipy/spotipy-2.16.1.ebuild
31 +++ b/dev-python/spotipy/spotipy-2.17.1.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 +# Copyright 1999-2021 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 @@ -21,6 +21,7 @@ SLOT="0"
39 RDEPEND="
40 dev-python/requests[${PYTHON_USEDEP}]
41 dev-python/six[${PYTHON_USEDEP}]
42 + dev-python/urllib3[${PYTHON_USEDEP}]
43 "
44
45 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"