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 A1AFA158015 for ; Mon, 18 Dec 2023 22:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC7D2BC02E; Mon, 18 Dec 2023 22:19:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 62FD92BC021 for ; Mon, 18 Dec 2023 22:19:15 +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 A1DEF335DC3 for ; Mon, 18 Dec 2023 22:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4540A1339 for ; Mon, 18 Dec 2023 22:19:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1702937899.74fe412a11732d9e4013aae5d94edf70e3fd9406.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/lokalize/lokalize-23.08.3.ebuild kde-apps/lokalize/lokalize-23.08.4.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 74fe412a11732d9e4013aae5d94edf70e3fd9406 X-VCS-Branch: master Date: Mon, 18 Dec 2023 22:19:13 +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: 47ce1826-f852-4932-a69a-7e88a4a3726b X-Archives-Hash: 3136736f8945387f899be197d0bafb1d commit: 74fe412a11732d9e4013aae5d94edf70e3fd9406 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 22:14:06 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 18 22:18:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fe412a kde-apps/lokalize: enable py3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-23.08.3.ebuild | 2 +- kde-apps/lokalize/lokalize-23.08.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/lokalize/lokalize-23.08.3.ebuild b/kde-apps/lokalize/lokalize-23.08.3.ebuild index a069b6537345..b200ccfb415f 100644 --- a/kde-apps/lokalize/lokalize-23.08.3.ebuild +++ b/kde-apps/lokalize/lokalize-23.08.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org optfeature diff --git a/kde-apps/lokalize/lokalize-23.08.4.ebuild b/kde-apps/lokalize/lokalize-23.08.4.ebuild index 374b637d3bf8..0e8e739a7c0c 100644 --- a/kde-apps/lokalize/lokalize-23.08.4.ebuild +++ b/kde-apps/lokalize/lokalize-23.08.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org optfeature