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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 116A01581EE for ; Thu, 27 Mar 2025 21:28:37 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EBEDD34317D for ; Thu, 27 Mar 2025 21:28:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DD9131104AD; Thu, 27 Mar 2025 21:28:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CC5AE1104AD for ; Thu, 27 Mar 2025 21:28:35 +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 6F12834317C for ; Thu, 27 Mar 2025 21:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEA12236F for ; Thu, 27 Mar 2025 21:28:33 +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: <1743110739.55125d7e3b7a129c4501b04a52256171092f1176.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-25.03.80.ebuild www-client/falkon/falkon-25.04.49.9999.ebuild www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 55125d7e3b7a129c4501b04a52256171092f1176 X-VCS-Branch: master Date: Thu, 27 Mar 2025 21:28:33 +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: 9b722fa5-c75e-4139-a709-460ad74b5427 X-Archives-Hash: 4bc7738b07f8ed1048bf9d7afe08e9eb commit: 55125d7e3b7a129c4501b04a52256171092f1176 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 27 21:25:39 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 27 21:25:39 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55125d7e www-client/falkon: enable py3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-25.03.80.ebuild | 2 +- www-client/falkon/falkon-25.04.49.9999.ebuild | 2 +- www-client/falkon/falkon-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/falkon/falkon-25.03.80.ebuild b/www-client/falkon/falkon-25.03.80.ebuild index a69dac4a97..5ff07ef5c7 100644 --- a/www-client/falkon/falkon-25.03.80.ebuild +++ b/www-client/falkon/falkon-25.03.80.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=6.9.0 QTMIN=6.7.2 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ecm gear.kde.org python-single-r1 xdg DESCRIPTION="Cross-platform web browser using QtWebEngine" diff --git a/www-client/falkon/falkon-25.04.49.9999.ebuild b/www-client/falkon/falkon-25.04.49.9999.ebuild index 14bfb49bb2..abf4679251 100644 --- a/www-client/falkon/falkon-25.04.49.9999.ebuild +++ b/www-client/falkon/falkon-25.04.49.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=6.9.0 QTMIN=6.7.2 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ecm gear.kde.org python-single-r1 xdg DESCRIPTION="Cross-platform web browser using QtWebEngine" diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 921279b03c..33e40f3007 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=6.12.0 QTMIN=6.7.2 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ecm gear.kde.org python-single-r1 xdg DESCRIPTION="Cross-platform web browser using QtWebEngine"