[openstack-dev] [oslo] pbr 1.0.0 released
Robert Collins
robertc at robertcollins.net
Mon May 18 19:33:18 UTC 2015
We are satisfied to announce the release of:
pbr 1.0.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.0.0
Please report issues through launchpad:
http://bugs.launchpad.net/pbr
Changes in pbr 0.11.0..1.0.0
----------------------------
2b29c4f Teach pbr to read extras and env markers
0f4caa1 Bump integration test timeouts.
d67f22f Finish removing invocations of pip.
d28f40d Advertise support for Python3.4
d689d9a Issue #1451976: handle commits with non-utf8 text
cfd8ab2 Parallelise integration tests.
ad16aa2 Stop re-invoking pip
702042e Allow overwriting sphinx builder from command line
Diffstat (except docs and test files)
-------------------------------------
.testr.conf | 2 +-
pbr/builddoc.py | 4 +
pbr/git.py | 6 +-
pbr/packaging.py | 80 +-------------------
pbr/util.py | 59 +++++++++++++++
requirements.txt | 1 -
setup.cfg | 1 +
test-requirements.txt | 2 +
tools/integration.sh | 81 ++++-----------------
tox.ini | 1 -
17 files changed, 491 insertions(+), 167 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 75ad928..2b33504 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,0 +8 @@ sphinx>=1.1.2,<1.2
+six>=1.9.0
@@ -11,0 +13 @@ testtools>=0.9.34
+virtualenv
--
Robert Collins <rbtcollins at hp.com>
Distinguished Technologist
HP Converged Cloud
More information about the OpenStack-dev
mailing list