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 A96271584AD for ; Sat, 19 Apr 2025 13:20:12 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7308D3430D3 for ; Sat, 19 Apr 2025 13:20:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8C3041104B8; Sat, 19 Apr 2025 13:20:04 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 823E91104B8 for ; Sat, 19 Apr 2025 13:20:04 +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 4013934307A for ; Sat, 19 Apr 2025 13:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A8192408 for ; Sat, 19 Apr 2025 13:20:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1745068779.7976c103b74d6f99981f296ff2b465581eec0262.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/json5/json5-0.12.0.ebuild X-VCS-Directories: dev-python/json5/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7976c103b74d6f99981f296ff2b465581eec0262 X-VCS-Branch: master Date: Sat, 19 Apr 2025 13:20:01 +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: 2b69e863-1f07-4b4f-812c-9f29be41e3e8 X-Archives-Hash: 81feac31cee607e2f03d0eeca831b2b4 commit: 7976c103b74d6f99981f296ff2b465581eec0262 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 19 13:16:45 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 19 13:19:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7976c103 dev-python/json5: Stabilize 0.12.0 ALLARCHES, #954073 Signed-off-by: Michał Górny gentoo.org> dev-python/json5/json5-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/json5/json5-0.12.0.ebuild b/dev-python/json5/json5-0.12.0.ebuild index f018cc63f564..7d4bd4afbc6c 100644 --- a/dev-python/json5/json5-0.12.0.ebuild +++ b/dev-python/json5/json5-0.12.0.ebuild @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" distutils_enable_tests pytest