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 2C934158094 for ; Mon, 19 Sep 2022 19:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 084A0E0863; Mon, 19 Sep 2022 19:02:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44500E0864 for ; Mon, 19 Sep 2022 19:02:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63A0B340DB5 for ; Mon, 19 Sep 2022 19:02:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A6B5E8 for ; Mon, 19 Sep 2022 19:02:15 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1663614128.53f2e2c041743d14b2f22c44fcb505ab57ac2dc1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yamlpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yamlpath/yamlpath-3.6.5.ebuild X-VCS-Directories: dev-python/yamlpath/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 53f2e2c041743d14b2f22c44fcb505ab57ac2dc1 X-VCS-Branch: master Date: Mon, 19 Sep 2022 19:02:15 +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: dbfe26b0-d586-4621-b43b-e60d606a9f3f X-Archives-Hash: ad56c066809747d3f81a4d55a2c322fb commit: 53f2e2c041743d14b2f22c44fcb505ab57ac2dc1 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 19 19:01:32 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 19 19:02:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f2e2c0 dev-python/yamlpath: enable py3.11 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/yamlpath/yamlpath-3.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yamlpath/yamlpath-3.6.5.ebuild b/dev-python/yamlpath/yamlpath-3.6.5.ebuild index 234c02f9ca7f..e236b9aeee0e 100644 --- a/dev-python/yamlpath/yamlpath-3.6.5.ebuild +++ b/dev-python/yamlpath/yamlpath-3.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Command-line processors for YAML/JSON/Compatible data"