[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2022-04-05 Thread Arthur Zamarin
commit: 378a88319032bd5ab2413a4c9f565f2291331ad2
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr  5 13:15:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  5 13:15:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=378a8831

dev-python/spotipy: move to ::gentoo

Bug: https://github.com/deepjyoti30/ytmdl/issues/222
Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/spotipy/Manifest  |  2 --
 dev-python/spotipy/metadata.xml  |  6 
 dev-python/spotipy/spotipy-2.17.1.ebuild | 54 
 dev-python/spotipy/spotipy-2.19.0.ebuild | 50 -
 4 files changed, 112 deletions(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
deleted file mode 100644
index 67f3e6da3..0
--- a/dev-python/spotipy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 
3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d
 SHA512 
39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c
-DIST spotipy-2.19.0.tar.gz 102703 BLAKE2B 
bc132edb972236b43097c0bbc9d86932a3305d8bd3807e44e20767b123455950b8e01060efd83c87b3a162e329f5c48614205f131686af7f9312a44894a7f1e7
 SHA512 
fbaecd1a2cab3ef458d30de46cb89462021dfc3cfc85516d8bfe509af016a0b19af2f8de4f5cae36188b1ce1f5718c75edff0e71af2a87f4d720ee99d4541a6a

diff --git a/dev-python/spotipy/metadata.xml b/dev-python/spotipy/metadata.xml
deleted file mode 100644
index a0a60d714..0
--- a/dev-python/spotipy/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   
-

diff --git a/dev-python/spotipy/spotipy-2.17.1.ebuild 
b/dev-python/spotipy/spotipy-2.17.1.ebuild
deleted file mode 100644
index bebfe..0
--- a/dev-python/spotipy/spotipy-2.17.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A light weight Python library for the Spotify Web API"
-HOMEPAGE="https://spotipy.readthedocs.io
-   https://github.com/plamere/spotipy";
-SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE="examples"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 "
-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}] )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test requires user credentials
-   rm tests/integration/test_user_endpoints.py || die
-
-   # this test requires a spotify client ID
-   rm tests/integration/test_non_user_endpoints.py || die
-
-   # need internet access
-   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
-   tests/unit/test_oauth.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   pytest -vv tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/spotipy/spotipy-2.19.0.ebuild 
b/dev-python/spotipy/spotipy-2.19.0.ebuild
deleted file mode 100644
index a941f3883..0
--- a/dev-python/spotipy/spotipy-2.19.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A light weight Python library for the Spotify Web API"
-HOMEPAGE="https://spotipy.readthedocs.io
-   https://github.com/plamere/spotipy";
-SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE="examples"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-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}] )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test requires user credentials
-   rm tests/integration/test_user_endpoints.py || die
-
-   # this test requires a spotify client ID
-   rm tests/integration/test_non_user_endpoints.py || die
-
-   # need internet access
-   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
-   tests/unit/test_oauth.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2022-02-07 Thread Arthur Zamarin
commit: 14007fd01aae28b682a6e1ec83b921fb10746167
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Feb  7 09:48:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb  7 09:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14007fd0

dev-python/spotipy: bump to 2.19.0

I'm bumping this as a dependency for spotify_dl, if no one whishes to
maintain it I may consider it in the future.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/spotipy/Manifest  |  1 +
 dev-python/spotipy/spotipy-2.19.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index e45578759..67f3e6da3 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1,2 @@
 DIST spotipy-2.17.1.tar.gz 100524 BLAKE2B 
3c020276f245b03a5a2052b49e353ead6aca69c510ddaeef732aa0ecd835abccf49fde58ac26bd5c64f9ea7afa9b6772a36abbc3d48a076559c6fb96e465ce7d
 SHA512 
39dbd089fe98896387f805e6cb487c38543c0777aaf73cacc805d5f6f074c07ee5a5dd7adfe7925cdc717e46b5fee0e9151265fd4f792b901040e107cb8c515c
+DIST spotipy-2.19.0.tar.gz 102703 BLAKE2B 
bc132edb972236b43097c0bbc9d86932a3305d8bd3807e44e20767b123455950b8e01060efd83c87b3a162e329f5c48614205f131686af7f9312a44894a7f1e7
 SHA512 
