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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18BA21581D3 for ; Sat, 1 Jun 2024 22:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFB1E2A11; Sat, 1 Jun 2024 22:40:27 +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 0ABAAE2A11 for ; Sat, 1 Jun 2024 22:40:27 +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 0F356335DCC for ; Sat, 1 Jun 2024 22:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7116F1009 for ; Sat, 1 Jun 2024 22:40:24 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1717281393.a11cf9af5177ae3a70eabb154d114ff7f2844eb2.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/s3cmd/s3cmd-2.4.0.ebuild X-VCS-Directories: net-misc/s3cmd/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: a11cf9af5177ae3a70eabb154d114ff7f2844eb2 X-VCS-Branch: master Date: Sat, 1 Jun 2024 22:40:24 +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: 46ec70ee-e6bb-446c-84ba-0135fd0b0a42 X-Archives-Hash: 3db951ab80767de0793a665b4acb5b73 commit: a11cf9af5177ae3a70eabb154d114ff7f2844eb2 Author: Hank Leininger korelogic com> AuthorDate: Sat Jun 1 22:12:59 2024 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sat Jun 1 22:36:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11cf9af net-misc/s3cmd: enable py3.12 Closes: https://bugs.gentoo.org/933383 Closes: https://github.com/gentoo/gentoo/pull/36961 Signed-off-by: Hank Leininger korelogic.com> Signed-off-by: Richard Freeman gentoo.org> net-misc/s3cmd/s3cmd-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/s3cmd/s3cmd-2.4.0.ebuild b/net-misc/s3cmd/s3cmd-2.4.0.ebuild index 4dcbaecc0089..a3e56368e7f9 100644 --- a/net-misc/s3cmd/s3cmd-2.4.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools