From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA60513881D for ; Sun, 27 Sep 2015 10:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19FD521C00C; Sun, 27 Sep 2015 10:24:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98C0F21C00C for ; Sun, 27 Sep 2015 10:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77A2F340E91 for ; Sun, 27 Sep 2015 10:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274A823C for ; Sun, 27 Sep 2015 10:24:38 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1443349433.3cc14b34fa4257f797e963e4074bb13a02ead87a.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/ X-VCS-Repository: dev/mrueg X-VCS-Files: media-plugins/mopidy-spotify/Manifest media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild X-VCS-Directories: media-plugins/mopidy-spotify/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3cc14b34fa4257f797e963e4074bb13a02ead87a X-VCS-Branch: master Date: Sun, 27 Sep 2015 10:24:38 +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-Archives-Salt: 9e0e4d54-f909-4617-8cb7-71bd43374e41 X-Archives-Hash: 3cd42d4dfdf6fc6860bdebaf2a685e81 commit: 3cc14b34fa4257f797e963e4074bb13a02ead87a Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 27 10:23:53 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 27 10:23:53 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3cc14b34 media-plugins/mopidy-spotify: Version bump. Remove old. Package-Manager: portage-2.2.22 media-plugins/mopidy-spotify/Manifest | 2 +- .../{mopidy-spotify-2.0.1.ebuild => mopidy-spotify-2.1.0.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest index 1890115..4949ba1 100644 --- a/media-plugins/mopidy-spotify/Manifest +++ b/media-plugins/mopidy-spotify/Manifest @@ -1 +1 @@ -DIST mopidy-spotify-2.0.1.tar.gz 32114 SHA256 42906d631a8bdfa94b224e9a8fd0adcb6c2a4e1af212b7f04010e6cea1fb5799 SHA512 bd4adea5ef4fbb2f4da50b0e1c66d13e7e10b5434a544bce653dc642352050538f5c9bc9a37dd66b7bff6eae1b776322703c2a770e9ec203f21f7c71f95758b4 WHIRLPOOL a11662ad12b933437d2fb436318f91604ec5cd6262b47c0144d6bc9b0babca172cebe284e1cf8713e8afc3e4b349ff1636223c1bd31f488e1be85c6d3a7483d7 +DIST mopidy-spotify-2.1.0.tar.gz 32497 SHA256 63aacff8fb1da85ba2dc4c781695019b7196d3eeca2e66c441da1a4a076d736c SHA512 5ed5591b4d8a78ec2eab57fea5c09a4887e88cb2b067b9f261d4b1ca6e92c17943c2b00cc5abab93bbcd1d9c1a6e9396d03fee516b37c52b7323a0ab6a34c8af WHIRLPOOL 9296eab94e2ed12e6f3b4cf9aa1f80bfd56ea0ca17fe57cab8cba875d3205b170a9911571cb3552d8af2b6b19b5f873a6b92ca982db0fa51b263f4070d0eec1e diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild similarity index 79% rename from media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild rename to media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild index 3340502..237146b 100644 --- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild +++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.1.0.ebuild @@ -18,11 +18,13 @@ IUSE="test" RDEPEND="dev-python/pykka[${PYTHON_USEDEP}] >=dev-python/pyspotify-2.0.2[${PYTHON_USEDEP}] - >=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}]" + >=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.0[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-capturelog[${PYTHON_USEDEP}] ) + dev-python/pytest-capturelog[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( README.rst )