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 E5987158064 for ; Mon, 13 May 2024 09:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93043E2A2F; Mon, 13 May 2024 09:01:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C86CE2A32 for ; Mon, 13 May 2024 09:01:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 308F3343016 for ; Mon, 13 May 2024 09:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FE9E1AAF for ; Mon, 13 May 2024 09:01:21 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1715590805.5c276b5273b9e31d185bc3a8e0330625f756c329.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv_sponsorblock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild X-VCS-Directories: mpv-plugin/mpv_sponsorblock/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 5c276b5273b9e31d185bc3a8e0330625f756c329 X-VCS-Branch: dev Date: Mon, 13 May 2024 09:01:21 +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: 18b7cb10-c3f5-4f78-86ae-10f914c8a29d X-Archives-Hash: 7bfbe5230b0df9d04a36dd876445fd62 commit: 5c276b5273b9e31d185bc3a8e0330625f756c329 Author: Nicola Smaniotto gmail com> AuthorDate: Mon May 13 08:51:39 2024 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon May 13 09:00:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c276b52 mpv-plugin/mpv_sponsorblock: enable py3.12 Closes: https://bugs.gentoo.org/931464 Signed-off-by: Nicola Smaniotto gmail.com> mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild | 2 +- mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild | 2 +- mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild index f6525024b3..db3141ed8a 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit mpv-plugin python-single-r1 COMMIT="6743bd47d4cfce3ae3d5dd4f587f3193bd4fb9b2" diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild index bce40f6d05..6d80dc3329 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit mpv-plugin python-single-r1 COMMIT="248d108c1280e05de551c42867aebb72cf0c83b9" diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild index eae5f2a288..a5b33d56f3 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit mpv-plugin python-single-r1 COMMIT="7785c1477103f2fafabfd65fdcf28ef26e6d7f0d"