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 B94A415808C for ; Mon, 7 Feb 2022 16:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97EBD2BC009; Mon, 7 Feb 2022 16:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F05C42BC004 for ; Mon, 7 Feb 2022 16:17:54 +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 B6ED0342F34 for ; Mon, 7 Feb 2022 16:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15BE8285 for ; Mon, 7 Feb 2022 16:17:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1644250664.9ac5d395fe625b3d8b28b4ed0722324eb6e1f5cf.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-lint/ansible-lint-5.3.2.ebuild X-VCS-Directories: app-admin/ansible-lint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9ac5d395fe625b3d8b28b4ed0722324eb6e1f5cf X-VCS-Branch: master Date: Mon, 7 Feb 2022 16:17:52 +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: e1e577b6-15b0-4de4-a8c9-b573ca23c7ba X-Archives-Hash: f2f3ae680715507abe02f91dd771a65a commit: 9ac5d395fe625b3d8b28b4ed0722324eb6e1f5cf Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 7 13:33:57 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Feb 7 16:17:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac5d395 app-admin/ansible-lint: enable py3.10 Signed-off-by: Marek Szuba gentoo.org> app-admin/ansible-lint/ansible-lint-5.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-admin/ansible-lint/ansible-lint-5.3.2.ebuild b/app-admin/ansible-lint/ansible-lint-5.3.2.ebuild index bb484dbbc409..cd32e262ace6 100644 --- a/app-admin/ansible-lint/ansible-lint-5.3.2.ebuild +++ b/app-admin/ansible-lint/ansible-lint-5.3.2.ebuild @@ -3,8 +3,7 @@ EAPI=8 -# TODO: py310 - blocked by <=dev-util/yamllint-1.26.3 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 optfeature