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 EE59D158090 for ; Wed, 11 May 2022 17:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFC4FE0950; Wed, 11 May 2022 17:55:00 +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 A6D91E0946 for ; Wed, 11 May 2022 17:55:00 +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 C2AB7341825 for ; Wed, 11 May 2022 17:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF0F3BF for ; Wed, 11 May 2022 17:54:56 +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: <1652291690.b009df1d27d21325d2e9b04bff23b1a8f3977b4a.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-1.9.0-r3.ebuild dev-python/pydantic/pydantic-1.9.0-r4.ebuild X-VCS-Directories: dev-python/pydantic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b009df1d27d21325d2e9b04bff23b1a8f3977b4a X-VCS-Branch: master Date: Wed, 11 May 2022 17:54:56 +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: 6c83837b-b3b6-4ea5-930a-153917c6e2ec X-Archives-Hash: 5c23fcdc47f3bba2a515488cc003e453 commit: b009df1d27d21325d2e9b04bff23b1a8f3977b4a Author: Michał Górny gentoo org> AuthorDate: Wed May 11 17:51:28 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 11 17:54:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b009df1d dev-python/pydantic: Unblock new python-email-validator release The upstream has reverted the breaking changes. Signed-off-by: Michał Górny gentoo.org> .../pydantic/{pydantic-1.9.0-r3.ebuild => pydantic-1.9.0-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydantic/pydantic-1.9.0-r3.ebuild b/dev-python/pydantic/pydantic-1.9.0-r4.ebuild similarity index 96% rename from dev-python/pydantic/pydantic-1.9.0-r3.ebuild rename to dev-python/pydantic/pydantic-1.9.0-r4.ebuild index b03e0eca857f..e7687b5727a4 100644 --- a/dev-python/pydantic/pydantic-1.9.0-r3.ebuild +++ b/dev-python/pydantic/pydantic-1.9.0-r4.ebuild @@ -25,7 +25,7 @@ BDEPEND=" dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] - =dev-python/python-email-validator-1.2.1[${PYTHON_USEDEP}] ) "