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 24922158064 for ; Sat, 11 May 2024 21:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B28CE29E8; Sat, 11 May 2024 21:27:32 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17F25E29E7 for ; Sat, 11 May 2024 21:27:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4A93343056 for ; Sat, 11 May 2024 21:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B23E93E for ; Sat, 11 May 2024 21:27:29 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1715462822.a85817abe0502e3ba52bcbb326a027f18bff68d1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild X-VCS-Directories: sys-apps/osinfo-db-tools/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a85817abe0502e3ba52bcbb326a027f18bff68d1 X-VCS-Branch: master Date: Sat, 11 May 2024 21:27: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: 1aa7a9c2-e35b-4f67-8e9c-a1f4379a1401 X-Archives-Hash: c58d1574bfae6a4b20a327d267402bd1 commit: a85817abe0502e3ba52bcbb326a027f18bff68d1 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 11 19:13:30 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 11 21:27:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85817ab sys-apps/osinfo-db-tools: enable py3.12 Closes: https://bugs.gentoo.org/929818 Signed-off-by: Mart Raudsepp gentoo.org> sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild index 2a53dc308797..f09fcd42ffa5 100644 --- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild +++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1