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 BD24D15806E for ; Sat, 27 May 2023 06:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02CE7E077F; Sat, 27 May 2023 06:04:12 +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 D9AD1E087C for ; Sat, 27 May 2023 06:04: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 ACB4F341021 for ; Sat, 27 May 2023 06:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A47F990 for ; Sat, 27 May 2023 06:04:09 +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: <1685167435.73c49ce75c6b851c918f84abcdd1fe221dba6bb4.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/survey-4.2.0_alpha.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 X-VCS-Branch: dev Date: Sat, 27 May 2023 06:04:09 +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: 1e0e6a0f-93c0-46fb-951f-167c7b30bec8 X-Archives-Hash: a4cc099ea7947300c5b14df5752bbd0e commit: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 27 06:03:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 06:03:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73c49ce7 dev-python/survey: disable py3.10 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/survey-4.2.0_alpha.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild index 240097f0e..f028ba416 100644 --- a/dev-python/survey/survey-4.2.0_alpha.ebuild +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 MY_PV=${PV/_/-} 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 4D8FF15806E for ; Sat, 27 May 2023 06:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814A6E08B0; Sat, 27 May 2023 06:10:30 +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 635E2E08B0 for ; Sat, 27 May 2023 06:10:30 +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 694D4341053 for ; Sat, 27 May 2023 06:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B4A0A90 for ; Sat, 27 May 2023 06:10:26 +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: <1685167435.73c49ce75c6b851c918f84abcdd1fe221dba6bb4.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/survey-4.2.0_alpha.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 X-VCS-Branch: master Date: Sat, 27 May 2023 06:10:26 +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: 0c49f83b-159b-4a90-b32a-b565bd9a765a X-Archives-Hash: cf28e90a5ecebad3d8b525836f0823c7 Message-ID: <20230527061026.s5yDG5ihKWksY1KyZsEZSeQPQWaXxpW1S9vpyxo7Htk@z> commit: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 27 06:03:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 06:03:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73c49ce7 dev-python/survey: disable py3.10 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/survey-4.2.0_alpha.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild index 240097f0e..f028ba416 100644 --- a/dev-python/survey/survey-4.2.0_alpha.ebuild +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 MY_PV=${PV/_/-}