From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6AD01384B4 for ; Fri, 27 Nov 2015 10:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7891621C0C7; Fri, 27 Nov 2015 10:04:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19EEB21C0C7 for ; Fri, 27 Nov 2015 10:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DD03340139 for ; Fri, 27 Nov 2015 10:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8707D9A1 for ; Fri, 27 Nov 2015 10:04:42 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1448618628.e68d1e197effc2654454e9f56add2563390f2ebe.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/ChangeLog dev-python/qtconsole/qtconsole-4.1.0.ebuild dev-python/qtconsole/qtconsole-4.1.1.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: e68d1e197effc2654454e9f56add2563390f2ebe X-VCS-Branch: master Date: Fri, 27 Nov 2015 10:04:42 +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: 42c6322e-c08d-4208-ba96-f52385521379 X-Archives-Hash: f2e8cfaa2790418d66499e837e5f64d0 commit: e68d1e197effc2654454e9f56add2563390f2ebe Author: Marius Brehler linux sungazer de> AuthorDate: Fri Nov 27 10:03:48 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Nov 27 10:03:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e68d1e19 dev-python/qtconsole: Version bump; state dependencies more precisely Package-Manager: portage-2.2.20.1 dev-python/qtconsole/ChangeLog | 6 ++++++ .../qtconsole/{qtconsole-4.1.0.ebuild => qtconsole-4.1.1.ebuild} | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog index 34ac84d..565b466 100644 --- a/dev-python/qtconsole/ChangeLog +++ b/dev-python/qtconsole/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*qtconsole-4.1.1 (27 Nov 2015) + + 27 Nov 2015; Marius Brehler + +qtconsole-4.1.1.ebuild, -qtconsole-4.1.0.ebuild: + dev-python/qtconsole: Version bump; state dependencies more precisely + *qtconsole-4.1.0 (16 Oct 2015) 16 Oct 2015; Marius Brehler diff --git a/dev-python/qtconsole/qtconsole-4.1.0.ebuild b/dev-python/qtconsole/qtconsole-4.1.1.ebuild similarity index 89% rename from dev-python/qtconsole/qtconsole-4.1.0.ebuild rename to dev-python/qtconsole/qtconsole-4.1.1.ebuild index cc13663..6c23042 100644 --- a/dev-python/qtconsole/qtconsole-4.1.0.ebuild +++ b/dev-python/qtconsole/qtconsole-4.1.1.ebuild @@ -20,12 +20,12 @@ IUSE="doc test" RDEPEND=" dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] + >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} doc? ( - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}] ) test? ( >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]