File: changelog

package info (click to toggle)
python-pbr 7.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 884 kB
  • sloc: python: 5,092; sh: 138; makefile: 28; ansic: 24
file content (565 lines) | stat: -rw-r--r-- 17,485 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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
python-pbr (7.0.1-2) experimental; urgency=medium

  * Relax python3-sphinxcontrib.apidoc b-d version.

 -- Thomas Goirand <zigo@debian.org>  Tue, 26 Aug 2025 15:13:23 +0200

python-pbr (7.0.1-1) experimental; urgency=medium

  * New upstream release.
  * Remove disable_tests.patch as test file is gone upstream.
  * Blacklist 5 tests that are needed either an internet connection, or a
    setup of pbr_wsgi_script in PATH.
  * b-d: require sphinxcontrib.apidoc (>= 0.6.0).
  * Add python3-reno to b-d.
  * Add remove-inclusion-of-missing-ChangeLog-file.patch.
  * Dump sphinx error log if failure.
  * Add do-not-use-reno-for-doc.patch, as reno is failing if toplevel isn't a
    git repository.

 -- Thomas Goirand <zigo@debian.org>  Mon, 25 Aug 2025 14:38:58 +0200

python-pbr (6.1.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2025 07:57:02 +0100

python-pbr (6.1.1-1) experimental; urgency=medium

  * New upstream release.
  * Removed do-not-use-six.patch applied upstream.

 -- Thomas Goirand <zigo@debian.org>  Mon, 24 Feb 2025 13:01:38 +0100

python-pbr (6.1.0-4) unstable; urgency=medium

  * Switch to pybuild (Closes: #1090588).

 -- Thomas Goirand <zigo@debian.org>  Wed, 18 Dec 2024 23:49:30 +0100

python-pbr (6.1.0-3) unstable; urgency=medium

  * Removed runtime depends on python3-pkg-resources (Closes: #1083679).

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2024 11:29:41 +0200

python-pbr (6.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 Sep 2024 17:30:15 +0200

python-pbr (6.1.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Wed, 28 Aug 2024 11:05:47 +0200

python-pbr (6.0.0-2) unstable; urgency=medium

  * Removed extreneous build-dep on python3-mock (Closes: #1072293).

 -- Thomas Goirand <zigo@debian.org>  Sun, 02 Jun 2024 12:45:14 +0200

python-pbr (6.0.0-1) unstable; urgency=medium

  * New upstream release (Closes: #1060153).
  * Do not use six anymore.
  * Removed patches applied upstream:
    - Replace-imp-with-importlib.machinery.patch
    - remove_sphinx_doc_building_integration.patch

 -- Thomas Goirand <zigo@debian.org>  Tue, 20 Feb 2024 14:49:08 +0100

python-pbr (5.11.1-5) unstable; urgency=medium

  * Add Replace-imp-with-importlib.machinery.patch (Closes: #1058140).
  * Cleans better.
  * autopkgtest: blacklist TestPEP517Support.test_pep_517_support.

 -- Thomas Goirand <zigo@debian.org>  Tue, 12 Dec 2023 16:37:27 +0100

python-pbr (5.11.1-4) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Backport upstream patch to remove Sphinx doc building integration
    (closes: #1042668).

 -- Thomas Goirand <zigo@debian.org>  Sun, 05 Nov 2023 18:45:18 +0100

python-pbr (5.11.1-3) unstable; urgency=medium

  * Cleans better (Closes: #1045383).

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Aug 2023 11:29:34 +0200

python-pbr (5.11.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 19 Jun 2023 11:15:25 +0200

python-pbr (5.11.1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 21 Feb 2023 14:30:07 +0100

python-pbr (5.10.0-2) unstable; urgency=medium

  * Uploading to unstable.
  * Blacklist test_wsgi_script_install() (no such file or directory).

 -- Thomas Goirand <zigo@debian.org>  Thu, 22 Sep 2022 16:53:18 +0200

python-pbr (5.10.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 30 Aug 2022 11:51:55 +0200

python-pbr (5.8.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 24 Mar 2022 11:50:40 +0100

python-pbr (5.8.1-1) experimental; urgency=medium

  * New upstream release.
  * Better clean target.
  * Blacklist test_pep_517_support() (not interesting for Debian anyways).

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Feb 2022 15:46:07 +0100

python-pbr (5.6.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Wed, 29 Sep 2021 11:31:22 +0200

python-pbr (5.6.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Aug 2021 10:12:54 +0200

python-pbr (5.5.1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 16 Aug 2021 10:34:44 +0200

python-pbr (5.5.1-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Mon, 08 Mar 2021 11:32:39 +0100

python-pbr (5.5.0-2) unstable; urgency=medium

  * Uploading to unstable.
  * Add a debian/salsa-ci.yml.
  * Fixed watch file.

 -- Thomas Goirand <zigo@debian.org>  Wed, 14 Oct 2020 12:43:07 +0200

python-pbr (5.5.0-1) experimental; urgency=medium

  * New upstream release.
  * Fix min version of virtualenv.

 -- Thomas Goirand <zigo@debian.org>  Mon, 07 Sep 2020 13:20:34 +0200

python-pbr (5.4.5-3) unstable; urgency=medium

  * Reactivate tests and docs.

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Apr 2020 09:31:18 +0200

python-pbr (5.4.5-2) unstable; urgency=medium

  * Uploading to experimental, fixing "cannot install" (Closes: #956736).
  * Disabled unit tests for now, as otherwise it wouldn't build because test
    dependencies need pbr to install. Will re-activate on next upload. Also
    disabled docs because of the same reason (sphinxcontrib.apidoc needs PBR).

 -- Thomas Goirand <zigo@debian.org>  Wed, 15 Apr 2020 09:11:52 +0200

python-pbr (5.4.5-1) experimental; urgency=medium

  * New upstream release.
  * Removed remainings of Python 2 support.

 -- Thomas Goirand <zigo@debian.org>  Tue, 14 Apr 2020 21:19:22 +0200

python-pbr (5.4.3-3) unstable; urgency=medium

  * Drop python2 support; Closes: #938011

 -- Sandro Tosi <morph@debian.org>  Tue, 14 Apr 2020 14:49:01 -0400

python-pbr (5.4.3-2) unstable; urgency=medium

  * Really re-introduce Python 2 support.

 -- Thomas Goirand <zigo@debian.org>  Sat, 26 Oct 2019 15:42:55 +0200

python-pbr (5.4.3-1) unstable; urgency=medium

  [ Thomas Goirand ]
  * New upstream release.
  * Blacklist test_core.TestCore.test_setup_py_keywords().
  * Re-introduce Python 2, as python-mock needs it, and we can't remove it
    early.
  * Add python3-sphinxcontrib.apidoc as build-depends.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

 -- Thomas Goirand <zigo@debian.org>  Tue, 17 Sep 2019 16:51:52 +0200

python-pbr (5.1.3-4) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.4.0.
  * Fix autopkgtests (Closes: #934750).

 -- Ondřej Nový <onovy@debian.org>  Wed, 14 Aug 2019 14:46:56 +0200

python-pbr (5.1.3-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Running wrap-and-sort -bast.
  * Use debhelper-compat instead of debian/compat.
  * d/changelog: Remove trailing whitespaces.

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 18 Jul 2019 23:48:47 +0200

python-pbr (5.1.3-2) experimental; urgency=medium

  * Removed management of alternatives.

 -- Thomas Goirand <zigo@debian.org>  Wed, 27 Mar 2019 12:39:40 +0100

python-pbr (5.1.3-1) experimental; urgency=medium

  * New upstream release.
  * Removed Python 2 support.
  * Removed now useless patches:
    - fix-wheel.install.py-doesnt-exist-anymore.patch
    - wheel_file.zipfile-is-moved-in-recent-wheel.patch

 -- Thomas Goirand <zigo@debian.org>  Wed, 27 Mar 2019 12:32:00 +0100

python-pbr (4.2.0-5) unstable; urgency=medium

  [ Mattia Rizzolo ]
  * Team upload.
  * Mark the build-depends on python(3)-all-dev as <!nocheck> and move them to
    Build-Depends-Indep.
  * Bump Standards-Version to 4.2.1:
    + Set Rules-Requires-Root:no.
  * Mark python-pbr-doc as Multi-Arch:foreign (from the m-a hinter).

  [ Thomas Goirand ]
  * Add patches to fix FTBFS (Closes: #917678):
    - fix-wheel.install.py-doesnt-exist-anymore.patch
    - wheel_file.zipfile-is-moved-in-recent-wheel.patch

 -- Thomas Goirand <zigo@debian.org>  Sun, 30 Dec 2018 05:26:59 +0100

python-pbr (4.2.0-4) unstable; urgency=medium

  * Add python{,3}-setuptools into runtime depends

 -- Ondřej Nový <onovy@debian.org>  Wed, 05 Sep 2018 14:20:06 +0200

python-pbr (4.2.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 03 Sep 2018 23:02:00 +0200

python-pbr (4.2.0-2) experimental; urgency=medium

  * Add <!nocheck> in debian/control.

 -- Thomas Goirand <zigo@debian.org>  Mon, 20 Aug 2018 16:15:12 +0200

python-pbr (4.2.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https in Format
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ Thomas Goirand ]
  * New upstream release (Closes: #894811).
  * Fixed (build-)depends for this release.
  * Using Python 3 to build the doc.

 -- Thomas Goirand <zigo@debian.org>  Mon, 20 Aug 2018 13:59:42 +0200

python-pbr (3.1.1-4) unstable; urgency=medium

  * Add back debian/tests/unit.

 -- Thomas Goirand <zigo@debian.org>  Fri, 10 Nov 2017 21:26:44 +0100

python-pbr (3.1.1-3) unstable; urgency=medium

  * Defines http_proxy and https_proxy to avoid accessing internet during the
    unit tests.
  * Blacklist test_packaging.TestRequirementParsing.test_requirement_parsing()
    which fails with the above set-up (Closes: #877252).

 -- Thomas Goirand <zigo@debian.org>  Wed, 08 Nov 2017 13:49:29 +0000

python-pbr (3.1.1-2) unstable; urgency=medium

  [ Daniel Baumann ]
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Fixed Standards-Version to 4.1.1.
  * Remove not-needed version in (build-)depends.
  * Watch file uses HTTPS.
  * debian/rules: Remove things defined in openstack-pkg-tools.
  * Using pkgos-dh_auto_install.

 -- Thomas Goirand <zigo@debian.org>  Sat, 28 Oct 2017 11:03:33 +0000

python-pbr (3.1.1-1) experimental; urgency=medium

  * Team upload.

  [ Daniel Baumann]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * 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.

  [ Thomas Goirand ]
  * New upstream release (Closes: #868615, #868976).
  * Fixed (build-)depends.
  * Removed patch folder.
  * Removed setting-up of http_proxy in debian/rules, as this breaks tests.
    TODO: check it doesn't requires network to build now.
  * Remove doc/source/static/nature.css from debian/copyright as it is also
    removed upstream.
  * Removed XS-Testsuite field from debian/control.
  * Standards-Version is now 4.0.0 (no change).

  [ Ondřej Nový ]
  * Fixed homepage (https).
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol
  * Add d/p/disable_tests.patch

 -- Ondřej Nový <onovy@debian.org>  Tue, 08 Aug 2017 23:01:43 +0200

python-pbr (1.10.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed homepage (https).
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol

  [ Thomas Goirand ]
  * New upstream release.
  * Using OpenStack's Gerrit as VCS URLs.
  * Remove non-relevant anymore Python 3.2 patch.
  * Added python{3,}-wheel as build-depends-indep (used in tests).
  * Black list 3 unit tests:
    - test_packaging.TestRequirementParsing.test_requirement_parsing (failing)
    - test_wsgi.TestWsgiScripts.test_with_argument (doing network access)
    - test_wsgi.TestWsgiScripts.test_wsgi_script_run (doing network access)
  * Fixed debian/copyright ordering.
  * Add debian/source.lintian-overrides to suppress warning:
    build-depends-on-python-dev-with-no-arch-any (python-dev needed for tests).
  * Standards-Version: 3.9.8 (no change).
  * Updated long desc.
  * Using pkgos-dh_auto_install.
  * Add gnupg as build-depends (Closes: #834684).

 -- Thomas Goirand <zigo@debian.org>  Wed, 21 Sep 2016 16:14:27 +0200

python-pbr (1.8.0-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Depend on python{3,}-pkg-resources (Closes: #823071)

 -- Stefano Rivera <stefanor@debian.org>  Fri, 06 May 2016 23:41:16 +0200

python-pbr (1.8.0-4) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

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

python-pbr (1.8.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 17:56:49 +0000

python-pbr (1.8.0-2) experimental; urgency=medium

  * Re-added python{3,}-all-dev, the package really needs them!

 -- Thomas Goirand <zigo@debian.org>  Wed, 23 Sep 2015 13:51:37 +0000

python-pbr (1.8.0-1) experimental; urgency=medium

  * New upstream release.
  * Do not build-depends on python{3,}-all-dev, but just -all (Closes: #799679)

 -- Thomas Goirand <zigo@debian.org>  Wed, 23 Sep 2015 14:49:54 +0200

python-pbr (1.6.0-1) experimental; urgency=medium

  * New upstream release.
  * Removed runtime depends on pip, fixed a bit the build-depends.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Sep 2015 08:02:20 +0000

python-pbr (1.3.0-2) experimental; urgency=medium

  * Added missing python3-sphinx build-depends.

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 Jul 2015 08:51:26 +0000

python-pbr (1.3.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Removed Build-Depends: python{3,}-pbr.

 -- Thomas Goirand <zigo@debian.org>  Fri, 17 Jul 2015 09:36:44 +0200

python-pbr (1.2.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Add autopkgtest from Ubuntu:
    - d/tests/*: Enable and execute unit tests for autopkgtest.
    - d/rules: Skip unit tests during package build if Ubuntu or
      derivative.
    - d/control: Add XS-Testsuite: autopkgtest.
  * Update watch file to use Debian pypi redirector.

 -- James Page <james.page@ubuntu.com>  Mon, 06 Jul 2015 11:29:04 +0100

python-pbr (1.0.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream release:
    - d/control: Align version requirements with upstream.
    - d/p/no-intersphinx.patch: Dropped, now upstream.
    - d/control: Add BD on virtualenv.
  * d/*: wrap-and-sort.
  * d/control: Bumped Standards-Version to 3.9.6, no changes.
  * d/control: Add dh-python to BD's.

 -- James Page <james.page@ubuntu.com>  Tue, 02 Jun 2015 11:01:15 +0100

python-pbr (0.10.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 14 Oct 2014 18:08:40 +0800

python-pbr (0.8.2-1) unstable; urgency=medium

  * New upstream release (Closes: #750684).
  * Do not run unit tests which are downloading stuff from the net.
  * Added export http{s,}_proxy=127.0.0.1:9 to make sure there's no net access.
  * Also build-depends on python3-pip (>= 1.4).

 -- Thomas Goirand <zigo@debian.org>  Fri, 06 Jun 2014 10:37:57 +0800

python-pbr (0.8.0-2) unstable; urgency=medium

  * Fixup long description typo (Closes: #750543).

 -- Thomas Goirand <zigo@debian.org>  Thu, 05 Jun 2014 14:26:24 +0800

python-pbr (0.8.0-1) unstable; urgency=low

  * New upstream release.
  * Uploading to unstable.
  * Running the unit tests with Python 2.7 and all available Python3 versions.
  * Fixed missing BSD license for some files (Closes: #742123).
  * Review patch for using six to fix unicode in Python 3.2.
  * The package now build-conflicts on itself (otherwise, there's some unit
    tests failures).

 -- Thomas Goirand <zigo@debian.org>  Fri, 18 Apr 2014 00:02:20 +0800

python-pbr (0.6-1) experimental; urgency=medium

  * New upstream release.
  * Uploading to experimental.
  * Standards-Version: is now 3.9.5.
  * Patch upstream code to removes unicode strings which are incompatible with
    Python 3.2.
  * Reviewed build-depends for new upstream release.
  * Runs unit tests on build.
  * Better unit test output (using subunit).
  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options.
  * Added a sphinx doc package.
  * Added python-dev as build-depends.

 -- Thomas Goirand <zigo@debian.org>  Tue, 18 Mar 2014 06:22:40 +0000

python-pbr (0.5.21-1) unstable; urgency=low

  * New upstream release.

 -- Prach Pongpanich <prachpub@gmail.com>  Thu, 08 Aug 2013 22:35:26 +0700

python-pbr (0.5.19-1) unstable; urgency=low

  * New upstream release.
  * Added missing build-depends: python-testscenarios.

 -- Thomas Goirand <zigo@debian.org>  Mon, 22 Jul 2013 14:23:33 +0800

python-pbr (0.5.16-4) unstable; urgency=low

  * Build-Depends: on python3-d2to1 (Closes: #714552).

 -- Thomas Goirand <zigo@debian.org>  Tue, 02 Jul 2013 01:00:52 +0800

python-pbr (0.5.16-3) unstable; urgency=low

  * Reviewed short and long description.
  * Fixed python3 dependencies (there was none).

 -- Thomas Goirand <zigo@debian.org>  Sat, 15 Jun 2013 01:57:23 +0800

python-pbr (0.5.16-2) unstable; urgency=low

  * Fixed a bit debian/copyright.
  * Added many missing build-dependencies.
  * Added support for python3.

 -- Thomas Goirand <zigo@debian.org>  Fri, 14 Jun 2013 14:56:22 +0800

python-pbr (0.5.16-1) unstable; urgency=low

  * Initial release. (Closes: #712173)

 -- Thomas Goirand <zigo@debian.org>  Fri, 14 Jun 2013 02:59:11 +0800