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 9B8221582EF for ; Sun, 16 Feb 2025 13:16:03 +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 81B28343061 for ; Sun, 16 Feb 2025 13:16:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7BDD61102CD; Sun, 16 Feb 2025 13:16:02 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6F6C41102CD for ; Sun, 16 Feb 2025 13:16:02 +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 26ADF340806 for ; Sun, 16 Feb 2025 13:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A1212468 for ; Sun, 16 Feb 2025 13:16:00 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1739711740.b09cbe95a1c35b0eb6a4f79f2d3648530c15a6f8.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.5.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b09cbe95a1c35b0eb6a4f79f2d3648530c15a6f8 X-VCS-Branch: master Date: Sun, 16 Feb 2025 13:16:00 +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: 76d7e0d3-d8c8-4f45-8b22-3a1ad1c2a0ec X-Archives-Hash: ed83044cbb011eab14e1b399a7517b39 commit: b09cbe95a1c35b0eb6a4f79f2d3648530c15a6f8 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 16 13:14:29 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Feb 16 13:15:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09cbe95 dev-vcs/subversion: enable py3.12, py3.13 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-vcs/subversion/subversion-1.14.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.5.ebuild b/dev-vcs/subversion/subversion-1.14.5.ebuild index 4cdfaa3c5724..8ad930893a53 100644 --- a/dev-vcs/subversion/subversion-1.14.5.ebuild +++ b/dev-vcs/subversion/subversion-1.14.5.ebuild @@ -5,8 +5,7 @@ EAPI=8 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" -# no py3.12 yet as many tests have invalid escape sequence warnings -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) USE_RUBY="ruby31 ruby32 ruby33" inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2