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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B18C158091 for ; Fri, 3 Jun 2022 10:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE296E094A; Fri, 3 Jun 2022 10:23:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97564E094A for ; Fri, 3 Jun 2022 10:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 476AE34243B for ; Fri, 3 Jun 2022 10:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29CC3C7 for ; Fri, 3 Jun 2022 10:23:39 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1654251812.e9595c31d2012ec5f133154044d84acb10027bc6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/mopidy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/mopidy/Manifest media-sound/mopidy/mopidy-3.2.0.ebuild media-sound/mopidy/mopidy-3.3.0.ebuild X-VCS-Directories: media-sound/mopidy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e9595c31d2012ec5f133154044d84acb10027bc6 X-VCS-Branch: dev Date: Fri, 3 Jun 2022 10:23:39 +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: 8cb0d4cd-dc97-43ba-9331-6fb3914c4d96 X-Archives-Hash: 89d1df50c313475752c7a37232ad7be7 commit: e9595c31d2012ec5f133154044d84acb10027bc6 Author: David Roman gmail com> AuthorDate: Fri Jun 3 10:23:32 2022 +0000 Commit: David Roman gmail com> CommitDate: Fri Jun 3 10:23:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9595c31 media-sound/mopidy: add 3.3.0, drop 3.2.0 Closes: https://bugs.gentoo.org/848393 Signed-off-by: David Roman gmail.com> media-sound/mopidy/Manifest | 2 +- media-sound/mopidy/{mopidy-3.2.0.ebuild => mopidy-3.3.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest index 0bb1f2684..fe444ee2f 100644 --- a/media-sound/mopidy/Manifest +++ b/media-sound/mopidy/Manifest @@ -1 +1 @@ -DIST mopidy-3.2.0.tar.gz 438255 BLAKE2B afab74b9b8217a2481b711708ada81b79de8b2eb2be5892378f672690098d82fb27f715d95fd585cf76b84be2cd4cc07d1cd2d8fc5d42ef4e1710c5a67e08f7b SHA512 cbca5c2f6784754c06f9f6fd80aa0379b606ed4a52f31dfa27c165869cf65171b6203f683ee1150319ab51feae45dadaaa338e22d26af3511cdf56e8f3d81145 +DIST mopidy-3.3.0.tar.gz 443949 BLAKE2B 433c9caef164b9c85ea220f0f1472cb3b78c7291618e46ed16497ec0734f57d6a8a2ea1218c79a6a60fde60179e59c4a4a9bde805ac84109a02935673132ab95 SHA512 9cad7d5013defb9f7edee17b48120286a0b3be568eba15c60fc5363f8ee2ab9041dd79574b2ce1a14a941f41f53101f588e0d0283ee01b82499bc6ffe001cee2 diff --git a/media-sound/mopidy/mopidy-3.2.0.ebuild b/media-sound/mopidy/mopidy-3.3.0.ebuild similarity index 91% rename from media-sound/mopidy/mopidy-3.2.0.ebuild rename to media-sound/mopidy/mopidy-3.3.0.ebuild index 8765cd26b..454da0a7b 100644 --- a/media-sound/mopidy/mopidy-3.2.0.ebuild +++ b/media-sound/mopidy/mopidy-3.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1