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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6411D138359 for ; Thu, 20 Aug 2020 11:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B3BE0CB0; Thu, 20 Aug 2020 11:39:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CB4FE0B4B for ; Thu, 20 Aug 2020 11:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C171134F39E for ; Thu, 20 Aug 2020 11:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8CF32C for ; Thu, 20 Aug 2020 11:39:55 +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: <1597923586.b161791ca46c864c3ecac9c6c424371f36004a85.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jedi/jedi-0.15.2.ebuild dev-python/jedi/jedi-0.17.1-r1.ebuild dev-python/jedi/jedi-0.17.2-r1.ebuild dev-python/jedi/jedi-0.17.2.ebuild X-VCS-Directories: dev-python/jedi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b161791ca46c864c3ecac9c6c424371f36004a85 X-VCS-Branch: master Date: Thu, 20 Aug 2020 11:39:55 +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: 82afb9cd-42c5-4387-8b9f-4ec5b78b6167 X-Archives-Hash: f5b61e6407a361b9f10e67239282080b commit: b161791ca46c864c3ecac9c6c424371f36004a85 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 20 11:38:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 20 11:39:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b161791c dev-python/jedi: Require parso-0.7* Closes: https://bugs.gentoo.org/738178 Signed-off-by: Michał Górny gentoo.org> dev-python/jedi/jedi-0.15.2.ebuild | 2 +- dev-python/jedi/jedi-0.17.1-r1.ebuild | 2 +- dev-python/jedi/{jedi-0.17.2.ebuild => jedi-0.17.2-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/jedi/jedi-0.15.2.ebuild b/dev-python/jedi/jedi-0.15.2.ebuild index 3cd8bc1d336..2e947e857c7 100644 --- a/dev-python/jedi/jedi-0.15.2.ebuild +++ b/dev-python/jedi/jedi-0.15.2.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -RDEPEND=">=dev-python/parso-0.5.2[${PYTHON_USEDEP}]" +RDEPEND="