[openstack-dev] [pbr] pbr 1.1.0 release
Robert Collins
robertc at robertcollins.net
Tue Jun 9 03:15:12 UTC 2015
We are content to announce the release of:
pbr 1.1.0: Python Build Reasonableness
With source available at:
http://git.openstack.org/cgit/openstack-dev/pbr
For more details, please see the git log history below and:
http://launchpad.net/pbr/+milestone/1.1.0
Please report issues through launchpad:
http://bugs.launchpad.net/pbr
Changes in pbr 1.0.1..1.1.0
---------------------------
1ccd6cd Fix test case to be runnable with gnupg 2.1
9298ddc More explicit data_files install location docs
609488e Move CapturedSubprocess fixture to base
1dfe9ef Remove sphinx_config.init_values() manual call
bb83819 Updated from global requirements
e943f76 builddoc: allow to use fnmatch-style exclusion for autodoc
3cec7c8 doc: add some basic doc about pbr doc options
f6cd7b7 Add home-page into sample setup.cfg
946cf80 Make setup.py --help-commands work without testrepository
e2ac0e0 Add kerberos deps to build the kerberos wheel.
Diffstat (except docs and test files)
-------------------------------------
pbr/builddoc.py | 24 +++++++++--------
pbr/packaging.py | 24 +++++++----------
pbr/testr_command.py | 27 ++++++++++++++++---
test-requirements.txt | 7 +++--
tools/integration.sh | 2 +-
10 files changed, 150 insertions(+), 100 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 6e4521c..97f3a79 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -0,0 +1,3 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
@@ -7 +10 @@ python-subunit>=0.0.18
-sphinx>=1.1.2,<1.2
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
@@ -12 +15 @@ testscenarios>=0.4
-testtools>=0.9.34
+testtools>=0.9.36,!=1.2.0
--
Robert Collins <rbtcollins at hp.com>
Distinguished Technologist
HP Converged Cloud
More information about the OpenStack-dev
mailing list