[release-announce] pbr 4.2.0
no-reply at openstack.org
no-reply at openstack.org
Mon Jul 23 22:37:59 UTC 2018
We are excited to announce the release of:
pbr 4.2.0: Python Build Reasonableness
The source is available from:
https://git.openstack.org/cgit/openstack-dev/pbr
Download the package from:
https://pypi.org/project/pbr
Please report issues through launchpad:
https://bugs.launchpad.net/pbr
For more details, please see below.
Changes in pbr 4.1.1..4.2.0
---------------------------
6f5c1ee Deprecate 'test' integration
ecbda30 Deprecate 'build_sphinx' integration
75bac5d Add Sphinx extension
553b73a doc: Add documentation for missing '[pbr]' options
9605bf7 doc: Fix formatting of packagers guide
2222dbb Switch to stestr
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +-
.stestr.conf | 3 ++
.testr.conf | 4 --
lower-constraints.txt | 2 +-
pbr/builddoc.py | 20 +++++++++
pbr/packaging.py | 6 +++
pbr/sphinxext.py | 99 +++++++++++++++++++++++++++++++++++++++++++
setup.cfg | 4 --
test-requirements.txt | 11 +++--
tox.ini | 20 +++------
14 files changed, 307 insertions(+), 75 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index de91490..8fdcb83 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +3,0 @@
-coverage!=4.4,>=4.0 # Apache-2.0
@@ -8,4 +6,0 @@ mock>=2.0.0 # BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
@@ -13 +8 @@ six>=1.10.0 # MIT
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0
@@ -17,0 +13,4 @@ virtualenv>=14.0.6 # MIT
+
+# optionally exposed by distutils commands
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
More information about the Release-announce
mailing list