File: changelog

package info (click to toggle)
python-oslo.config 1%3A6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,180 kB
  • sloc: python: 11,045; sh: 30; makefile: 29
file content (408 lines) | stat: -rw-r--r-- 12,659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
python-oslo.config (1:6.4.1-1) unstable; urgency=medium

  * New uptream point release:
    - python3: Ensure ConfigOpts __iter__ uses list(d.keys())

 -- Thomas Goirand <zigo@debian.org>  Thu, 13 Dec 2018 14:56:14 +0100

python-oslo.config (1:6.4.0-2) unstable; urgency=medium

  * Uploading to unstable:
    - Fixes FTBFS (Closes: #906405).

 -- Thomas Goirand <zigo@debian.org>  Thu, 30 Aug 2018 09:20:38 +0200

python-oslo.config (1:6.4.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/control: Use team+openstack@tracker.debian.org as maintainer
  * d/changelog: Remove trailing whitespaces

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Removed patches applied upstream:
    - fix-hostaddress-superclass.patch
    - fix-properly-initialize-hostaddress.patch
  * Add remove-skip_warningiserror.patch.

 -- Thomas Goirand <zigo@debian.org>  Sun, 19 Aug 2018 14:10:31 +0200

python-oslo.config (1:5.2.0-4) unstable; urgency=medium

  [ Michal Arbet ]
  * Add fix-hostaddress-superclass.patch
  * Add fix-properly-initialize-hostaddress.patch

 -- Thomas Goirand <zigo@debian.org>  Tue, 22 May 2018 11:15:17 +0200

python-oslo.config (1:5.2.0-3) unstable; urgency=medium

  * Python 3 now has priority over Python 2.

 -- Thomas Goirand <zigo@debian.org>  Sun, 11 Mar 2018 20:15:15 +0000

python-oslo.config (1:5.2.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Sun, 25 Feb 2018 21:00:42 +0000

python-oslo.config (1:5.2.0-1) experimental; urgency=medium

  * Set VCS URLs to point to salsa.
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Standards-Version is now 4.1.3.

 -- Thomas Goirand <zigo@debian.org>  Sat, 10 Feb 2018 15:47:46 +0100

python-oslo.config (1:4.11.0-4) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 01 Nov 2017 21:27:17 +0000

python-oslo.config (1:4.11.0-3) experimental; urgency=medium

  * Add missing b-d on python-openstackdocstheme (Closes: #877618).
  * Fixed watch file.
  * Standards-Version is now 4.1.1.

 -- Thomas Goirand <zigo@debian.org>  Thu, 26 Oct 2017 03:51:30 +0000

python-oslo.config (1:4.11.0-2) experimental; urgency=medium

  * Add missing build-depends: python{3,}-oslotest (Closes: #877253).

 -- Thomas Goirand <zigo@debian.org>  Sun, 01 Oct 2017 19:04:46 +0000

python-oslo.config (1:4.11.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Bumped debhelper compat version to 10

  [ Thomas Goirand ]
  * New upstream release.
  * Reviewed (build-)depends for this release.
  * test-config-dir-doesnt-exist.patch applied upstream.

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Running wrap-and-sort -bast.
  * Updating maintainer field.
  * Updating standards version to 4.0.0.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Correcting permissions in debian packaging files.
  * Updating standards version to 4.0.1.
  * Updating standards version to 4.1.0.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Aug 2017 15:18:59 +0000

python-oslo.config (1:3.17.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Oct 2016 14:01:56 +0200

python-oslo.config (1:3.17.0-2) experimental; urgency=medium

  * d/p/test-config-dir-doesnt-exist.patch: Ensure directory really
    doesn't exist for test_config_dir_doesnt_exist().

 -- Corey Bryant <corey.bryant@canonical.com>  Fri, 02 Sep 2016 16:44:13 -0400

python-oslo.config (1:3.17.0-1) experimental; urgency=medium

  * New upstream release.

 -- James Page <james.page@ubuntu.com>  Thu, 25 Aug 2016 14:49:00 +0100

python-oslo.config (1:3.16.0-1) experimental; urgency=medium

  * New upstream release.

 -- James Page <james.page@ubuntu.com>  Wed, 24 Aug 2016 15:46:06 +0100

python-oslo.config (1:3.15.0-1) experimental; urgency=medium

  * New upstream release.
  * d/control: Align (build-)depends with upstream.
  * Added python-setuptools to build depends (Closes: #834769)

 -- Corey Bryant <corey.bryant@canonical.com>  Tue, 23 Aug 2016 15:51:03 +0100

python-oslo.config (1:3.12.0-2) experimental; urgency=medium

  * Re-adds python3-sphinx build-depends.

 -- Thomas Goirand <zigo@debian.org>  Fri, 01 Jul 2016 14:24:34 +0000

python-oslo.config (1:3.12.0-1) experimental; urgency=medium

  [ David Della Vecchia ]
  * New upstream release.
  * d/control: Align (build-)depends with upstream.

  [ Thomas Goirand ]
  * Drop old python-oslo-* transition packages.
  * Switch to pkgos-dh_auto_{test,install}.
  * Do not run test_list_ignores_doubles() which fails in Sid.

 -- Thomas Goirand <zigo@debian.org>  Fri, 01 Jul 2016 14:04:46 +0000

python-oslo.config (1:3.11.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release
  * d/control: Align (Build-)Depends for new upstream release

 -- Ondřej Nový <onovy@debian.org>  Sun, 26 Jun 2016 00:33:59 +0200

python-oslo.config (1:3.10.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.8 now (no change)
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol

  [ Corey Bryant ]
  * New upstream release.
  * d/gbp.conf: Update branch for Newton.
  * d/control: Align (Build-)Depends with upstream.
  * d/p/drop-doc-conf-git.patch: Dropped. Fixed upstream.
  * d/p/Fix_isinstance_call.patch: Dropped. Fixed upstream.

  [ Thomas Goirand ]
  * Added Corey Bryant <corey.bryant@canonical.com> as Uploaders.

 -- Thomas Goirand <zigo@debian.org>  Fri, 03 Jun 2016 11:56:15 +0000

python-oslo.config (1:3.9.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Apr 2016 07:45:56 +0000

python-oslo.config (1:3.9.0-2) experimental; urgency=medium

  * Added Fix_isinstance_call.patch, fixing Neutron config generation.

 -- Thomas Goirand <zigo@debian.org>  Fri, 11 Mar 2016 20:46:55 +0000

python-oslo.config (1:3.9.0-1) experimental; urgency=medium

  [ Corey Bryant ]
  * d/p/remove-argparse-from-requirements.patch: Dropped. No longer needed.
  * d/control: Add python(3)-docutils to (Build-)Depends.
  * d/control: Add python3-sphinx to Build-Depends.
  * d/p/debian/patches/drop-doc-conf-git.patch: Drop git from sphinx config
    file as git repository is not avialable during package builds.

  [ Thomas Goirand ]
  * New upstream release.
  * d/control: Align (Build-)Depends with upstream.
  * Standards-Version: 3.9.7 (no change).

 -- Thomas Goirand <zigo@debian.org>  Wed, 02 Mar 2016 10:00:07 +0000

python-oslo.config (1:3.2.1-2) experimental; urgency=medium

  * Remove argparse from requirements.txt.
  * Fixed debian/copyright ordering.
  * Fixed VCS fields to use https.

 -- Thomas Goirand <zigo@debian.org>  Thu, 04 Feb 2016 09:58:52 +0000

python-oslo.config (1:3.2.1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Fri, 15 Jan 2016 03:51:41 +0000

python-oslo.config (1:3.2.0-1) experimental; urgency=medium

  [ Ivan Udovichenko ]
  * d/copyright: Fix wrong value of Upstream-Name field.
    (LP#1493101)

  [ Thomas Goirand ]
  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 13 Jan 2016 01:43:00 +0000

python-oslo.config (1:3.0.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 01 Dec 2015 10:45:18 +0100

python-oslo.config (1:2.4.0-3) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 23:24:50 +0000

python-oslo.config (1:2.4.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 19:26:35 +0000

python-oslo.config (1:2.4.0-1) experimental; urgency=medium

  [ James Page ]
  * Add package directory to PYTHONPATH before building doc, fixing
    FTBFS.

  [ Thomas Goirand ]
  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Sun, 27 Sep 2015 17:33:47 +0200

python-oslo.config (1:2.3.0-1) experimental; urgency=medium

  [ James Page ]
  * Fixup typo in transitional package description (LP: #1471561).
  * d/p/fixtures-1.3-compat.patch: Cherry pick fix from upstream VCS to
    resolve compatibility with fixtures >= 1.3.1.

  [ Thomas Goirand ]
  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Sep 2015 07:23:50 +0000

python-oslo.config (1:1.12.1-3) experimental; urgency=medium

  [ James Page ]
  * Team upload.
  * d/control: Fixup errant , in Uploaders field.

  [ Thomas Goirand ]
  * Made build reproducible, thanks to Juan Picca <jumapico@gmail.com>
    (Closes: #788479).

 -- James Page <james.page@ubuntu.com>  Mon, 15 Jun 2015 08:41:12 +0100

python-oslo.config (1:1.12.1-1) experimental; urgency=medium

  * Team Upload.
  * New upstream release.
  * Update watch file to use pypi.debian.net.

 -- James Page <james.page@ubuntu.com>  Wed, 10 Jun 2015 11:31:56 +0100

python-oslo.config (1:1.11.0-1) experimental; urgency=medium

  * New upstream release:
    - d/control: Align version requirements with upstream.
  * Re-integrate with Ubuntu:
    - d/control: Add Breaks/Replaces for Ubuntu *oslo-config binaries.
    - d/control: Add transitional packages for *oslo-config binaries
      in Ubuntu.
  * Rename source package to python-oslo.config.

 -- James Page <james.page@ubuntu.com>  Tue, 02 Jun 2015 12:38:51 +0100

oslo-config (1:1.9.3-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Fixed (build-)depends for this release.
  * Removed all patches (obsolete).
  * Standards-Version: 3.9.6.
  * Dropped the Provides: oslo-config.

 -- Thomas Goirand <zigo@debian.org>  Sat, 07 Feb 2015 20:29:26 +0100

oslo-config (1:1.4.0.0-2) experimental; urgency=medium

  * Added argparse to py3dist-overrides.

 -- Thomas Goirand <zigo@debian.org>  Sat, 18 Oct 2014 22:34:52 +0800

oslo-config (1:1.4.0.0-1) experimental; urgency=medium

  * New upstream release (really is 1.4.0).

 -- Thomas Goirand <zigo@debian.org>  Wed, 24 Sep 2014 02:15:48 +0000

oslo-config (1:1.4.0.0~a5-1) experimental; urgency=medium

  * New upstream release.
  * Added update-alternative for the oslo-config-generator binary.
  * Reviewed (build-)depends for this release.
  * Drops Fix test_version on Python 3.4 patch, applied upstream.
  * Added Build-Conflicts will all python{3,}-oslo.* packages.

 -- Thomas Goirand <zigo@debian.org>  Sat, 09 Aug 2014 00:51:02 +0800

oslo-config (1:1.3.0-2) unstable; urgency=medium

  * Do not run unit tests using python 2.6.

 -- Thomas Goirand <zigo@debian.org>  Fri, 02 May 2014 15:33:56 +0000

oslo-config (1:1.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Added Python3 support.
  * Fixed long description typo (Closes: #745291).
  * Added UPSTREAM_GIT in debian/rules.
  * Added a -doc package.
  * Added Fix_test_version_on_Python_3.4.patch
  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" to debian/source/options.
  * Bumped Standards-Version: to 3.9.5.
  * Cleans correctly to allow double builds.

 -- Thomas Goirand <zigo@debian.org>  Fri, 02 May 2014 15:13:59 +0000

oslo-config (1:1.3.0~a0-2) unstable; urgency=medium

  * New upstream release.
  * Added --testr-args='--subunit  ' when calling testr.

 -- Thomas Goirand <zigo@debian.org>  Sun, 09 Mar 2014 14:37:36 +0800

oslo-config (1:1.2.0a4-2) unstable; urgency=low

  * Missing build-depends: python-d2to1.

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Sep 2013 10:18:29 +0000

oslo-config (1:1.2.0a4-1) unstable; urgency=low

  * New upstream release.
  * Fixed the VCS fields.
  * Added build-depends: python-pbr, python-six & testrepository and fixed the
    start of unit tests using testrepository instead of nosetests.

 -- Thomas Goirand <zigo@debian.org>  Sun, 01 Sep 2013 21:35:44 +0800

oslo-config (1:1.1.0-3) unstable; urgency=low

  * Ran wrap-and-sort.
  * Drops python-nosexcover from build-dependencies.

 -- Thomas Goirand <zigo@debian.org>  Fri, 12 Jul 2013 13:35:02 +0800

oslo-config (1:1.1.0-1) unstable; urgency=low

  * New upstream version.
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Sun, 12 May 2013 13:46:20 +0000

oslo-config (1.1.0b1-1) experimental; urgency=low

  * Initial release (Closes: #701523).

 -- Thomas Goirand <zigo@debian.org>  Tue, 09 Oct 2012 11:55:15 +0000