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 D4C051581D3 for ; Sun, 12 May 2024 09:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B49FE2A51; Sun, 12 May 2024 09:05:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B32B0E2A44 for ; Sun, 12 May 2024 09:05:01 +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 DF7333430D1 for ; Sun, 12 May 2024 09:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180071AA0 for ; Sun, 12 May 2024 09:04:59 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1715504654.df14c7e218eb3e12c3e1ee81e196cc4004f5623f.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.9.3.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: df14c7e218eb3e12c3e1ee81e196cc4004f5623f X-VCS-Branch: dev Date: Sun, 12 May 2024 09:04:59 +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: 24d9ccfc-53cb-49f4-a0df-f5bbb6bd2dd7 X-Archives-Hash: e205c33f2908b626ec82985c99f0008c Message-ID: <20240512090459.o_P5d2EyhuGtePdZli3u89gDdmN5qR2DDqBVuGdpV8Q@z> commit: df14c7e218eb3e12c3e1ee81e196cc4004f5623f Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 12 09:03:04 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 12 09:04:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df14c7e2 net-misc/maestral: enable py3.12 Signed-off-by: Viorel Munteanu gentoo.org> net-misc/maestral/maestral-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral/maestral-1.9.3.ebuild b/net-misc/maestral/maestral-1.9.3.ebuild index eb4351f03d..b0280ffd64 100644 --- a/net-misc/maestral/maestral-1.9.3.ebuild +++ b/net-misc/maestral/maestral-1.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg MY_PV=${PV/_rc/.dev}