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 2D3A21581C1 for ; Sat, 6 Jul 2024 15:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DF4F2BC02C; Sat, 6 Jul 2024 15:54:53 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 475D82BC016 for ; Sat, 6 Jul 2024 15:54:53 +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 5432F34068A for ; Sat, 6 Jul 2024 15:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F271DD0 for ; Sat, 6 Jul 2024 15:54:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1720281232.efd19cfcc676b38196c881d607768a8dca5aa5c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxslt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxslt/libxslt-1.1.39.ebuild dev-libs/libxslt/libxslt-1.1.41.ebuild dev-libs/libxslt/libxslt-9999.ebuild X-VCS-Directories: dev-libs/libxslt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efd19cfcc676b38196c881d607768a8dca5aa5c2 X-VCS-Branch: master Date: Sat, 6 Jul 2024 15:54:50 +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: ab1867d7-6103-45e7-aa35-8061c29bbb9b X-Archives-Hash: 20c4dc1143428eba5d0d25355db31fe7 commit: efd19cfcc676b38196c881d607768a8dca5aa5c2 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 6 15:53:52 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 6 15:53:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd19cfc dev-libs/libxslt: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-libs/libxslt/libxslt-1.1.39.ebuild | 2 +- dev-libs/libxslt/libxslt-1.1.41.ebuild | 2 +- dev-libs/libxslt/libxslt-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libxslt/libxslt-1.1.39.ebuild b/dev-libs/libxslt/libxslt-1.1.39.ebuild index 63f43e719abb..1bcad69eab52 100644 --- a/dev-libs/libxslt/libxslt-1.1.39.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.39.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Note: Please bump this in sync with dev-libs/libxml2. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-r1 multilib-minimal DESCRIPTION="XSLT libraries and tools" diff --git a/dev-libs/libxslt/libxslt-1.1.41.ebuild b/dev-libs/libxslt/libxslt-1.1.41.ebuild index 57f23538af3d..f712581ff266 100644 --- a/dev-libs/libxslt/libxslt-1.1.41.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.41.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Note: Please bump this in sync with dev-libs/libxml2. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1 multilib-minimal DESCRIPTION="XSLT libraries and tools" diff --git a/dev-libs/libxslt/libxslt-9999.ebuild b/dev-libs/libxslt/libxslt-9999.ebuild index 57f23538af3d..f712581ff266 100644 --- a/dev-libs/libxslt/libxslt-9999.ebuild +++ b/dev-libs/libxslt/libxslt-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Note: Please bump this in sync with dev-libs/libxml2. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1 multilib-minimal DESCRIPTION="XSLT libraries and tools"