[release-announce] pbr 5.4.4

no-reply at openstack.org no-reply at openstack.org
Mon Nov 25 17:14:11 UTC 2019


We are satisfied to announce the release of:

pbr 5.4.4: Python Build Reasonableness

The source is available from:

    https://opendev.org/openstack/pbr

Download the package from:

    https://pypi.org/project/pbr

For more details, please see below.

Changes in pbr 5.4.3..5.4.4
---------------------------

dfe6795 trivial: Use 'open' context manager
57d7c53 Update to latest hacking
fa0dd56 Mark strings as raw


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

pbr/builddoc.py                          |  10 +-
pbr/git.py                               |  20 +--
pbr/options.py                           |   4 +-
pbr/packaging.py                         |  30 ++--
pbr/util.py                              |   7 +-
pbr/version.py                           |   4 +-
test-requirements.txt                    |   3 +-
tox.ini                                  |   6 +-
13 files changed, 172 insertions(+), 179 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index c30a2b1..09efec0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,0 +4 @@
+
@@ -6 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0






More information about the Release-announce mailing list