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 ED1D71584AD for ; Mon, 05 May 2025 07:44:49 +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 B36BB343188 for ; Mon, 05 May 2025 07:44:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F3C921103AD; Mon, 05 May 2025 07:44:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E9FC91103AD for ; Mon, 05 May 2025 07:44:44 +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 A0E2A343153 for ; Mon, 05 May 2025 07:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAE6A2774 for ; Mon, 05 May 2025 07:44:42 +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: <1746431060.ab7ed1e3c0bd7cca165a7e56dbc5a41df1e6b39b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/getmail/getmail-6.18.13.ebuild net-mail/getmail/getmail-6.19.07.ebuild X-VCS-Directories: net-mail/getmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab7ed1e3c0bd7cca165a7e56dbc5a41df1e6b39b X-VCS-Branch: master Date: Mon, 05 May 2025 07:44:42 +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: 01fc56e9-c314-476a-8323-dab549b014f2 X-Archives-Hash: 0e9706f407b7039711bb9ed041bbf3e5 commit: ab7ed1e3c0bd7cca165a7e56dbc5a41df1e6b39b Author: Sam James gentoo org> AuthorDate: Mon May 5 07:37:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 5 07:44:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7ed1e3 net-mail/getmail: disable py3.10, py3.9 Signed-off-by: Sam James gentoo.org> net-mail/getmail/getmail-6.18.13.ebuild | 4 ++-- net-mail/getmail/getmail-6.19.07.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/getmail/getmail-6.18.13.ebuild b/net-mail/getmail/getmail-6.18.13.ebuild index d4993f09454b..ea2e80af186e 100644 --- a/net-mail/getmail/getmail-6.18.13.ebuild +++ b/net-mail/getmail/getmail-6.18.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="ssl" inherit distutils-r1 diff --git a/net-mail/getmail/getmail-6.19.07.ebuild b/net-mail/getmail/getmail-6.19.07.ebuild index cac35d298af2..7d14e83e3dc3 100644 --- a/net-mail/getmail/getmail-6.19.07.ebuild +++ b/net-mail/getmail/getmail-6.19.07.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="ssl" inherit distutils-r1