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 9CE981581FD for ; Sun, 07 Sep 2025 20:56:14 +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 89A7C340E9A for ; Sun, 07 Sep 2025 20:56:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6AD68110574; Sun, 07 Sep 2025 20:56:04 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 60082110574 for ; Sun, 07 Sep 2025 20:56:04 +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 1C9C4340DC8 for ; Sun, 07 Sep 2025 20:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B94A38FD for ; Sun, 07 Sep 2025 20:56:01 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1757276713.db880f5e0ea1902f743a2ed557cb3d64e607d9f2.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild gnome-base/gnome-shell/gnome-shell-48.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: db880f5e0ea1902f743a2ed557cb3d64e607d9f2 X-VCS-Branch: master Date: Sun, 07 Sep 2025 20:56:01 +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: 3af30130-89fe-445f-acfa-013237e1f93c X-Archives-Hash: 2aeaf7c6897f61366b8e72158fd7a98f commit: db880f5e0ea1902f743a2ed557cb3d64e607d9f2 Author: Lukas Schmelting posteo com> AuthorDate: Sun Aug 10 09:26:40 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Sun Sep 7 20:25:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db880f5e gnome-base/gnome-shell: update PYTHON_COMPAT Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz gentoo.org> gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-48.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild index 40605506441e..e3b2c9e2f649 100644 --- a/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-47.7-r1.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} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild index 2e6d6bb00288..7337a19f5ea1 100644 --- a/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-47.8-r1.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} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-48.3.ebuild b/gnome-base/gnome-shell/gnome-shell-48.3.ebuild index e33339078539..fc3197ef5a25 100644 --- a/gnome-base/gnome-shell/gnome-shell-48.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-48.3.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} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg