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 CEF6D158091 for ; Tue, 31 May 2022 10:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3E9E0848; Tue, 31 May 2022 10:20:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 70350E0848 for ; Tue, 31 May 2022 10:20:23 +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 67AE03417A3 for ; Tue, 31 May 2022 10:20:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD784D7 for ; Tue, 31 May 2022 10:20:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653992051.b31abe3635b6b47351d872a6a51a7a03fc2130c7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mutagen/mutagen-1.45.1.ebuild X-VCS-Directories: media-libs/mutagen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b31abe3635b6b47351d872a6a51a7a03fc2130c7 X-VCS-Branch: master Date: Tue, 31 May 2022 10:20:20 +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: 49b3d7a7-ae60-4832-93ce-7102dc0dd596 X-Archives-Hash: e6c8cc58dff86c4b5646b825744eba05 commit: b31abe3635b6b47351d872a6a51a7a03fc2130c7 Author: Sam James gentoo org> AuthorDate: Tue May 31 10:13:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 31 10:14:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31abe36 media-libs/mutagen: enable py3.11 Signed-off-by: Sam James gentoo.org> media-libs/mutagen/mutagen-1.45.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild index 12c469eebaa1..531c00f0bcf2 100644 --- a/media-libs/mutagen/mutagen-1.45.1.ebuild +++ b/media-libs/mutagen/mutagen-1.45.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"