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 F1482158041 for ; Sat, 13 Apr 2024 17:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23071E2A14; Sat, 13 Apr 2024 17:09:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 06A27E2A14 for ; Sat, 13 Apr 2024 17:09:47 +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 408AF3433C0 for ; Sat, 13 Apr 2024 17:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3CD816E5 for ; Sat, 13 Apr 2024 17:09:44 +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: <1713028157.9881a04f938d4e53cdb8a918f131516afb679fba.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/codecov/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/codecov/codecov-2.1.12.ebuild X-VCS-Directories: dev-python/codecov/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9881a04f938d4e53cdb8a918f131516afb679fba X-VCS-Branch: dev Date: Sat, 13 Apr 2024 17:09:44 +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: 23c05483-5802-479a-9e82-8fae62c19f68 X-Archives-Hash: 7cd11c55b83d840997dd17241190bd1d commit: 9881a04f938d4e53cdb8a918f131516afb679fba Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 17:01:25 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9881a04f dev-python/codecov: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/codecov/codecov-2.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/codecov/codecov-2.1.12.ebuild b/dev-python/codecov/codecov-2.1.12.ebuild index 5aa1360c7e..6ef9667e3c 100644 --- a/dev-python/codecov/codecov-2.1.12.ebuild +++ b/dev-python/codecov/codecov-2.1.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 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 85877158041 for ; Sat, 13 Apr 2024 17:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6302BC031; Sat, 13 Apr 2024 17:15:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B33D32BC031 for ; Sat, 13 Apr 2024 17:15:11 +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 8405E343388 for ; Sat, 13 Apr 2024 17:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A34016E6 for ; Sat, 13 Apr 2024 17:15:08 +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: <1713028157.9881a04f938d4e53cdb8a918f131516afb679fba.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/codecov/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/codecov/codecov-2.1.12.ebuild X-VCS-Directories: dev-python/codecov/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9881a04f938d4e53cdb8a918f131516afb679fba X-VCS-Branch: master Date: Sat, 13 Apr 2024 17:15:08 +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: 8e96f1c3-5bf7-4269-a034-c270727ade40 X-Archives-Hash: 87a18ece4de5896f9c5eef209b40b8ac Message-ID: <20240413171508.dCKW5c4NzSZeMcjBj1MQ0WPBxup2vQN6Uqj4YfoGooM@z> commit: 9881a04f938d4e53cdb8a918f131516afb679fba Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 17:01:25 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9881a04f dev-python/codecov: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/codecov/codecov-2.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/codecov/codecov-2.1.12.ebuild b/dev-python/codecov/codecov-2.1.12.ebuild index 5aa1360c7e..6ef9667e3c 100644 --- a/dev-python/codecov/codecov-2.1.12.ebuild +++ b/dev-python/codecov/codecov-2.1.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1