From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB2DC1382C5 for ; Fri, 26 Jun 2020 08:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA01E08F5; Fri, 26 Jun 2020 08:23:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D888BE08F6 for ; Fri, 26 Jun 2020 08:23:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6663034F19E for ; Fri, 26 Jun 2020 08:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C92C2BA for ; Fri, 26 Jun 2020 08:23:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593159618.5dc35c6ca5a90e30447769fb43a3d15880b30e71.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/spotipy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/spotipy/Manifest dev-python/spotipy/spotipy-2.12.0.ebuild dev-python/spotipy/spotipy-2.13.0.ebuild X-VCS-Directories: dev-python/spotipy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5dc35c6ca5a90e30447769fb43a3d15880b30e71 X-VCS-Branch: master Date: Fri, 26 Jun 2020 08:23:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dad81f6a-bc5d-4b26-9646-58f6c8863420 X-Archives-Hash: f46bd703612b9077ac4e193dfc065a13 Message-ID: <20200626082332.jt1LaQ27uAIzr9S-2inek9k9tSBAdTsLN4hAnBJkq80@z> commit: 5dc35c6ca5a90e30447769fb43a3d15880b30e71 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jun 26 08:20:18 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jun 26 08:20:18 2020 +0000 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 }