We are jazzed to announce the release of: pbr 2.1.0: Python Build Reasonableness The source is available from: http://git.openstack.org/cgit/openstack-dev/pbr Download the package from: https://pypi.python.org/pypi/pbr Please report issues through launchpad: http://bugs.launchpad.net/pbr For more details, please see below. Changes in pbr 2.0.0..2.1.0 --------------------------- 02228ce Lazy import pkg_resources 2d7c004 Initialize sphinx config using application instead of config 013e9dd Updated from global requirements 73ca7e0 Also generate XML coverage report 629d14d Update to a newer hacking library e3ad98c Remove testr entry point Diffstat (except docs and test files) ------------------------------------- pbr/builddoc.py | 17 ++++------------- pbr/testr_command.py | 19 +++++++++++-------- pbr/version.py | 5 +++-- setup.cfg | 2 -- test-requirements.txt | 2 +- tox.ini | 4 ++-- 8 files changed, 73 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 221e36f..9af2728 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0