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 727B615807A for ; Mon, 09 Jun 2025 06:51:30 +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 5F532343109 for ; Mon, 09 Jun 2025 06:51:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6460D11047D; Mon, 09 Jun 2025 06:51:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 601F011047D for ; Mon, 09 Jun 2025 06:51:22 +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 1B7E9343109 for ; Mon, 09 Jun 2025 06:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 841FE29A0 for ; Mon, 09 Jun 2025 06:51:20 +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: <1749451595.c4f113a22590a150b427270b18c126138ced7233.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydantic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydantic/pydantic-2.11.5.ebuild X-VCS-Directories: dev-python/pydantic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4f113a22590a150b427270b18c126138ced7233 X-VCS-Branch: master Date: Mon, 09 Jun 2025 06:51:20 +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: 294444e6-8bc1-43c3-bd82-827c1debd1ef X-Archives-Hash: 93fe57dc35c9b6a679d10f996a9205a2 commit: c4f113a22590a150b427270b18c126138ced7233 Author: Sam James gentoo org> AuthorDate: Mon Jun 9 06:46:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 06:46:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f113a2 dev-python/pydantic: add upstream link wrt py3.14 Signed-off-by: Sam James gentoo.org> dev-python/pydantic/pydantic-2.11.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pydantic/pydantic-2.11.5.ebuild b/dev-python/pydantic/pydantic-2.11.5.ebuild index 5dccf16ec757..b5c3e1f9590d 100644 --- a/dev-python/pydantic/pydantic-2.11.5.ebuild +++ b/dev-python/pydantic/pydantic-2.11.5.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling +# py3.14: https://github.com/pydantic/pydantic/issues/11613 PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi