Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ironicclient/
Date: Wed, 01 Aug 2018 17:03:48
Message-Id: 1533143005.e27a166d44ec83d576179b0e3d98774c26bea6c0.prometheanfire@gentoo
1 commit: e27a166d44ec83d576179b0e3d98774c26bea6c0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 17:03:04 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 17:03:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27a166d
7
8 dev-python/python-ironicclient: 2.2.1 bump with cleanup
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/python-ironicclient/Manifest | 4 +-
13 .../python-ironicclient-0.9.0.ebuild | 71 --------------------
14 .../python-ironicclient-1.7.1.ebuild | 76 ----------------------
15 ...1.1.ebuild => python-ironicclient-2.2.1.ebuild} | 50 +++++++-------
16 4 files changed, 27 insertions(+), 174 deletions(-)
17
18 diff --git a/dev-python/python-ironicclient/Manifest b/dev-python/python-ironicclient/Manifest
19 index 8aa1a67a5ab..9db500b1e75 100644
20 --- a/dev-python/python-ironicclient/Manifest
21 +++ b/dev-python/python-ironicclient/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST python-ironicclient-0.9.0.tar.gz 95562 BLAKE2B a7030494cf706fd000ee52e2c1d9eb6e8c091ae667ddfb185dcf3fad16298229209340e92622310f70a44f0d32591175b6272f0fd1778e562a8c59c126bee9ba SHA512 324aec8ed9861ce2df4b7783b7bd8b98e30efbc8775ddcb4668f760d8916248df0d32def5cb2d30e9e743ff30e5b6717c653ca6e5cb9ea25b536a369ac45be5d
24 -DIST python-ironicclient-1.11.1.tar.gz 171255 BLAKE2B 2bd5c0be160a552826a4a6b767022e266b1765fbc4b4befb55a90c533eeb6ecb5cb289c708f83b7e87762845c6cd051854d05a1b8886f8f218c3c29a09294e62 SHA512 d8f164ad46a7fd3d3fd9a11e44384f1acb52b0ce9b4567b08a7e59d32e2098678c74afd2025689df1f0959d72072308867fec57ee0a9e14ba8ea33ec4ca8cbe6
25 DIST python-ironicclient-1.17.0.tar.gz 206742 BLAKE2B 8fb92acb02e146916dfebd677ac1c179e78b0c16af80fe59361de6def1435d58466a1b9aef9798a05e0ed2ddc30e860e7da7579c2e6a336ff5f220d41b93b51e SHA512 3a1594d499dbfb508a87e87459308cdeb3eac9987116c8a7a250c5751fc1d4785056033e521ec5d99514a2b6c84362e7576dfec9c4941970422cf2757262c651
26 -DIST python-ironicclient-1.7.1.tar.gz 147835 BLAKE2B e656657833e7b5728d3c7f38707be01c3dbbf224101db64c05f94a2bab2bf0b64bc957aa60b84e383ff3170f77fb599e5132f1ce284128589ac0372cf654d29d SHA512 65d94f745c9544805bd73f77dcdc7f0ab731f932a01629089a952af6f30b85d1db38f518cd4e82ec0346c13dbcaf1eb0e4e166b28d940c77fcbb57ae2465ac08
27 +DIST python-ironicclient-2.2.1.tar.gz 220436 BLAKE2B b36a5d0b2c297f52a121aa96007ce03556199d7d6139198e39114f2931fd7004bdf76fc5eca369247975bb9eb6d853a2fb4be133976de0ddfeb5767ead6c3c1a SHA512 1827dba991c59cea8a43dd11d0f8f0f1dd6ae41a7f1f28d9d200bac61ae9a4901ac280107fa91a95ebf24072634eadee2e0140f5e1cf5962496f34997815aa04
28
29 diff --git a/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild b/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild
30 deleted file mode 100644
31 index 1cd53910dde..00000000000
32 --- a/dev-python/python-ironicclient/python-ironicclient-0.9.0.ebuild
33 +++ /dev/null
34 @@ -1,71 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( python2_7 python3_4 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python bindings for the Ironic API"
44 -HOMEPAGE="http://www.openstack.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="test"
51 -
52 -CDEPEND="
53 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
54 -"
55 -CRDEPEND="
56 - >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
57 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
58 - >=dev-python/dogpile-cache-0.5.4[${PYTHON_USEDEP}]
59 - >=dev-python/cliff-1.14.0[${PYTHON_USEDEP}]
60 - >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
61 - >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
64 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
65 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
66 - >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
67 - >=dev-python/python-openstackclient-1.5.0[${PYTHON_USEDEP}]
68 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
69 -"
70 -DEPEND="
71 - dev-python/setuptools[${PYTHON_USEDEP}]
72 - ${CDEPEND}
73 - test? (
74 - ${CRDEPEND}
75 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
76 - dev-python/doc8[${PYTHON_USEDEP}]
77 - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
78 - >=dev-python/httpretty-0.8.4[${PYTHON_USEDEP}]
79 - <dev-python/httpretty-0.8.7[${PYTHON_USEDEP}]
80 - >=dev-python/mock-1.2[${PYTHON_USEDEP}]
81 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
82 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
83 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
84 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
85 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
86 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
87 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
88 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
89 - )
90 -"
91 -RDEPEND="
92 - ${CDEPEND}
93 - ${CRDEPEND}
94 -"
95 -python_prepare_all() {
96 - sed -i '/^hacking/d' test-requirements.txt || die
97 - distutils-r1_python_prepare_all
98 -}
99 -
100 -python_test() {
101 - #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
102 -
103 - testr init || die "testr init failed under ${EPYTHON}"
104 - testr run || die "testr run failed under ${EPYTHON}"
105 -}
106
107 diff --git a/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild b/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild
108 deleted file mode 100644
109 index 0a9a407e86b..00000000000
110 --- a/dev-python/python-ironicclient/python-ironicclient-1.7.1.ebuild
111 +++ /dev/null
112 @@ -1,76 +0,0 @@
113 -# Copyright 1999-2016 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
118 -
119 -inherit distutils-r1
120 -
121 -DESCRIPTION="Python bindings for the Ironic API"
122 -HOMEPAGE="http://www.openstack.org/"
123 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
124 -
125 -LICENSE="Apache-2.0"
126 -SLOT="0"
127 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
128 -IUSE="test"
129 -
130 -CDEPEND="
131 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
132 -"
133 -CRDEPEND="
134 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
135 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
136 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
137 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
138 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
139 - >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
140 - >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
141 - >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}]
142 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
143 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
144 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
145 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
146 - >=dev-python/python-openstackclient-2.1.0[${PYTHON_USEDEP}]
147 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
148 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
149 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
150 -"
151 -DEPEND="
152 - dev-python/setuptools[${PYTHON_USEDEP}]
153 - ${CDEPEND}
154 - test? (
155 - ${CRDEPEND}
156 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
157 - dev-python/doc8[${PYTHON_USEDEP}]
158 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
159 - >=dev-python/requests-mock-1.0[${PYTHON_USEDEP}]
160 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
161 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
162 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
163 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
164 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
165 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
166 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
167 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
168 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
169 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
170 - >=dev-python/os-testr-0.7.0[${PYTHON_USEDEP}]
171 - )
172 -"
173 -RDEPEND="
174 - ${CDEPEND}
175 - ${CRDEPEND}
176 -"
177 -python_prepare_all() {
178 - sed -i '/^hacking/d' test-requirements.txt || die
179 - sed -i '/^tempest/d' test-requirements.txt || die
180 - distutils-r1_python_prepare_all
181 -}
182 -
183 -python_test() {
184 - #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
185 -
186 - testr init || die "testr init failed under ${EPYTHON}"
187 - testr run || die "testr run failed under ${EPYTHON}"
188 -}
189
190 diff --git a/dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild b/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
191 similarity index 51%
192 rename from dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild
193 rename to dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
194 index a325de10acb..074f56903c0 100644
195 --- a/dev-python/python-ironicclient/python-ironicclient-1.11.1.ebuild
196 +++ b/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
197 @@ -1,8 +1,8 @@
198 -# Copyright 1999-2017 Gentoo Foundation
199 +# Copyright 1999-2018 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201
202 EAPI=6
203 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
204 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
205
206 inherit distutils-r1
207
208 @@ -12,29 +12,29 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
209
210 LICENSE="Apache-2.0"
211 SLOT="0"
212 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
213 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
214 IUSE="test"
215
216 CDEPEND="
217 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
218 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
219 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
220 "
221 CRDEPEND="
222 >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
223 >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
224 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
225 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
226 + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
227 <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
228 - >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
229 - >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
230 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
231 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
232 + >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
233 + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
234 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
235 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
236 + !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
237 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
238 >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
239 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
240 - >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
241 >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
242 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
243 - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
244 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
245 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
246 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
247 "
248 DEPEND="
249 dev-python/setuptools[${PYTHON_USEDEP}]
250 @@ -42,20 +42,22 @@ DEPEND="
251 test? (
252 ${CRDEPEND}
253 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
254 - dev-python/doc8[${PYTHON_USEDEP}]
255 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
256 + >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
257 >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
258 - >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
259 + >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
260 >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
261 >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
262 - >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
263 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
264 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
265 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
266 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
267 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
268 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
269 - >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
270 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
271 + >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
272 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
273 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
274 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
275 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
276 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
277 + >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
278 >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
279 + >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
280 )
281 "
282 RDEPEND="