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 E89361581D3 for ; Tue, 14 May 2024 19:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA1B7E2A0C; Tue, 14 May 2024 19:12:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD644E2A0D for ; Tue, 14 May 2024 19:12:58 +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 E9EF9343057 for ; Tue, 14 May 2024 19:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 898C61AC8 for ; Tue, 14 May 2024 19:12:56 +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: <1715704405.957cacd2f6246848ae327898758dd9d16af761a3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/prawcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/prawcore/prawcore-2.3.0.ebuild X-VCS-Directories: dev-python/prawcore/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 957cacd2f6246848ae327898758dd9d16af761a3 X-VCS-Branch: master Date: Tue, 14 May 2024 19:12:56 +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: 7e09b69f-5a9a-4a3b-b8ed-a26460f7ce62 X-Archives-Hash: 97bb6c632d36106a2b3785f3aaf1f6b4 commit: 957cacd2f6246848ae327898758dd9d16af761a3 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 15:58:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 16:33:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=957cacd2 dev-python/prawcore: enable py3.12 Closes: https://bugs.gentoo.org/931400 Signed-off-by: Julien Roy jroy.ca> dev-python/prawcore/prawcore-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild index 7aca8aac6b..59d24eedee 100644 --- a/dev-python/prawcore/prawcore-2.3.0.ebuild +++ b/dev-python/prawcore/prawcore-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi 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 E83AE1582E8 for ; Tue, 14 May 2024 19:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7D1E2A10; Tue, 14 May 2024 19:07:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01367E29FF for ; Tue, 14 May 2024 19:07: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 2BEEB340813 for ; Tue, 14 May 2024 19:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628301A80 for ; Tue, 14 May 2024 19:07:31 +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: <1715704405.957cacd2f6246848ae327898758dd9d16af761a3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prawcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/prawcore/prawcore-2.3.0.ebuild X-VCS-Directories: dev-python/prawcore/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 957cacd2f6246848ae327898758dd9d16af761a3 X-VCS-Branch: dev Date: Tue, 14 May 2024 19:07:31 +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: 24968f49-59ae-4987-abce-584b7e771728 X-Archives-Hash: 826af9e2fcef46f3d56bb43f349f31bb Message-ID: <20240514190731.pHxl17M1eXWtU4kMEKE6mrlDJqxEYMECP4lviXpOGSQ@z> commit: 957cacd2f6246848ae327898758dd9d16af761a3 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 15:58:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 16:33:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=957cacd2 dev-python/prawcore: enable py3.12 Closes: https://bugs.gentoo.org/931400 Signed-off-by: Julien Roy jroy.ca> dev-python/prawcore/prawcore-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild index 7aca8aac6b..59d24eedee 100644 --- a/dev-python/prawcore/prawcore-2.3.0.ebuild +++ b/dev-python/prawcore/prawcore-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi