jlec 15/06/02 08:01:03 Modified: ipython-3.1.0.ebuild ChangeLog Log: Fix Version of pyzmq in deps; thanks Marius Brehler for the work https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/138 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.4 dev-python/ipython/ipython-3.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild?r1=1.3&r2=1.4 Index: ipython-3.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ipython-3.1.0.ebuild 20 May 2015 04:03:28 -0000 1.3 +++ ipython-3.1.0.ebuild 2 Jun 2015 08:01:03 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.3 2015/05/20 04:03:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.4 2015/06/02 08:01:03 jlec Exp $ EAPI=5 @@ -39,7 +39,7 @@ dev-python/jsonschema[${PYTHON_USEDEP}] >=dev-python/mistune-0.5[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}] + >=dev-python/pyzmq-13[${PYTHON_USEDEP}] >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}] >=www-servers/tornado-3.1[${PYTHON_USEDEP}] ) 1.172 dev-python/ipython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.171&r2=1.172 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- ChangeLog 20 May 2015 04:03:28 -0000 1.171 +++ ChangeLog 2 Jun 2015 08:01:03 -0000 1.172 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.171 2015/05/20 04:03:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.172 2015/06/02 08:01:03 jlec Exp $ + + 02 Jun 2015; Justin Lecher <[email protected]> ipython-3.1.0.ebuild: + Fix Version of pyzmq in deps; thanks Marius Brehler for the work + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/138 20 May 2015; Jeroen Roovers <[email protected]> ipython-3.0.0.ebuild, ipython-3.1.0.ebuild:
