From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1630764-garchives=archives.gentoo.org@lists.gentoo.org>
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 BB8C81581D3
	for <garchives@archives.gentoo.org>; Mon, 13 May 2024 22:38:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F4179E2A20;
	Mon, 13 May 2024 22:38:33 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D2225E2AA1
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:38:33 +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 E38E5343018
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:38:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CBCB1AA3
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:38:31 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
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" <julien@jroy.ca>
Message-ID: <1715638698.e76e86f2a90952a12e25c3c13e2a6661b1a3e27c.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tulir-telethon/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
X-VCS-Directories: dev-python/tulir-telethon/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: e76e86f2a90952a12e25c3c13e2a6661b1a3e27c
X-VCS-Branch: master
Date: Mon, 13 May 2024 22:38:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 58451d52-a79b-448e-a14b-d25d311a7028
X-Archives-Hash: ec7d4094660a142cc36d34620b061708

commit:     e76e86f2a90952a12e25c3c13e2a6661b1a3e27c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 20:56:25 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e76e86f2

dev-python/tulir-telethon: enable py3.12

Closes: https://bugs.gentoo.org/931447
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
index 4e216ff22c..dd878b8341 100644
--- a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
+++ b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.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 pypi
 


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1630739-garchives=archives.gentoo.org@lists.gentoo.org>
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 F205D158064
	for <garchives@archives.gentoo.org>; Mon, 13 May 2024 22:21:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8A187E2AA3;
	Mon, 13 May 2024 22:21:45 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5CCBDE2AA4
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:21:45 +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 4AD13335D6D
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:21:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E9EE1AAB
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 22:21:42 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
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" <julien@jroy.ca>
Message-ID: <1715638698.e76e86f2a90952a12e25c3c13e2a6661b1a3e27c.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tulir-telethon/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
X-VCS-Directories: dev-python/tulir-telethon/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: e76e86f2a90952a12e25c3c13e2a6661b1a3e27c
X-VCS-Branch: dev
Date: Mon, 13 May 2024 22:21:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 51825a06-b04f-4924-b0de-b947b81442a8
X-Archives-Hash: 5c0c458a99ffa235fcac1730d37fa398
Message-ID: <20240513222142.mzTZzTIk6FPXdAzcy5fP_7CpSglrkXDt4Z5bfbzSxmU@z>

commit:     e76e86f2a90952a12e25c3c13e2a6661b1a3e27c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 20:56:25 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e76e86f2

dev-python/tulir-telethon: enable py3.12

Closes: https://bugs.gentoo.org/931447
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
index 4e216ff22c..dd878b8341 100644
--- a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
+++ b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.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 pypi