idella4 14/06/24 10:03:58 Modified: fabric-1.9.0.ebuild ChangeLog Log: re-set paramiko in RDEPEND, noted by Arfrever (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/fabric/fabric-1.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.9.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.9.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.9.0.ebuild?r1=1.1&r2=1.2 Index: fabric-1.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.9.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fabric-1.9.0.ebuild 12 Jun 2014 09:13:50 -0000 1.1 +++ fabric-1.9.0.ebuild 24 Jun 2014 10:03:58 -0000 1.2 @@ -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.9.0.ebuild,v 1.1 2014/06/12 09:13:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.9.0.ebuild,v 1.2 2014/06/24 10:03:58 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86" IUSE="doc test" -RDEPEND="<dev-python/paramiko-1.13[${PYTHON_USEDEP}]" +# since 'paramiko>=1.10' is what we have in portage, paramiko can be set unversioned +RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) 1.45 dev-python/fabric/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 12 Jun 2014 09:13:50 -0000 1.44 +++ ChangeLog 24 Jun 2014 10:03:58 -0000 1.45 @@ -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.44 2014/06/12 09:13:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.45 2014/06/24 10:03:58 idella4 Exp $ + + 24 Jun 2014; Ian Delaney <[email protected]> fabric-1.9.0.ebuild: + re-set paramiko in RDEPEND, noted by Arfrever *fabric-1.9.0 (12 Jun 2014)
