From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B023B15808A for ; Wed, 06 Aug 2025 06:07:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9CEE134069F for ; Wed, 06 Aug 2025 06:07:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9148711036D; Wed, 06 Aug 2025 06:07:09 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 86E4811036D for ; Wed, 06 Aug 2025 06:07:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F2F33C84E for ; Wed, 06 Aug 2025 06:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC50A32A1 for ; Wed, 06 Aug 2025 06:07:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1754460407.e220ba4963ef4c3e757831b59fd3fc5684f10a77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tokenize-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild X-VCS-Directories: dev-python/tokenize-rt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e220ba4963ef4c3e757831b59fd3fc5684f10a77 X-VCS-Branch: master Date: Wed, 06 Aug 2025 06:07:07 +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: 08db0101-9fa1-490c-ae0e-1345091508bf X-Archives-Hash: c1b1ba4225df057a1d1726bfb9d4ecdc commit: e220ba4963ef4c3e757831b59fd3fc5684f10a77 Author: Sam James gentoo org> AuthorDate: Wed Aug 6 06:06:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 6 06:06:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e220ba49 dev-python/tokenize-rt: Keyword 6.2.0 alpha, #961129 Signed-off-by: Sam James gentoo.org> dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild b/dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild index cec2993c4c0f..f03ec09ea09d 100644 --- a/dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild +++ b/dev-python/tokenize-rt/tokenize-rt-6.2.0.ebuild @@ -20,6 +20,6 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="~alpha amd64 ~arm arm64 x86" distutils_enable_tests pytest