From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04DA315817D for ; Thu, 6 Jun 2024 00:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7245DE2B48; Thu, 6 Jun 2024 00:45:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 58CA4E2B48 for ; Thu, 6 Jun 2024 00:45:46 +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 93C7F342FA8 for ; Thu, 6 Jun 2024 00:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E2E1C8F for ; Thu, 6 Jun 2024 00:45:42 +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: <1717634690.6e187e57150a1c4b9aa057d1e823048589500aa2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/elogviewer/elogviewer-3.2.ebuild X-VCS-Directories: app-portage/elogviewer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6e187e57150a1c4b9aa057d1e823048589500aa2 X-VCS-Branch: master Date: Thu, 6 Jun 2024 00:45:42 +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: 8ebe449b-6837-4e75-ad8f-8346b245e4de X-Archives-Hash: 52d048e6d47fd2148350b8514f26fde1 commit: 6e187e57150a1c4b9aa057d1e823048589500aa2 Author: Eli Schwartz gmail com> AuthorDate: Wed Jun 5 22:59:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 6 00:44:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e187e57 app-portage/elogviewer: enable py3.12 In fact it doesn't work on either py3.11 or py3.12 but that is because it doesn't know how to find any logs. The actual package seems to function equivalently, and passes unittest mocks, and can load logs via the command line, so I guess the py3.12 migration is not, itself, a problem. Closes: https://bugs.gentoo.org/929350 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-portage/elogviewer/elogviewer-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/elogviewer/elogviewer-3.2.ebuild b/app-portage/elogviewer/elogviewer-3.2.ebuild index fa50493d3bbc..9c0c03238ea1 100644 --- a/app-portage/elogviewer/elogviewer-3.2.ebuild +++ b/app-portage/elogviewer/elogviewer-3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISABLE_AUTOFORMATTING=true