fbaecd1a2cab3ef458d30de46cb89462021dfc3cfc85516d8bfe509af016a0b19af2f8de4f5cae36188b1ce1f5718c75edff0e71af2a87f4d720ee99d4541a6a

diff --git a/dev-python/spotipy/spotipy-2.19.0.ebuild 
b/dev-python/spotipy/spotipy-2.19.0.ebuild
new file mode 100644
index 0..a941f3883
--- /dev/null
+++ b/dev-python/spotipy/spotipy-2.19.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A light weight Python library for the Spotify Web API"
+HOMEPAGE="https://spotipy.readthedocs.io
+   https://github.com/plamere/spotipy";
+SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE="examples"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+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}] )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # this test requires user credentials
+   rm tests/integration/test_user_endpoints.py || die
+
+   # this test requires a spotify client ID
+   rm tests/integration/test_non_user_endpoints.py || die
+
+   # need internet access
+   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
+   tests/unit/test_oauth.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-09-08 Thread Andrew Ammerlaan
commit: 387b4a96a44b59d0ca8a6d3ecd3a4006431f4467
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Sep  8 10:23:09 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Sep  8 10:23:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=387b4a96

dev-python/spotipy: version bump 2.15.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.14.0.ebuild => spotipy-2.15.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 605240f4..ef1a610a 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.14.0.tar.gz 96116 BLAKE2B 
9a7db96487c055706705bcd3aa58755f9c6b706fa85d323c153278050fffc04419fac742bc9c21518d74da7e83e964df67f67995bdd6ae1e2fa195bc5035d2ad
 SHA512 
1cd1fa21c1bc41424c36ffdb7acf324c0992277992cd16b512c6d7f0d081aaa5d188895c541bc0c49f0316655665f2ce0465e4ec0943efa6455bd93ea9cbe5bf
+DIST spotipy-2.15.0.tar.gz 96340 BLAKE2B 
9e63f03e4aec7fc193eafe6dc4af71fe1da0529946c6ca3a204abd6bf637374ac56db769922a390f8a130d27b77159e82101a12c022d01917b447f98e5cde159
 SHA512 
245b8fc3000c39791171d86632b22d787eb2212788f748fa7f0074a3101e47718265a9ca1e8deb7dfd10043dc5c1dc2ecd68f669cfa16c51417908cbd5d42653

diff --git a/dev-python/spotipy/spotipy-2.14.0.ebuild 
b/dev-python/spotipy/spotipy-2.15.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.14.0.ebuild
rename to dev-python/spotipy/spotipy-2.15.0.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-08-29 Thread Andrew Ammerlaan
commit: 2b0cf5abf1d1c2c15c43b5aad02f031224808504
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Aug 29 12:42:06 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Aug 29 12:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b0cf5ab

dev-python/spotipy: version bump 2.14.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.13.0.ebuild => spotipy-2.14.0.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 9e0962c..605240f 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.13.0.tar.gz 89735 BLAKE2B 
79e8f8d0c64cc100301362891fc63f232d6197dd68d30df239b0eb53ab5ec8b44ad347adc1c49c0aea95abf4d689cd3c1e291df4586dfb43a8a77cb15f503547
 SHA512 
992ea7a7681a5179dea0f94fd6e0b1e9ef456f25d6386bebba7b5d71e394d227f671be81bba88578e1bd81e185c6dee710168696be8f026ecbf76da90bd35515
+DIST spotipy-2.14.0.tar.gz 96116 BLAKE2B 
9a7db96487c055706705bcd3aa58755f9c6b706fa85d323c153278050fffc04419fac742bc9c21518d74da7e83e964df67f67995bdd6ae1e2fa195bc5035d2ad
 SHA512 
