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 157EF1584F2 for ; Thu, 20 Mar 2025 01:35:34 +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 F1CF63430CF for ; Thu, 20 Mar 2025 01:35:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E36E61103C7; Thu, 20 Mar 2025 01:35:29 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D447411037F for ; Thu, 20 Mar 2025 01:35:29 +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 884CC3430CA for ; Thu, 20 Mar 2025 01:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8D12058 for ; Thu, 20 Mar 2025 01:35:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1742434367.e077f8668233eefacff93974363475ef5b78c55a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/liborcus-0.20.0.ebuild dev-libs/liborcus/liborcus-9999.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e077f8668233eefacff93974363475ef5b78c55a X-VCS-Branch: master Date: Thu, 20 Mar 2025 01:35:27 +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: e8de3869-8ed4-49d4-8c8e-04febd8393e1 X-Archives-Hash: ce2914c6283716af225a0b4287d55eb0 commit: e077f8668233eefacff93974363475ef5b78c55a Author: Sam James gentoo org> AuthorDate: Thu Mar 20 01:32:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 20 01:32:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e077f866 dev-libs/liborcus: enable py3.13 Bug: https://bugs.gentoo.org/951180 Signed-off-by: Sam James gentoo.org> dev-libs/liborcus/liborcus-0.20.0.ebuild | 2 +- dev-libs/liborcus/liborcus-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liborcus/liborcus-0.20.0.ebuild b/dev-libs/liborcus/liborcus-0.20.0.ebuild index f6352f42c0f9..5c98e25c7ecd 100644 --- a/dev-libs/liborcus/liborcus-0.20.0.ebuild +++ b/dev-libs/liborcus/liborcus-0.20.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-single-r1 DESCRIPTION="Standalone file import filter library for spreadsheet documents" diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index f6352f42c0f9..5c98e25c7ecd 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-single-r1 DESCRIPTION="Standalone file import filter library for spreadsheet documents"