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 E5F54158090 for ; Sun, 29 May 2022 21:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD984E095A; Sun, 29 May 2022 21:05:03 +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 A70C4E0956 for ; Sun, 29 May 2022 21:05:03 +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 7D793341934 for ; Sun, 29 May 2022 21:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B72404F8 for ; Sun, 29 May 2022 21:04:57 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653858292.2aa9cece056c77f2256c7268392af16d1033092d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-zunclient/python-zunclient-4.5.0.ebuild X-VCS-Directories: dev-python/python-zunclient/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 2aa9cece056c77f2256c7268392af16d1033092d X-VCS-Branch: dev Date: Sun, 29 May 2022 21:04:57 +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: 04b72483-3ac0-452d-8d19-a231180bb6c8 X-Archives-Hash: 6531f9627573e08ab37bcd9a6432c372 commit: 2aa9cece056c77f2256c7268392af16d1033092d Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 20:54:40 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 21:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece dev-python/python-zunclient: enable py3.10 Closes: https://bugs.gentoo.org/848336 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild index a761a1c40..6ff7dba8d 100644 --- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild +++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1