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 EB1811584AD for ; Wed, 16 Apr 2025 23:53:39 +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 C4277343166 for ; Wed, 16 Apr 2025 23:53:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E85761104B1; Wed, 16 Apr 2025 23:53:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D7B601104B1 for ; Wed, 16 Apr 2025 23:53:34 +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 87D5E343003 for ; Wed, 16 Apr 2025 23:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87D322E5 for ; Wed, 16 Apr 2025 23:53:32 +0000 (UTC) From: "Kyle Elbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kyle Elbert" Message-ID: <1744847251.f31274271ee567a06488313640063d4b65be0a22.kcelbert@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-cloudflare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild X-VCS-Directories: app-crypt/certbot-dns-cloudflare/ X-VCS-Committer: kcelbert X-VCS-Committer-Name: Kyle Elbert X-VCS-Revision: f31274271ee567a06488313640063d4b65be0a22 X-VCS-Branch: dev Date: Wed, 16 Apr 2025 23:53:32 +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: 16a6a684-b475-4745-8f64-e345b82fd2e9 X-Archives-Hash: b84439180d94a73ac2bb1502e85739a4 commit: f31274271ee567a06488313640063d4b65be0a22 Author: Kyle Elbert gmail com> AuthorDate: Wed Apr 16 23:47:31 2025 +0000 Commit: Kyle Elbert gmail com> CommitDate: Wed Apr 16 23:47:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3127427 app-crypt/certbot-dns-cloudflare: enable py3.13 Signed-off-by: Kyle Elbert gmail.com> app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild index b5008519b..d995dfaf4 100644 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild +++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-3.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=(python3_{11..12}) +PYTHON_COMPAT=(python3_{11..13}) # certbot ready for 3.13, but not cloudflare #DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_USE_PEP517=setuptools