idella4 14/11/07 04:29:53 Modified: fabric-1.10.0.ebuild ChangeLog Log: ditto to fabric-1.10.0.ebuild wrt Bug #528154 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/fabric/fabric-1.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?r1=1.2&r2=1.3 Index: fabric-1.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fabric-1.10.0.ebuild 8 Oct 2014 08:54:29 -0000 1.2 +++ fabric-1.10.0.ebuild 7 Nov 2014 04:29:53 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.2 2014/10/08 08:54:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.3 2014/11/07 04:29:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) # py2 only @@ -19,16 +19,18 @@ KEYWORDS="~amd64 ~x86" IUSE="doc test" -# since 'paramiko>=1.10' is what we have in portage, paramiko can be set unversioned -RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/paramiko-1.10[${PYTHON_USEDEP}] + <dev-python/paramiko-1.13[${PYTHON_USEDEP}] + " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/python-docs-2.7.6-r1:2.7 - dev-python/alabaster[${PYTHON_USEDEP}] ) + >=dev-python/python-docs-2.7.6-r1:2.7 + dev-python/alabaster[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] - <dev-python/fudge-1.0[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] )" + <dev-python/fudge-1.0[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.52 dev-python/fabric/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 6 Nov 2014 03:27:54 -0000 1.51 +++ ChangeLog 7 Nov 2014 04:29:53 -0000 1.52 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fabric # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.51 2014/11/06 03:27:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.52 2014/11/07 04:29:53 idella4 Exp $ + + 07 Nov 2014; Ian Delaney <[email protected]> fabric-1.10.0.ebuild: + ditto to fabric-1.10.0.ebuild wrt Bug #528154 06 Nov 2014; Ian Delaney <[email protected]> fabric-1.9.1.ebuild: Set required bordering to dep paramiko, fixes Bug #528154
