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 6FDD9138334 for ; Tue, 6 Nov 2018 20:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD5EE08F5; Tue, 6 Nov 2018 20:05:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0F229E08F5 for ; Tue, 6 Nov 2018 20:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5A470335C36 for ; Tue, 6 Nov 2018 20:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0753DD for ; Tue, 6 Nov 2018 20:05:45 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1541534630.1f22b2eec0723c5359ec20c03bccf9fdc0d8510f.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-5.4.1-r1.ebuild dev-python/ipython/ipython-5.8.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 1f22b2eec0723c5359ec20c03bccf9fdc0d8510f X-VCS-Branch: master Date: Tue, 6 Nov 2018 20:05:45 +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-Archives-Salt: 3be6d1ce-1645-4eea-abd0-55c9a0739227 X-Archives-Hash: 5443a6e579765a6b757607087a8bad15 commit: 1f22b2eec0723c5359ec20c03bccf9fdc0d8510f Author: Louis Sautier gentoo org> AuthorDate: Tue Nov 6 19:56:07 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Nov 6 20:03:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f22b2ee dev-python/ipython: enforce dependency on < prompt_toolkit-2 Closes: https://bugs.gentoo.org/669926 Signed-off-by: Louis Sautier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/ipython/ipython-5.4.1-r1.ebuild | 3 ++- dev-python/ipython/ipython-5.8.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/ipython/ipython-5.4.1-r1.ebuild b/dev-python/ipython/ipython-5.4.1-r1.ebuild index 787088fd8d6..39d2a6d696d 100644 --- a/dev-python/ipython/ipython-5.4.1-r1.ebuild +++ b/dev-python/ipython/ipython-5.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ CDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}] + =dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] diff --git a/dev-python/ipython/ipython-5.8.0.ebuild b/dev-python/ipython/ipython-5.8.0.ebuild index 8f191191e87..7d8b1e5a7f1 100644 --- a/dev-python/ipython/ipython-5.8.0.ebuild +++ b/dev-python/ipython/ipython-5.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ CDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}] + =dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]