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 111791584AD for ; Thu, 01 May 2025 22:13:04 +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 F113F343056 for ; Thu, 01 May 2025 22:13:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30E2011036D; Thu, 01 May 2025 22:13:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 29C1A11036D for ; Thu, 01 May 2025 22:13:01 +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 D7A1B342FF2 for ; Thu, 01 May 2025 22:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720332662 for ; Thu, 01 May 2025 22:12:59 +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: <1746137552.343bf9ec11e41f413b1969e4e67e5a68c37ff7c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild sys-cluster/sanlock/sanlock-3.8.5.ebuild X-VCS-Directories: sys-cluster/sanlock/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 343bf9ec11e41f413b1969e4e67e5a68c37ff7c5 X-VCS-Branch: master Date: Thu, 01 May 2025 22:12:59 +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: 86141b71-dadf-419f-8d8d-78ad3acb8440 X-Archives-Hash: 7a0b0e7f4ca302dcd40a75cd83894ba3 commit: 343bf9ec11e41f413b1969e4e67e5a68c37ff7c5 Author: Sam James gentoo org> AuthorDate: Thu May 1 22:10:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 1 22:12:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343bf9ec sys-cluster/sanlock: disable py3.10 Signed-off-by: Sam James gentoo.org> sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild | 2 +- sys-cluster/sanlock/sanlock-3.8.5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild index bbf7fd2057b2..d1d130c234fc 100644 --- a/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit flag-o-matic linux-info python-r1 systemd DESCRIPTION="shared storage lock manager" diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild b/sys-cluster/sanlock/sanlock-3.8.5.ebuild index 3e4755ac7b9f..ccd70f099e6b 100644 --- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit flag-o-matic linux-info python-r1 systemd DESCRIPTION="shared storage lock manager"