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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39057159C96 for ; Sun, 28 Jul 2024 18:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 746E52BC019; Sun, 28 Jul 2024 18:22:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51BCB2BC019 for ; Sun, 28 Jul 2024 18:22:24 +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 57789340C15 for ; Sun, 28 Jul 2024 18:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96C971D87 for ; Sun, 28 Jul 2024 18:22:21 +0000 (UTC) From: "Philippe-Alexandre Mathieu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philippe-Alexandre Mathieu" Message-ID: <1722190603.6fa58a9dddce5d2d6f42c38c07a5bc596d028c83.pamathieu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-power/amdfan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/amdfan/amdfan-0.2.1-r1.ebuild sys-power/amdfan/amdfan-0.2.1-r2.ebuild X-VCS-Directories: sys-power/amdfan/ X-VCS-Committer: pamathieu X-VCS-Committer-Name: Philippe-Alexandre Mathieu X-VCS-Revision: 6fa58a9dddce5d2d6f42c38c07a5bc596d028c83 X-VCS-Branch: dev Date: Sun, 28 Jul 2024 18:22:21 +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: 84fa70ff-39d1-4386-8d60-d97a0f7b659f X-Archives-Hash: e8bc83cb4c8364d2ca4f25a00a68fa0b commit: 6fa58a9dddce5d2d6f42c38c07a5bc596d028c83 Author: Philippe-Alexandre Mathieu poum ca> AuthorDate: Sun Jul 28 18:16:43 2024 +0000 Commit: Philippe-Alexandre Mathieu poum ca> CommitDate: Sun Jul 28 18:16:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa58a9d sys-power/amdfan: remove py3.10 and add py3.13 Closes: https://bugs.gentoo.org/936809 Signed-off-by: Philippe-Alexandre Mathieu poum.ca> sys-power/amdfan/{amdfan-0.2.1-r1.ebuild => amdfan-0.2.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/amdfan/amdfan-0.2.1-r1.ebuild b/sys-power/amdfan/amdfan-0.2.1-r2.ebuild similarity index 96% rename from sys-power/amdfan/amdfan-0.2.1-r1.ebuild rename to sys-power/amdfan/amdfan-0.2.1-r2.ebuild index 4ce851552..7b5c0dd97 100644 --- a/sys-power/amdfan/amdfan-0.2.1-r1.ebuild +++ b/sys-power/amdfan/amdfan-0.2.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 systemd autotools