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 5743D1584AD for ; Sun, 11 May 2025 14:57:26 +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 43CC43430C2 for ; Sun, 11 May 2025 14:57:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5196A110277; Sun, 11 May 2025 14:56:36 +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 4CE8A110277 for ; Sun, 11 May 2025 14:56:36 +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 F1EE934325A for ; Sun, 11 May 2025 14:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A7D1BFB for ; Sun, 11 May 2025 14:56:34 +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: <1746975292.894bc44b61c3ff756bf36a6a73712a6c79b72c93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild net-analyzer/fail2ban/fail2ban-9999.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 894bc44b61c3ff756bf36a6a73712a6c79b72c93 X-VCS-Branch: master Date: Sun, 11 May 2025 14:56:34 +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: 952996cc-d6da-4f1c-b090-49c32bfa5a45 X-Archives-Hash: d4e222434e8af7f3e1b62e1324e29d70 commit: 894bc44b61c3ff756bf36a6a73712a6c79b72c93 Author: Sam James gentoo org> AuthorDate: Sun May 11 14:54:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 11 14:54:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894bc44b net-analyzer/fail2ban: disable py3.10 Signed-off-by: Sam James gentoo.org> net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild | 2 +- net-analyzer/fail2ban/fail2ban-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild b/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild index d22e6d02ee4f..89b1b19ccae8 100644 --- a/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild +++ b/net-analyzer/fail2ban/fail2ban-1.1.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 edo python-single-r1 systemd tmpfiles diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild index 37e63e45d9a9..3202e7ba5294 100644 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 edo python-single-r1 systemd tmpfiles