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 C3015158090 for ; Mon, 30 May 2022 13:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26FFE092B; Mon, 30 May 2022 13:17:18 +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 A82CDE092B for ; Mon, 30 May 2022 13:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0FFC3418F9 for ; Mon, 30 May 2022 13:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A29B44D7 for ; Mon, 30 May 2022 13:17:15 +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: <1653916632.bc302c1591868fc22b41dc8263c9df06e969a26b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-designateclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-designateclient/python-designateclient-4.5.0.ebuild X-VCS-Directories: dev-python/python-designateclient/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: bc302c1591868fc22b41dc8263c9df06e969a26b X-VCS-Branch: dev Date: Mon, 30 May 2022 13:17:15 +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: 6dbe9570-8e93-42e2-b65f-1dd2134c1a5f X-Archives-Hash: b55efe67fbb598a6d78908e0d2dc89fd commit: bc302c1591868fc22b41dc8263c9df06e969a26b Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 13:03:26 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 13:17:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc302c15 dev-python/python-designateclient: enable py3.10 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-designateclient/python-designateclient-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild index bfbb8932b..c862f0f6f 100644 --- a/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild +++ b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_IGNORE=( designateclient/functionaltests/ ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1