[openstack-dev] [release][oslo] pbr 1.9.0 release

no-reply at openstack.org no-reply at openstack.org
Tue Apr 12 13:46:57 UTC 2016


We are satisfied to announce the release of:

pbr 1.9.0: Python Build Reasonableness

With source available at:

    http://git.openstack.org/cgit/openstack-dev/pbr

Please report issues through launchpad:

    http://bugs.launchpad.net/pbr

For more details, please see below.

Changes in pbr 1.8.1..1.9.0
---------------------------

d4e29cb Updated from global requirements
9b5f422 package: fix wrong catch in email parsing
b4d2158 Do not convert git tags when searching history
139110c Include wsgi_scripts in generated wheels
3897786 Correct the indentation in the classifiers example
11ffee9 Do not silently drop markers that fail to evaluate
87dcab8 Clarifications around tags and version numbers
3ee5171 Correct typo - s/enabeld/enabled/
09c6529 Use apt-cache generated packages to provide build deps
639edb4 fix some variable names
1facf73 Don't attempt to test with 0.6c11 with Py3
d19459d Support entry point patching on setuptools < 12
8992a9a Updated from global requirements
da9ab10 Split changelog on nulls instead of (
578b51b Add libjpeg and liberasurecode for tests
7898882 Handle markers to support sdist on pip < 6
fb0e9de Deprecated tox -downloadcache option removed
4afcabe passenv integration environment variables re-enabling integration tests
768c534 Enable pep8 H405 tests
379e42a Add patch to properly get all commands from dist
6ae3d1b doc: Remove 'MANIFEST.in'
3348fdc doc: Trivial cleanup of 'index.rst'
ff48260 doc: Add deprecation note for 'requirements-pyN'
2508161 doc: Restructure 'Requirements' section
934491c doc: Restructure 'Usage' section
04afb06 doc: Add details of manifest generation
31a0e97 Support git://, git+ssh://, git+https:// without -e flag.
a5d46d5 More support Sphinx >=1.3b1 and <1.3.1
3198305 Fix docs for markers
b8cbe78 Do not error when running pep8 with py3
00b8d5a Ensure changelog log output is written if it already exists
0aeca90 Cleanup jeepyb and pypi-mirror special casing
a4cf44a Add build_sphinx test coverage

Diffstat (except docs and test files)
-------------------------------------

MANIFEST.in                                       |  13 -
pbr/builddoc.py                                   |   4 +-
pbr/cmd/main.py                                   |  10 +-
pbr/core.py                                       |  12 +-
pbr/git.py                                        |  55 ++-
pbr/packaging.py                                  |  90 +++--
pbr/util.py                                       |  43 ++-
test-requirements.txt                             |  24 +-
tools/integration.sh                              |  14 +-
tox.ini                                           |   4 +-
23 files changed, 1075 insertions(+), 459 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 5802d7c..7cbebf4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,3 @@
-coverage>=3.6
-discover
-fixtures>=1.3.1
+coverage>=3.6 # Apache-2.0
+discover # BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -8,9 +8,9 @@ hacking<0.11,>=0.10.0
-mock>=1.2
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-six>=1.9.0
-testrepository>=0.0.18
-testresources>=0.2.4
-testscenarios>=0.4
-testtools>=1.4.0
-virtualenv
+mock>=1.2 # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+six>=1.9.0 # MIT
+testrepository>=0.0.18 # Apache-2.0/BSD
+testresources>=0.2.4 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+virtualenv # MIT





More information about the OpenStack-dev mailing list