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 14A20158092 for ; Mon, 30 May 2022 17:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C14E0845; Mon, 30 May 2022 17:21:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 19EE8E0845 for ; Mon, 30 May 2022 17:21:46 +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 30684341857 for ; Mon, 30 May 2022 17:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75BC48C for ; Mon, 30 May 2022 17:21:42 +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: <1653930367.88d8e8e9aa88b60ad565d9b5934d85953a3e2f05.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rpmlint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rpmlint/rpmlint-2.3.0.ebuild X-VCS-Directories: dev-util/rpmlint/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 88d8e8e9aa88b60ad565d9b5934d85953a3e2f05 X-VCS-Branch: dev Date: Mon, 30 May 2022 17:21:42 +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: 02e12e19-cdf7-4305-9f67-bdb6207fc8b1 X-Archives-Hash: e9ba12815df34f6da9430bd3a35bf131 commit: 88d8e8e9aa88b60ad565d9b5934d85953a3e2f05 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 17:06:07 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 17:06:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88d8e8e9 dev-util/rpmlint: enable py3.10 Signed-off-by: Alessandro Barbieri gmail.com> dev-util/rpmlint/rpmlint-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rpmlint/rpmlint-2.3.0.ebuild b/dev-util/rpmlint/rpmlint-2.3.0.ebuild index 504b62e67..fd823edea 100644 --- a/dev-util/rpmlint/rpmlint-2.3.0.ebuild +++ b/dev-util/rpmlint/rpmlint-2.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1