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 DCDB215807A for ; Mon, 09 Jun 2025 00:27:53 +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 CADE9342FAD for ; Mon, 09 Jun 2025 00:27:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 450F61104B7; Mon, 09 Jun 2025 00:27:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3F5E21104B7 for ; Mon, 09 Jun 2025 00:27:31 +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 EE1A43430FB for ; Mon, 09 Jun 2025 00:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7F3298F for ; Mon, 09 Jun 2025 00:27:27 +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: <1749428479.022578123bd6460830001b436c2578807c12e8c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygobject/pygobject-3.48.2-r1.ebuild dev-python/pygobject/pygobject-3.50.0.ebuild dev-python/pygobject/pygobject-3.50.1.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 022578123bd6460830001b436c2578807c12e8c9 X-VCS-Branch: master Date: Mon, 09 Jun 2025 00:27:27 +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: 711d1791-4a81-4d09-8d8c-50229e9f0eff X-Archives-Hash: f5a8d5ac454ca22c7ad41133435ff0a4 commit: 022578123bd6460830001b436c2578807c12e8c9 Author: Lukas Schmelting posteo com> AuthorDate: Sat May 31 20:45:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 00:21:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02257812 dev-python/pygobject: Update PYTHON_COMPAT Tests fail for 3.48.2-r1 when using python3_13, restrict PYTHONCOMPAT to python3_{11..12} Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42380 Signed-off-by: Sam James gentoo.org> dev-python/pygobject/pygobject-3.48.2-r1.ebuild | 2 +- dev-python/pygobject/pygobject-3.50.0.ebuild | 2 +- dev-python/pygobject/pygobject-3.50.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild index d3510e0c2075..50836c03891f 100644 --- a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild +++ b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit gnome.org meson virtualx xdg distutils-r1 diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild b/dev-python/pygobject/pygobject-3.50.0.ebuild index 995f12b0c626..947dd62e8482 100644 --- a/dev-python/pygobject/pygobject-3.50.0.ebuild +++ b/dev-python/pygobject/pygobject-3.50.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=no # py3.14: https://gitlab.gnome.org/GNOME/pygobject/-/issues/694 -PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) +PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1 diff --git a/dev-python/pygobject/pygobject-3.50.1.ebuild b/dev-python/pygobject/pygobject-3.50.1.ebuild index e353c2f510a5..a8358740b6e4 100644 --- a/dev-python/pygobject/pygobject-3.50.1.ebuild +++ b/dev-python/pygobject/pygobject-3.50.1.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=no GNOME_TARBALL_SUFFIX="gz" # py3.14: https://gitlab.gnome.org/GNOME/pygobject/-/issues/694 -PYTHON_COMPAT=( python3_{11..12} python3_13{,t} pypy3_11 ) +PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1