We are pleased to announce the release of: pbr 5.2.1: 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. 5.2.1 ^^^^^ Bug Fixes * Fixes the handling of spaces in data_files globs. Please see bug 1810934 (https://bugs.launchpad.net/pbr/+bug/1810934) for more details. Changes in pbr 5.2.0..5.2.1 --------------------------- 20d9546 Add openstack-tox-py37 job 713aff2 Set subparser argument required 4428e34 Remove neutron-lbaas 30926f6 Update Sphinx requirement 50356da Fix white space handling in file names Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- pbr/cmd/main.py | 4 +- pbr/hooks/files.py | 24 ++++++--- pbr/util.py | 10 ++-- .../legacy/pbr-installation-devstack/run.yaml | 1 - .../pbr-installation-upstream-devstack/run.yaml | 1 - ...spaces-in-data-files-glob-0fe0c398d70dfea8.yaml | 5 ++ test-requirements.txt | 3 +- tox.ini | 6 ++- 12 files changed, 120 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 70e4ca0..c30a2b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org