commit:     e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 11:51:14 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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

Reply via email to