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 7E695158087 for ; Tue, 14 Dec 2021 16:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 371BC2BC05A; Tue, 14 Dec 2021 16:54:14 +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 A5E512BC056 for ; Tue, 14 Dec 2021 16:54:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EDAF23435BC for ; Tue, 14 Dec 2021 16:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F3624E for ; Tue, 14 Dec 2021 16:54:07 +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: <1639500841.e691744fe9b7a3a34e9b9dd65d13f50326698956.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moto/moto-2.2.18.ebuild X-VCS-Directories: dev-python/moto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e691744fe9b7a3a34e9b9dd65d13f50326698956 X-VCS-Branch: master Date: Tue, 14 Dec 2021 16:54:07 +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: 8951a919-5fe6-4d7a-bfc5-db16b3d3d737 X-Archives-Hash: 638fa46d02e43a9411fe7be6d3346678 commit: e691744fe9b7a3a34e9b9dd65d13f50326698956 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 14 13:45:46 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 14 16:54:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e691744f dev-python/moto: Restrict boto3 version due to test failures Signed-off-by: Michał Górny gentoo.org> dev-python/moto/moto-2.2.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/moto/moto-2.2.18.ebuild b/dev-python/moto/moto-2.2.18.ebuild index c441cb0f4e77..c5422f9abca3 100644 --- a/dev-python/moto/moto-2.2.18.ebuild +++ b/dev-python/moto/moto-2.2.18.ebuild @@ -25,8 +25,8 @@ RDEPEND=" >=dev-python/idna-2.5[${PYTHON_USEDEP}] >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}] >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}] - >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}] - >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}] +