We are satisfied to announce the release of: pbr 1.4.0: Python Build Reasonableness This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack-dev/pbr With package available at: https://pypi.python.org/pypi/pbr For more details, please see the git log history below and: http://launchpad.net/pbr/+milestone/1.4.0 Please report issues through launchpad: http://bugs.launchpad.net/pbr Changes in pbr 1.3.0..1.4.0 --------------------------- 1e4d883 Fix docs for environment markers in extras 89402a7 Export ChangeLog and AUTHORS in install 1f102e6 Updated from global requirements 12ad5b9 Updated from global requirements 898f713 Show how long the git querying takes 5b46cb8 Add wsgi_scripts support to PBR 7d974fb Updated from global requirements Diffstat (except docs and test files) ------------------------------------- pbr/git.py | 7 ++ pbr/hooks/commands.py | 2 + pbr/packaging.py | 74 +++++++++-- test-requirements.txt | 3 +- 9 files changed, 303 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 027b099..5802d7c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8 @@ hacking<0.11,>=0.10.0 -mock>=1.0;python_version!='2.6' -mock==1.0.1;python_version=='2.6' +mock>=1.2