[release-announce] pbr 5.0.0

no-reply at openstack.org no-reply at openstack.org
Tue Oct 16 21:41:22 UTC 2018


We are delighted to announce the release of:

pbr 5.0.0: Python Build Reasonableness

The source is available from:

    https://git.openstack.org/cgit/openstack-dev/pbr

Download the package from:

    https://pypi.org/project/pbr

Please report issues through launchpad:

    https://bugs.launchpad.net/pbr

For more details, please see below.

5.0.0
^^^^^

Bug Fixes

* The "description-content-type" was not being set correctly.  It
  will now be correctly populated when using "setuptools" 39.2.0 and
  beyond.

Changes in pbr 4.3.0..5.0.0
---------------------------

58cccf0 Use templates for cover and lower-constraints
77e75e2 Special case long_description_content_type
ed77ce8 tox: Suppress output
f14a3b2 Support wheel 0.32.0+
dac6f82 docs: Add docs for reno integration
a4f27ca Skip test for testr hook being installed when testr is not available
8ea9d92 packaging: Remove support for pyN requirement files


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 13 ++++-----
lower-constraints.txt                              |  2 +-
pbr/core.py                                        | 12 +++++++++
pbr/packaging.py                                   |  4 ++-
.../long-descr-content-type-f9a1003acbb8740f.yaml  |  6 +++++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  4 ++-
tox.ini                                            |  8 ++++--
13 files changed, 76 insertions(+), 53 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 8fdcb83..70e4ca0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,0 +4 @@
+wheel>=0.32.0 # MIT
@@ -8 +9 @@ six>=1.10.0 # MIT
-stestr>=2.0.0 # Apache-2.0
+stestr>=2.1.0 # Apache-2.0
@@ -12,0 +14 @@ virtualenv>=14.0.6 # MIT
+coverage!=4.4,>=4.0 # Apache-2.0






More information about the Release-announce mailing list