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 8AEE015939F for ; Thu, 11 Jul 2024 19:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A032BC0D9; Thu, 11 Jul 2024 19:23:47 +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 983DA2BC0DB for ; Thu, 11 Jul 2024 19:23:47 +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 B35DF33BF29 for ; Thu, 11 Jul 2024 19:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09FC91E1F for ; Thu, 11 Jul 2024 19:23:44 +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: <1720725814.b47b3824dd78a6af0c69b84a066f96cd33309a25.mgorny@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.8.2.ebuild X-VCS-Directories: dev-python/pydantic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b47b3824dd78a6af0c69b84a066f96cd33309a25 X-VCS-Branch: master Date: Thu, 11 Jul 2024 19:23: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: 447713f3-7b60-4158-b2de-0db8e615f9c3 X-Archives-Hash: 3476120718572c19b02b1d2bb583fb06 commit: b47b3824dd78a6af0c69b84a066f96cd33309a25 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 11 18:52:38 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 11 19:23:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47b3824 dev-python/pydantic: Extend py3.13 testing to all deps Signed-off-by: Michał Górny gentoo.org> dev-python/pydantic/pydantic-2.8.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pydantic/pydantic-2.8.2.ebuild b/dev-python/pydantic/pydantic-2.8.2.ebuild index 3105611662a1..7433cfe9a017 100644 --- a/dev-python/pydantic/pydantic-2.8.2.ebuild +++ b/dev-python/pydantic/pydantic-2.8.2.ebuild @@ -26,9 +26,7 @@ RDEPEND=" BDEPEND=" >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}] test? ( - $(python_gen_cond_dep ' - dev-python/cloudpickle[${PYTHON_USEDEP}] - ' 3.{10..12}) + dev-python/cloudpickle[${PYTHON_USEDEP}] dev-python/dirty-equals[${PYTHON_USEDEP}] >=dev-python/email-validator-2.0.0[${PYTHON_USEDEP}] >=dev-python/Faker-18.13.0[${PYTHON_USEDEP}]