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 BA912158090 for ; Sun, 1 May 2022 11:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD243E09DD; Sun, 1 May 2022 11:49:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 3FC28E0101 for ; Sun, 1 May 2022 11:49:26 +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 4D24C34172F for ; Sun, 1 May 2022 11:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B271F430 for ; Sun, 1 May 2022 11:49:23 +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: <1651405760.25532292fb3fb81b9bc33fa7cea0d3b86f5fde4c.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-r1.ebuild dev-python/pydantic/pydantic-1.9.0-r2.ebuild dev-python/pydantic/pydantic-1.9.0-r3.ebuild dev-python/pydantic/pydantic-1.9.0.ebuild X-VCS-Directories: dev-python/pydantic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25532292fb3fb81b9bc33fa7cea0d3b86f5fde4c X-VCS-Branch: master Date: Sun, 1 May 2022 11:49:23 +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: b6121319-828d-405f-bfa3-ad138acefcd8 X-Archives-Hash: fa1b4c9d375826ef58889560772b61ad commit: 25532292fb3fb81b9bc33fa7cea0d3b86f5fde4c Author: Michał Górny gentoo org> AuthorDate: Sun May 1 10:26:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 1 11:49:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25532292 dev-python/pydantic: Require old python-email-validator for tests Signed-off-by: Michał Górny gentoo.org> dev-python/pydantic/{pydantic-1.9.0.ebuild => pydantic-1.9.0-r2.ebuild} | 2 +- .../pydantic/{pydantic-1.9.0-r1.ebuild => pydantic-1.9.0-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pydantic/pydantic-1.9.0.ebuild b/dev-python/pydantic/pydantic-1.9.0-r2.ebuild similarity index 96% rename from dev-python/pydantic/pydantic-1.9.0.ebuild rename to dev-python/pydantic/pydantic-1.9.0-r2.ebuild index 958836539afa..fa8a4597f362 100644 --- a/dev-python/pydantic/pydantic-1.9.0.ebuild +++ b/dev-python/pydantic/pydantic-1.9.0-r2.ebuild @@ -23,7 +23,7 @@ BDEPEND=" dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] - dev-python/python-email-validator[${PYTHON_USEDEP}] +