idella4     14/03/22 04:24:16

  Modified:             alembic-0.6.0.ebuild alembic-0.6.3.ebuild ChangeLog
  Log:
  update deps for test phase, fixes Bug #501362 by our Patrick
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/alembic/alembic-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?r1=1.1&r2=1.2

Index: alembic-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alembic-0.6.0.ebuild        22 Oct 2013 03:05:48 -0000      1.1
+++ alembic-0.6.0.ebuild        22 Mar 2014 04:24:16 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 
1.1 2013/10/22 03:05:48 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 
1.2 2014/03/22 04:24:16 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )



1.2                  dev-python/alembic/alembic-0.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?r1=1.1&r2=1.2

Index: alembic-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alembic-0.6.3.ebuild        15 Feb 2014 08:56:54 -0000      1.1
+++ alembic-0.6.3.ebuild        22 Mar 2014 04:24:16 -0000      1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 
1.1 2014/02/15 08:56:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 
1.2 2014/03/22 04:24:16 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
-RESTRICT="test" # 501362
+#RESTRICT="test" # 501362
 
 inherit distutils-r1
 
@@ -18,13 +18,14 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="test doc"
 
-RDEPEND=">=dev-python/sqlalchemy-0.7.9
-       dev-python/mako
+RDEPEND=">=dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}]
+       dev-python/mako[${PYTHON_USEDEP}]
        virtual/python-argparse[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}] )"
+               dev-python/mock[${PYTHON_USEDEP}]
+               ~dev-python/sqlalchemy-0.8.2[${PYTHON_USEDEP}] )"
 
 python_install_all() {
        use doc && local HTML_DOCS=( docs/. )



1.11                 dev-python/alembic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   15 Feb 2014 08:56:54 -0000      1.10
+++ ChangeLog   22 Mar 2014 04:24:16 -0000      1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/alembic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.10 
2014/02/15 08:56:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.11 
2014/03/22 04:24:16 idella4 Exp $
+
+  22 Mar 2014; Ian Delaney <idel...@gentoo.org> alembic-0.6.0.ebuild,
+  alembic-0.6.3.ebuild:
+  update deps for test phase, fixes Bug #501362 by our Patrick
 
 *alembic-0.6.3 (15 Feb 2014)
 




Reply via email to