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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AD4E158245 for ; Sun, 8 Dec 2024 05:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496B1E1281; Sun, 8 Dec 2024 05:23:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 2CBB3E1281 for ; Sun, 8 Dec 2024 05:23:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07599343119 for ; Sun, 8 Dec 2024 05:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDAB2145 for ; Sun, 8 Dec 2024 05:23:09 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1733635291.11cebd53426486b76f7f006c764fd29cc0478a45.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libmodulemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild sys-libs/libmodulemd/libmodulemd-9999.ebuild X-VCS-Directories: sys-libs/libmodulemd/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 11cebd53426486b76f7f006c764fd29cc0478a45 X-VCS-Branch: master Date: Sun, 8 Dec 2024 05:23:09 +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: f71582b5-166c-4c3c-a6de-ce8726226b4a X-Archives-Hash: 68548275673a7e78f3565fe3cb9e7061 commit: 11cebd53426486b76f7f006c764fd29cc0478a45 Author: Matt Jolly gentoo org> AuthorDate: Fri Dec 6 15:21:56 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sun Dec 8 05:21:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cebd53 sys-libs/libmodulemd: enable py3.13 Closes: https://github.com/gentoo/gentoo/pull/39616 Signed-off-by: Matt Jolly gentoo.org> sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild | 2 +- sys-libs/libmodulemd/libmodulemd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild b/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild index a2fa165df018..dd7902b5a240 100644 --- a/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-2.15.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1 diff --git a/sys-libs/libmodulemd/libmodulemd-9999.ebuild b/sys-libs/libmodulemd/libmodulemd-9999.ebuild index c49191ef1399..a2fa901afa44 100644 --- a/sys-libs/libmodulemd/libmodulemd-9999.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1