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 BD7361582EF for ; Sat, 08 Feb 2025 11:15:50 +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 A627A3431ED for ; Sat, 08 Feb 2025 11:15:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F2FFD110471; Sat, 08 Feb 2025 11:15:46 +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 EAC4A110471 for ; Sat, 08 Feb 2025 11:15:46 +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 9D61034301F for ; Sat, 08 Feb 2025 11:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F21A826CA for ; Sat, 08 Feb 2025 11:15:44 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1739013333.e02711d94fa80dcb03afcd76b88feaef08a0b57a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-path/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild X-VCS-Directories: dev-python/jsonschema-path/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e02711d94fa80dcb03afcd76b88feaef08a0b57a X-VCS-Branch: master Date: Sat, 08 Feb 2025 11:15:44 +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: f85fec81-92d4-4602-b23f-2ba3d60b852f X-Archives-Hash: 30e43c2d0f87fda6030dd1422c043a34 commit: e02711d94fa80dcb03afcd76b88feaef08a0b57a Author: Jakov Smolić gentoo org> AuthorDate: Sat Feb 8 11:15:33 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Feb 8 11:15:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02711d9 dev-python/jsonschema-path: Stabilize 0.3.4 ALLARCHES, #949433 Signed-off-by: Jakov Smolić gentoo.org> dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild b/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild index 044b279d3ad3..a4fadca0170d 100644 --- a/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild +++ b/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" # requests seem "optional" but they failed at properly making it # optional in poetry, sigh