Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-cinderclient: python-cinderclient-1.0.7.ebuild python-cinderclient-1.0.9.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:47:08
Message-Id: 20140706124705.378F02004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:47:05
2
3 Modified: python-cinderclient-1.0.7.ebuild
4 python-cinderclient-1.0.9.ebuild ChangeLog
5 Log:
6 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?r1=1.2&r2=1.3
16
17 Index: python-cinderclient-1.0.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- python-cinderclient-1.0.7.ebuild 19 Mar 2014 23:08:58 -0000 1.2
24 +++ python-cinderclient-1.0.7.ebuild 6 Jul 2014 12:47:04 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.2 2014/03/19 23:08:58 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.3 2014/07/06 12:47:04 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -31,8 +31,7 @@
34 >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
35 >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
36 )"
37 -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
38 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
39 +RDEPEND=">=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
40 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
41 >=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
42 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
43
44
45
46 1.2 dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?r1=1.1&r2=1.2
51
52 Index: python-cinderclient-1.0.9.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- python-cinderclient-1.0.9.ebuild 27 Apr 2014 05:48:11 -0000 1.1
59 +++ python-cinderclient-1.0.9.ebuild 6 Jul 2014 12:47:04 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v 1.1 2014/04/27 05:48:11 prometheanfire Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v 1.2 2014/07/06 12:47:04 mgorny Exp $
65
66 EAPI=5
67 PYTHON_COMPAT=( python2_7 )
68 @@ -30,8 +30,7 @@
69 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
70 >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
71 )"
72 -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
73 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
74 +RDEPEND=">=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
75 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
76 >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
77 >=dev-python/requests-1.1[${PYTHON_USEDEP}]
78
79
80
81 1.11 dev-python/python-cinderclient/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.11&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.11&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?r1=1.10&r2=1.11
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
90 retrieving revision 1.10
91 retrieving revision 1.11
92 diff -u -r1.10 -r1.11
93 --- ChangeLog 27 Apr 2014 05:48:11 -0000 1.10
94 +++ ChangeLog 6 Jul 2014 12:47:04 -0000 1.11
95 @@ -1,6 +1,11 @@
96 # ChangeLog for dev-python/python-cinderclient
97 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.10 2014/04/27 05:48:11 prometheanfire Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.11 2014/07/06 12:47:04 mgorny Exp $
100 +
101 + 06 Jul 2014; Michał Górny <mgorny@g.o>
102 + python-cinderclient-1.0.7.ebuild, python-cinderclient-1.0.9.ebuild:
103 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
104 + unittest2 (those packages were only required for <=python-2.6).
105
106 *python-cinderclient-1.0.9 (27 Apr 2014)