* [gentoo-commits] gentoo-x86 commit in dev-python/fabric: fabric-1.10.0.ebuild ChangeLog
@ 2014-10-08 8:54 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-10-08 8:54 UTC (permalink / raw
To: gentoo-commits
idella4 14/10/08 08:54:29
Modified: fabric-1.10.0.ebuild ChangeLog
Log:
remove erronoeous test bug from test phase
(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.10.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?r1=1.1&r2=1.2
Index: fabric-1.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fabric-1.10.0.ebuild 18 Sep 2014 09:17:55 -0000 1.1
+++ fabric-1.10.0.ebuild 8 Oct 2014 08:54:29 -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.10.0.ebuild,v 1.1 2014/09/18 09:17:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.2 2014/10/08 08:54:29 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 ) # py2 only
@@ -58,7 +58,6 @@
}
python_test() {
- # https://github.com/fabric/fabric/issues/1193
nosetests tests || die "Tests failed under ${EPYTHON}"
}
1.50 dev-python/fabric/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 18 Sep 2014 09:38:26 -0000 1.49
+++ ChangeLog 8 Oct 2014 08:54:29 -0000 1.50
@@ -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.49 2014/09/18 09:38:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.50 2014/10/08 08:54:29 idella4 Exp $
+
+ 08 Oct 2014; Ian Delaney <idella4@gentoo.org> fabric-1.10.0.ebuild:
+ remove erronoeous test bug from test phase
*fabric-1.10.0.ebuild
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fabric: fabric-1.10.0.ebuild ChangeLog
@ 2014-11-07 4:29 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-11-07 4:29 UTC (permalink / raw
To: gentoo-commits
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 <idella4@gentoo.org> fabric-1.10.0.ebuild:
+ ditto to fabric-1.10.0.ebuild wrt Bug #528154
06 Nov 2014; Ian Delaney <idella4@gentoo.org> fabric-1.9.1.ebuild:
Set required bordering to dep paramiko, fixes Bug #528154
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-07 4:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 8:54 [gentoo-commits] gentoo-x86 commit in dev-python/fabric: fabric-1.10.0.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2014-11-07 4:29 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox