Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/
Date: Fri, 27 Nov 2015 10:04:46
Message-Id: 1448618628.e68d1e197effc2654454e9f56add2563390f2ebe.marbre@gentoo
1 commit: e68d1e197effc2654454e9f56add2563390f2ebe
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Nov 27 10:03:48 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Nov 27 10:03:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e68d1e19
7
8 dev-python/qtconsole: Version bump; state dependencies more precisely
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/qtconsole/ChangeLog | 6 ++++++
13 .../qtconsole/{qtconsole-4.1.0.ebuild => qtconsole-4.1.1.ebuild} | 6 +++---
14 2 files changed, 9 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog
17 index 34ac84d..565b466 100644
18 --- a/dev-python/qtconsole/ChangeLog
19 +++ b/dev-python/qtconsole/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 +*qtconsole-4.1.1 (27 Nov 2015)
25 +
26 + 27 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +qtconsole-4.1.1.ebuild, -qtconsole-4.1.0.ebuild:
28 + dev-python/qtconsole: Version bump; state dependencies more precisely
29 +
30 *qtconsole-4.1.0 (16 Oct 2015)
31
32 16 Oct 2015; Marius Brehler <marbre@××××××××××××××.de>
33
34 diff --git a/dev-python/qtconsole/qtconsole-4.1.0.ebuild b/dev-python/qtconsole/qtconsole-4.1.1.ebuild
35 similarity index 89%
36 rename from dev-python/qtconsole/qtconsole-4.1.0.ebuild
37 rename to dev-python/qtconsole/qtconsole-4.1.1.ebuild
38 index cc13663..6c23042 100644
39 --- a/dev-python/qtconsole/qtconsole-4.1.0.ebuild
40 +++ b/dev-python/qtconsole/qtconsole-4.1.1.ebuild
41 @@ -20,12 +20,12 @@ IUSE="doc test"
42
43 RDEPEND="
44 dev-python/ipykernel[${PYTHON_USEDEP}]
45 - dev-python/jupyter_client[${PYTHON_USEDEP}]
46 + >=dev-python/jupyter_client-4.1.1[${PYTHON_USEDEP}]
47 "
48 DEPEND="${RDEPEND}
49 doc? (
50 - dev-python/ipython[${PYTHON_USEDEP}]
51 - dev-python/sphinx[${PYTHON_USEDEP}]
52 + >=dev-python/ipython-4.0.0-r2[${PYTHON_USEDEP}]
53 + >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}]
54 )
55 test? (
56 >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]