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 EEDE515807A for ; Sun, 08 Jun 2025 12:13:32 +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 DA552343196 for ; Sun, 08 Jun 2025 12:13:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5DBE01104A8; Sun, 08 Jun 2025 12:13:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5112E1104A8 for ; Sun, 08 Jun 2025 12:13:13 +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 105683430FF for ; Sun, 08 Jun 2025 12:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 713B22984 for ; Sun, 08 Jun 2025 12:13:10 +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: <1749384740.1354282009a49c3da18efe064eb187caaa0c38fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansible-compat/ansible-compat-25.5.0.ebuild X-VCS-Directories: dev-python/ansible-compat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1354282009a49c3da18efe064eb187caaa0c38fe X-VCS-Branch: master Date: Sun, 08 Jun 2025 12:13:10 +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: 93a72ece-eace-4f95-9c25-ce8940cefd45 X-Archives-Hash: 4635bc0ce084149fb9489f0eab80dba6 commit: 1354282009a49c3da18efe064eb187caaa0c38fe Author: idealseal protonmail com> AuthorDate: Sun Jun 8 10:29:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 12:12:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13542820 dev-python/ansible-compat: enable py3.14 Signed-off-by: idealseal protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42347 Closes: https://github.com/gentoo/gentoo/pull/42347 Signed-off-by: Sam James gentoo.org> dev-python/ansible-compat/ansible-compat-25.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ansible-compat/ansible-compat-25.5.0.ebuild b/dev-python/ansible-compat/ansible-compat-25.5.0.ebuild index 435c6f43ce3f..76b5e8d3a3af 100644 --- a/dev-python/ansible-compat/ansible-compat-25.5.0.ebuild +++ b/dev-python/ansible-compat/ansible-compat-25.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" RDEPEND=" - >=app-admin/ansible-core-2.18.1[${PYTHON_USEDEP}] + >=app-admin/ansible-core-2.18.6[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]