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 BCC301581EE for ; Wed, 26 Mar 2025 12:27:43 +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 9FC75343340 for ; Wed, 26 Mar 2025 12:27:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9FCAB110296; Wed, 26 Mar 2025 12:27:42 +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 93AA6110296 for ; Wed, 26 Mar 2025 12:27:42 +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 404CD343340 for ; Wed, 26 Mar 2025 12:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F872035 for ; Wed, 26 Mar 2025 12:27:40 +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: <1742991719.f9ab9b571dac140280985ec0de22b00f5c4780b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/libabigail/libabigail-2.6.ebuild dev-util/libabigail/libabigail-9999.ebuild X-VCS-Directories: dev-util/libabigail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9ab9b571dac140280985ec0de22b00f5c4780b0 X-VCS-Branch: master Date: Wed, 26 Mar 2025 12:27:40 +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: a9c538ac-01cf-4e11-beee-b39510e55389 X-Archives-Hash: 2c1fa9a23277c039423b8c5fbdea3afa commit: f9ab9b571dac140280985ec0de22b00f5c4780b0 Author: Sam James gentoo org> AuthorDate: Wed Mar 26 11:54:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 26 12:21:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ab9b57 dev-util/libabigail: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-util/libabigail/libabigail-2.6.ebuild | 2 +- dev-util/libabigail/libabigail-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/libabigail/libabigail-2.6.ebuild b/dev-util/libabigail/libabigail-2.6.ebuild index 08da36008838..8570f6aba5cc 100644 --- a/dev-util/libabigail/libabigail-2.6.ebuild +++ b/dev-util/libabigail/libabigail-2.6.ebuild @@ -14,7 +14,7 @@ LIBABIGAIL_DOCS_VERSION="${PV}" # bug #830088 LIBABIGAIL_DOCS_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit libtool bash-completion-r1 python-any-r1 out-of-source diff --git a/dev-util/libabigail/libabigail-9999.ebuild b/dev-util/libabigail/libabigail-9999.ebuild index 961f07585201..7d5f5ca27adf 100644 --- a/dev-util/libabigail/libabigail-9999.ebuild +++ b/dev-util/libabigail/libabigail-9999.ebuild @@ -14,7 +14,7 @@ LIBABIGAIL_DOCS_VERSION="${PV}" # bug #830088 LIBABIGAIL_DOCS_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit libtool bash-completion-r1 python-any-r1 out-of-source