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 B7615158041 for ; Sat, 13 Apr 2024 17:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E7A2BC01B; Sat, 13 Apr 2024 17:15:10 +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 DF4E12BC01B for ; Sat, 13 Apr 2024 17:15:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB621343382 for ; Sat, 13 Apr 2024 17:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59AAA16DC for ; Sat, 13 Apr 2024 17:15:07 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713028156.5f561f127a0b0c574d44507cce068f12f18ac83a.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/base58/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/base58/base58-2.1.1-r1.ebuild X-VCS-Directories: dev-python/base58/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 5f561f127a0b0c574d44507cce068f12f18ac83a X-VCS-Branch: master Date: Sat, 13 Apr 2024 17:15:07 +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: b81d1846-726d-46c6-9e6c-ed304b38015a X-Archives-Hash: 781d55ac71af77df780722f5051a78a1 Message-ID: <20240413171507.6-LifJeuOSk5ofPDYmt7B-xnYySa32BnHFW6SDTdTQo@z> commit: 5f561f127a0b0c574d44507cce068f12f18ac83a Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:22:48 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f561f12 dev-python/base58: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/base58/base58-2.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild index 5ba205fa5d..3a4300bafd 100644 --- a/dev-python/base58/base58-2.1.1-r1.ebuild +++ b/dev-python/base58/base58-2.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi