We joyfully announce the release of:
pbr 2.0.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:
For more details, please see below.
Changes in pbr 1.10.0..2.0.0 ----------------------------
882875a tox: Don't set skipsdist=True 72e8e42 Stop using 'warnerrors' 028f82e doc: Clarify sections in 'setup.cfg' 7149908 Updated from global requirements f0703f7 Remove discover from test-requirements 1070ae6 Add Constraints support 9fd7aa2 Don't raise exception on missing man pages adb301f Updated from global requirements 8f1e6dc Clean imports in code 6975d22 Updated from global requirements 1454461 Docstrings should not start with a space 781d13e Changed the home-page link 4ef93d2 Update .coveragerc after the removal of openstack directory 3096213 coverage package name option, doc improvement 0a007e9 Updated from global requirements 77d9ab7 Deprecated warning for SafeConfigParser 8d64858 Add more words to a confusing error message a432bc2 Don't ignore data-files 24c8f84 Change assertTrue(isinstance()) by optimal assert 626ecb6 Fix handling of old git log output 3b21e33 Fix typo in the index.rst 76d3ab1 Expose deb version to match exposing rpm version a95982f Replace OpenStack LLC with OpenStack Foundation 3b559e3 Updated from global requirements d529e2b Fix pypy soabi tests 4480b9e Add Python 3.5 classifier and venv 3438c2b Fix argument order for assertEqual to (expected, observed) 87288cc Move to oslosphinx 847065e Updated from global requirements 9a5a905 Restore warnerrors behavior and support Sphinx 1.4 49ae0ca Updated from global requirements d40ae6f Updated from global requirements c12aec3 Updated from global requirements c9b2c50 Fix pypy wsgi tests b340c39 Remember the insertion order for pbr.json 5b046f4 Sort 'pbr freeze' output
Diffstat (except docs and test files) -------------------------------------
.coveragerc | 2 +- .gitignore | 1 + pbr/builddoc.py | 41 ++-- pbr/cmd/main.py | 4 +- pbr/git.py | 17 +- pbr/hooks/commands.py | 1 + pbr/packaging.py | 27 ++- pbr/pbr_json.py | 4 +- pbr/testr_command.py | 4 +- pbr/util.py | 59 ++--- pbr/version.py | 8 +- setup.cfg | 12 +- test-requirements.txt | 12 +- tools/tox_install.sh | 30 +++ tox.ini | 15 +- 41 files changed, 412 insertions(+), 1437 deletions(-)
Requirements updates --------------------
diff --git a/test-requirements.txt b/test-requirements.txt index 7cbebf4..221e36f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,3 +4,2 @@ -coverage>=3.6 # Apache-2.0 -discover # BSD -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +coverage>=4.0 # Apache-2.0 +fixtures>=3.0.0 # Apache-2.0/BSD @@ -8 +7 @@ hacking<0.11,>=0.10.0 -mock>=1.2 # BSD +mock>=2.0 # BSD @@ -10 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 @@ -16 +16 @@ testtools>=1.4.0 # MIT -virtualenv # MIT +virtualenv>=13.1.0 # MIT
participants (1)
-
no-reply@openstack.org