From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 716F61584AD for ; Sat, 03 May 2025 08:42:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5861C3430CE for ; Sat, 03 May 2025 08:42:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5A526110287; Sat, 03 May 2025 08:42:28 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 512B9110287 for ; Sat, 03 May 2025 08:42:28 +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 0901C341B52 for ; Sat, 03 May 2025 08:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EDD7F18 for ; Sat, 03 May 2025 08:42:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1746261710.8bc4f4b783a1c2efbb0980baedf666ab39b13e45.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.11.ebuild X-VCS-Directories: media-libs/gstreamer-editing-services/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8bc4f4b783a1c2efbb0980baedf666ab39b13e45 X-VCS-Branch: master Date: Sat, 03 May 2025 08:42:26 +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: b0ef900d-4d38-4110-9802-9b0ed251dd2e X-Archives-Hash: e4a4aa8732a9e7575812d53cbe88919d commit: 8bc4f4b783a1c2efbb0980baedf666ab39b13e45 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 3 08:27:50 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 3 08:41:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc4f4b7 media-libs/gstreamer-editing-services: enable py3.13 Closes: https://bugs.gentoo.org/952532 Signed-off-by: Pacho Ramos gentoo.org> .../gstreamer-editing-services-1.24.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.11.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.11.ebuild index 869b38181cd2..1e6973f6b694 100644 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.11.ebuild +++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-r1