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 337FA15817D for ; Mon, 17 Jun 2024 21:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 857DE2BC02D; Mon, 17 Jun 2024 21:40:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D6482BC02D for ; Mon, 17 Jun 2024 21:40:29 +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 E3A3933BED4 for ; Mon, 17 Jun 2024 21:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDB21D34 for ; Mon, 17 Jun 2024 21:40:24 +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: <1718617760.a0bd3e1955e349ba3378c8bd0f33e7f891dfd06b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/mautrix-telegram/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild X-VCS-Directories: net-im/mautrix-telegram/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: a0bd3e1955e349ba3378c8bd0f33e7f891dfd06b X-VCS-Branch: master Date: Mon, 17 Jun 2024 21: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: 3f8bf152-6a3d-453d-940d-f71c4081b4e1 X-Archives-Hash: 3236c603069ea6d5c14301a8c6f7b8cd commit: a0bd3e1955e349ba3378c8bd0f33e7f891dfd06b Author: Alarig Le Lay swordarmor fr> AuthorDate: Mon Jun 17 09:49:17 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Jun 17 09:49:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0bd3e19 net-im/mautrix-telegram: enable py3.12 Signed-off-by: Alarig Le Lay swordarmor.fr> net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild index 7c9a550ec..294d15ff6 100644 --- a/net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild +++ b/net-im/mautrix-telegram/mautrix-telegram-0.15.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature pypi systemd