Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oslo-config: oslo-config-1.4.0.ebuild ChangeLog
Date: Sat, 27 Sep 2014 12:35:47
Message-Id: 20140927123543.167ED66A4@oystercatcher.gentoo.org
1 idella4 14/09/27 12:35:43
2
3 Modified: oslo-config-1.4.0.ebuild ChangeLog
4 Log:
5 add py3.3 support, correction and update to test phase, add commented text, minor tidy
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/oslo-config/oslo-config-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild?rev=1.2&view=markup
13 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
14 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
15
16 Index: oslo-config-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- oslo-config-1.4.0.ebuild 22 Sep 2014 21:26:28 -0000 1.1
23 +++ oslo-config-1.4.0.ebuild 27 Sep 2014 12:35:43 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python2_7 )
32 +PYTHON_COMPAT=( python{2_7,3_3} )
33
34 inherit distutils-r1
35
36 @@ -37,12 +37,14 @@
37 >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
38 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
39 )"
40 +# mock appears to be hard imported in test files and keeps this form
41 +# upstream should arguably be poked to re-write the tests accordingly
42 RDEPEND=">=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
43 >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
44 >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]"
45
46 -# This time half the doc files are missing; Do you want them?
47 -
48 python_test() {
49 - nosetests tests/ || die "test failed under ${EPYTHON}"
50 + # https://bugs.launchpad.net/oslo.config/+bug/1374741
51 + testr init || die "test failed under ${EPYTHON}"
52 + testr run || die "test failed under ${EPYTHON}"
53 }
54
55
56
57 1.10 dev-python/oslo-config/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.10&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.10&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?r1=1.9&r2=1.10
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
66 retrieving revision 1.9
67 retrieving revision 1.10
68 diff -u -r1.9 -r1.10
69 --- ChangeLog 22 Sep 2014 21:26:28 -0000 1.9
70 +++ ChangeLog 27 Sep 2014 12:35:43 -0000 1.10
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-python/oslo-config
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.9 2014/09/22 21:26:28 prometheanfire Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.10 2014/09/27 12:35:43 idella4 Exp $
76 +
77 + 27 Sep 2014; Ian Delaney <idella4@g.o> oslo-config-1.4.0.ebuild:
78 + add py3.3 support, correction and update to test phase, add commented text,
79 + minor tidy
80
81 *oslo-config-1.4.0 (22 Sep 2014)