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: Sat, 29 Aug 2020 14:14:16
Message-Id: 1598704926.2b0cf5abf1d1c2c15c43b5aad02f031224808504.andrewammerlaan@gentoo
1 commit: 2b0cf5abf1d1c2c15c43b5aad02f031224808504
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Aug 29 12:42:06 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Aug 29 12:42:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b0cf5ab
7
8 dev-python/spotipy: version bump 2.14.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/spotipy/Manifest | 2 +-
14 dev-python/spotipy/{spotipy-2.13.0.ebuild => spotipy-2.14.0.ebuild} | 5 +++--
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
18 index 9e0962c..605240f 100644
19 --- a/dev-python/spotipy/Manifest
20 +++ b/dev-python/spotipy/Manifest
21 @@ -1 +1 @@
22 -DIST spotipy-2.13.0.tar.gz 89735 BLAKE2B 79e8f8d0c64cc100301362891fc63f232d6197dd68d30df239b0eb53ab5ec8b44ad347adc1c49c0aea95abf4d689cd3c1e291df4586dfb43a8a77cb15f503547 SHA512 992ea7a7681a5179dea0f94fd6e0b1e9ef456f25d6386bebba7b5d71e394d227f671be81bba88578e1bd81e185c6dee710168696be8f026ecbf76da90bd35515
23 +DIST spotipy-2.14.0.tar.gz 96116 BLAKE2B 9a7db96487c055706705bcd3aa58755f9c6b706fa85d323c153278050fffc04419fac742bc9c21518d74da7e83e964df67f67995bdd6ae1e2fa195bc5035d2ad SHA512 1cd1fa21c1bc41424c36ffdb7acf324c0992277992cd16b512c6d7f0d081aaa5d188895c541bc0c49f0316655665f2ce0465e4ec0943efa6455bd93ea9cbe5bf
24
25 diff --git a/dev-python/spotipy/spotipy-2.13.0.ebuild b/dev-python/spotipy/spotipy-2.14.0.ebuild
26 similarity index 92%
27 rename from dev-python/spotipy/spotipy-2.13.0.ebuild
28 rename to dev-python/spotipy/spotipy-2.14.0.ebuild
29 index 6a64b51..06b99a2 100644
30 --- a/dev-python/spotipy/spotipy-2.13.0.ebuild
31 +++ b/dev-python/spotipy/spotipy-2.14.0.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=7
35
36 -PYTHON_COMPAT=( python3_{6,7,8,9} )
37 +PYTHON_COMPAT=( python3_{7,8,9} )
38
39 inherit distutils-r1
40
41 @@ -23,7 +23,7 @@ RDEPEND="
42 dev-python/six[${PYTHON_USEDEP}]
43 "
44
45 -DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
46 +BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
47
48 distutils_enable_sphinx docs
49 distutils_enable_tests pytest
50 @@ -38,6 +38,7 @@ python_prepare_all() {
51 # need internet access
52 sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
53 tests/unit/test_oauth.py || die
54 +
55 distutils-r1_python_prepare_all
56 }