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 39BD61582EF for ; Mon, 10 Feb 2025 08:57:23 +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 2751D34317A for ; Mon, 10 Feb 2025 08:57:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10F0811047B; Mon, 10 Feb 2025 08:56:52 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 03DF211047C for ; Mon, 10 Feb 2025 08:56:51 +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 B2C743430CE for ; Mon, 10 Feb 2025 08:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0C527B6 for ; Mon, 10 Feb 2025 08:56:49 +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: <1739177723.26494d6b61f6d3a07218d823440d3c6eb3d41ec5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.31-r1.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 26494d6b61f6d3a07218d823440d3c6eb3d41ec5 X-VCS-Branch: master Date: Mon, 10 Feb 2025 08:56:49 +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: ee760009-f61a-4666-be68-2d4cc616438c X-Archives-Hash: 6d3a588503eb9feaa67edebb4be411dd commit: 26494d6b61f6d3a07218d823440d3c6eb3d41ec5 Author: NHOrus yahoo com> AuthorDate: Sun Jan 26 09:33:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 08:55:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26494d6b app-i18n/ibus: enable py3.13 in 1.5.31 Per upstream bug[^1], this version works on Fedora 41 with python 3.13 [^1]: https://github.com/ibus/ibus/issues/2714 Closes: https://bugs.gentoo.org/948577 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40312 Signed-off-by: Sam James gentoo.org> app-i18n/ibus/ibus-1.5.31-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus/ibus-1.5.31-r1.ebuild b/app-i18n/ibus/ibus-1.5.31-r1.ebuild index 9f41a2a7d624..f29172275dc7 100644 --- a/app-i18n/ibus/ibus-1.5.31-r1.ebuild +++ b/app-i18n/ibus/ibus-1.5.31-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools bash-completion-r1 flag-o-matic gnome2-utils python-r1 toolchain-funcs vala virtualx