1cd1fa21c1bc41424c36ffdb7acf324c0992277992cd16b512c6d7f0d081aaa5d188895c541bc0c49f0316655665f2ce0465e4ec0943efa6455bd93ea9cbe5bf

diff --git a/dev-python/spotipy/spotipy-2.13.0.ebuild 
b/dev-python/spotipy/spotipy-2.14.0.ebuild
similarity index 92%
rename from dev-python/spotipy/spotipy-2.13.0.ebuild
rename to dev-python/spotipy/spotipy-2.14.0.ebuild
index 6a64b51..06b99a2 100644
--- a/dev-python/spotipy/spotipy-2.13.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.14.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -23,7 +23,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
 "
 
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest
@@ -38,6 +38,7 @@ python_prepare_all() {
# need internet access
sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
tests/unit/test_oauth.py || die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-06-26 Thread Andrew Ammerlaan
commit: 5dc35c6ca5a90e30447769fb43a3d15880b30e71
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Jun 26 08:20:18 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jun 26 08:20:18 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dc35c6c

dev-python/spotipy: version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.12.0.ebuild => spotipy-2.13.0.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 08c4c1d..9e0962c 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.12.0.tar.gz 86295 BLAKE2B 
48b8a5ea0c400a4caa479c68ddf7321bd95ffae4351468b4bf62ae2681b629214aef3de855f0a252beb0a93aece58d7fbff94a1d242fa02ce59cc1cd9c03c654
 SHA512 
6176d11c0d61b6070ec96888abd7f28cb16c4b6d9221c43cb877a40079ecdf71af8dcfbb2383f712673c4a10cb23f3e3a2c28eb764698d323bd4178270a1f2d6
+DIST spotipy-2.13.0.tar.gz 89735 BLAKE2B 
79e8f8d0c64cc100301362891fc63f232d6197dd68d30df239b0eb53ab5ec8b44ad347adc1c49c0aea95abf4d689cd3c1e291df4586dfb43a8a77cb15f503547
 SHA512 
992ea7a7681a5179dea0f94fd6e0b1e9ef456f25d6386bebba7b5d71e394d227f671be81bba88578e1bd81e185c6dee710168696be8f026ecbf76da90bd35515

diff --git a/dev-python/spotipy/spotipy-2.12.0.ebuild 
b/dev-python/spotipy/spotipy-2.13.0.ebuild
similarity index 89%
rename from dev-python/spotipy/spotipy-2.12.0.ebuild
rename to dev-python/spotipy/spotipy-2.13.0.ebuild
index 3a0aa1b..e238311 100644
--- a/dev-python/spotipy/spotipy-2.12.0.ebuild
+++ b/dev-python/spotipy/spotipy-2.13.0.ebuild
@@ -35,6 +35,9 @@ python_prepare_all() {
# this test requires a spotify client ID
rm tests/integration/test_non_user_endpoints.py || die
 
+   # need internet access
+   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
+   tests/unit/test_oauth.py || die
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-04-27 Thread Andrew Ammerlaan
commit: f6af5ec38d8ef5ec1d15e4e2db2d2235501acaa7
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Apr 27 07:10:02 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Apr 27 07:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6af5ec3

dev-python/spotipy: minor version bump 2.12.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.11.2.ebuild => spotipy-2.12.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 03a475b..08c4c1d 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.11.2.tar.gz 86231 BLAKE2B 
dc98ffd505ef60c13129b3ad0540302a2b4e063e12a270e352fe719efe44ca6b83cfd9557af8e5f604260c9b523e617d066575bb1c83ce905f8797a7aa36a010
 SHA512 
74ad7813619a49766ddb8b6fded48ed510448993a0aad043c365b04f55477a075aa59bd43d660b7f7b54c3b76f0d9c151960dc56bbaeee86ad76252834edf2a0
+DIST spotipy-2.12.0.tar.gz 86295 BLAKE2B 
48b8a5ea0c400a4caa479c68ddf7321bd95ffae4351468b4bf62ae2681b629214aef3de855f0a252beb0a93aece58d7fbff94a1d242fa02ce59cc1cd9c03c654
 SHA512 
6176d11c0d61b6070ec96888abd7f28cb16c4b6d9221c43cb877a40079ecdf71af8dcfbb2383f712673c4a10cb23f3e3a2c28eb764698d323bd4178270a1f2d6

diff --git a/dev-python/spotipy/spotipy-2.11.2.ebuild 
b/dev-python/spotipy/spotipy-2.12.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.11.2.ebuild
rename to dev-python/spotipy/spotipy-2.12.0.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-04-20 Thread Andrew Ammerlaan
commit: 3c84d0deeb9e3cb228fd0bd40a1ed887f40e2c7c
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Apr 20 09:45:17 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Apr 20 09:45:17 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c84d0de

dev-python/spotipy: minor version bump 2.11.2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest | 2 +-
 dev-python/spotipy/{spotipy-2.11.1.ebuild => spotipy-2.11.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 8abc1d9..03a475b 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.11.1.tar.gz 85670 BLAKE2B 
821650ed83968ad76c1cf1fd6463d1441acf0e05b48721b82200d4be642056b3525f5d61de61856a342ffd67623b09a6d466df0e4b4c036e2a33c66872fd6702
 SHA512 
596ba9ce5e36f8885d6cf04112e16e97e40e39a1da0879e0c2e254118454766220a16b3dd8008364085aa238f27e40899c57e442574dfebf1e393fad74b852a9
+DIST spotipy-2.11.2.tar.gz 86231 BLAKE2B 
dc98ffd505ef60c13129b3ad0540302a2b4e063e12a270e352fe719efe44ca6b83cfd9557af8e5f604260c9b523e617d066575bb1c83ce905f8797a7aa36a010
 SHA512 
74ad7813619a49766ddb8b6fded48ed510448993a0aad043c365b04f55477a075aa59bd43d660b7f7b54c3b76f0d9c151960dc56bbaeee86ad76252834edf2a0

diff --git a/dev-python/spotipy/spotipy-2.11.1.ebuild 
b/dev-python/spotipy/spotipy-2.11.2.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.11.1.ebuild
rename to dev-python/spotipy/spotipy-2.11.2.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/

2020-03-24 Thread Michał Górny
commit: d8c71fadc8f1ac53ea86c4322eb84177a2eef983
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Mar 19 08:10:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 08:10:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8c71fad

dev-python/spotipy: version bump 2.10.0

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/spotipy/Manifest| 2 +-
 dev-python/spotipy/{spotipy-2.9.0.ebuild => spotipy-2.10.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index d1e2b17..7b13792 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1 @@
-DIST spotipy-2.9.0.tar.gz 81689 BLAKE2B 
909e615c4dad90571c7aa4c1ce4512eab34505b1193eca8694290fa937143bc4e90d69779f4e899fe0556626591078fcbc175c8d52427553de1b0dbcdd0e
 SHA512 
ebfe8e4b31cb741fe5ddd5fae52d269e6e311d04aa6edc9d727d56bc32963b253db22ae3b43b0db10d1c55bd045439b0e74e0cfefab386e895730ac5cd10b110
+DIST spotipy-2.10.0.tar.gz 82414 BLAKE2B 
06915b6e910ab69853ee8e54503da050733e138dc27fbb3c27049c2277231c97659fcbc3f3205aa252f89b738f5863851751de253efce970f31617046a6e8de5
 SHA512 
00e9a05ce4321c889a4586ae504b4399753701a6fc08ecc4775099b74d82087551c81329242c395ff9d0497f45c9aa4c9a261132295117be310cd6f33ca1811a

diff --git a/dev-python/spotipy/spotipy-2.9.0.ebuild 
b/dev-python/spotipy/spotipy-2.10.0.ebuild
similarity index 100%
rename from dev-python/spotipy/spotipy-2.9.0.ebuild
rename to dev-python/spotipy/spotipy-2.10.0.ebuild