idella4     14/09/27 12:35:43

  Modified:             oslo-config-1.4.0.ebuild ChangeLog
  Log:
  add py3.3 support, correction and update to test phase, add commented text, 
minor tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/oslo-config/oslo-config-1.4.0.ebuild

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

Index: oslo-config-1.4.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-config-1.4.0.ebuild    22 Sep 2014 21:26:28 -0000      1.1
+++ oslo-config-1.4.0.ebuild    27 Sep 2014 12:35:43 -0000      1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.1 
2014/09/22 21:26:28 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.2 
2014/09/27 12:35:43 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit distutils-r1
 
@@ -37,12 +37,14 @@
                        >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
                        >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                )"
+# mock appears to be hard imported in test files and keeps this form
+# upstream should arguably be poked to re-write the tests accordingly
 RDEPEND=">=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
                >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
                >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]"
 
-# This time half the doc files are missing; Do you want them?
-
 python_test() {
-       nosetests tests/ || die "test failed under ${EPYTHON}"
+       # https://bugs.launchpad.net/oslo.config/+bug/1374741
+       testr init || die "test failed under ${EPYTHON}"
+       testr run || die "test failed under ${EPYTHON}"
 }



1.10                 dev-python/oslo-config/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   22 Sep 2014 21:26:28 -0000      1.9
+++ ChangeLog   27 Sep 2014 12:35:43 -0000      1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslo-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.9 
2014/09/22 21:26:28 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.10 
2014/09/27 12:35:43 idella4 Exp $
+
+  27 Sep 2014; Ian Delaney <idel...@gentoo.org> oslo-config-1.4.0.ebuild:
+  add py3.3 support, correction and update to test phase, add commented text,
+  minor tidy
 
 *oslo-config-1.4.0 (22 Sep 2014)
 




Reply via email to