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 E55BB158043 for ; Sun, 14 Apr 2024 12:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18370E2A04; Sun, 14 Apr 2024 12:14:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E583EE2A04 for ; Sun, 14 Apr 2024 12:14:51 +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 B5C76343381 for ; Sun, 14 Apr 2024 12:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2451620 for ; Sun, 14 Apr 2024 12:14:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1713096856.e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spf-engine/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild mail-filter/spf-engine/spf-engine-3.0.4.ebuild X-VCS-Directories: mail-filter/spf-engine/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42 X-VCS-Branch: master Date: Sun, 14 Apr 2024 12:14:49 +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: e6d41850-9788-4bee-bc89-3e53c002b206 X-Archives-Hash: 1b639a7b9e0b69e1a1f726bc850f9953 commit: e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Apr 14 11:51:14 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Apr 14 12:14:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18ebdc2 mail-filter/spf-engine: support python-3.12, drop 3.9 Bug: https://bugs.gentoo.org/929609 Signed-off-by: Michael Orlitzky gentoo.org> .../{spf-engine-3.0.4.ebuild => spf-engine-3.0.4-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-filter/spf-engine/spf-engine-3.0.4.ebuild b/mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild similarity index 96% rename from mail-filter/spf-engine/spf-engine-3.0.4.ebuild rename to mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild index 2c680c53fd35..cb36d22f03ce 100644 --- a/mail-filter/spf-engine/spf-engine-3.0.4.ebuild +++ b/mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) # The built-in ipaddress module handles the parsing of IP addresses. If # python is built without ipv6 support, then ipaddress can't parse ipv6