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 7D8F3158091 for ; Mon, 30 May 2022 06:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7C0E0936; Mon, 30 May 2022 06:39:32 +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 93D98E0936 for ; Mon, 30 May 2022 06:39:32 +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 A40FB34197B for ; Mon, 30 May 2022 06:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC8D4D4 for ; Mon, 30 May 2022 06:39:30 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1653858291.0889386176247aee8a631f544865d6e7f9c06599.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild X-VCS-Directories: dev-python/python-senlinclient/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0889386176247aee8a631f544865d6e7f9c06599 X-VCS-Branch: master Date: Mon, 30 May 2022 06:39:30 +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: 408ac9cd-1f32-4dfd-b1ef-14a1214a2f6c X-Archives-Hash: 45d3497d290e7d067bfa494853cc852e commit: 0889386176247aee8a631f544865d6e7f9c06599 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 20:50:45 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun May 29 21:04:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08893861 dev-python/python-senlinclient: enable py3.10 Closes: https://bugs.gentoo.org/848318 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild index 31fa6ed5e..ab9e9cb74 100644 --- a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild +++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_IGNORE=( senlinclient/tests/functional ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1