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 488F01581CA for ; Thu, 12 Jun 2025 22:07:59 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 34382342447 for ; Thu, 12 Jun 2025 22:07:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9C34A11051F; Thu, 12 Jun 2025 22:07:33 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 93D8B11051F for ; Thu, 12 Jun 2025 22:07:33 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C7834243F for ; Thu, 12 Jun 2025 22:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D968A29A8 for ; Thu, 12 Jun 2025 22:07:29 +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: <1749765958.65daef0a9d07afbb398c975b1b93abe8fb5e4aae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/totem/totem-43.1.ebuild media-video/totem/totem-43.2.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65daef0a9d07afbb398c975b1b93abe8fb5e4aae X-VCS-Branch: master Date: Thu, 12 Jun 2025 22:07:29 +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: 7518bd57-e805-4849-a9c1-1469ec7b18b5 X-Archives-Hash: b65a0f6d518f10530aa9df5f9c17f59c commit: 65daef0a9d07afbb398c975b1b93abe8fb5e4aae Author: Lukas Schmelting posteo com> AuthorDate: Tue Jun 10 19:05:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 12 22:05:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65daef0a media-video/totem: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James gentoo.org> media-video/totem/totem-43.1.ebuild | 2 +- media-video/totem/totem-43.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index 72b2e1e09bb8..a5d48353bea6 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1 diff --git a/media-video/totem/totem-43.2.ebuild b/media-video/totem/totem-43.2.ebuild index aa953db8e1a1..d809e4610be0 100644 --- a/media-video/totem/totem-43.2.ebuild +++ b/media-video/totem/totem-43.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1