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

Takashi Yamamoto yamamoto at midokura.com
Thu Apr 14 06:09:24 UTC 2016


On Thu, Apr 14, 2016 at 2:16 PM, Joshua Harlow <harlowja at fastmail.com> wrote:
> I think we need the following fixes first?
>
> https://review.openstack.org/#/c/305080/

yes, it's a fix for my issue.

>
> If so let's work on merging that (if not let me know),
>
> I also see the following:
>
> https://review.openstack.org/#/c/305604/
>
> Does that include a fix for your issue?

it includes Ic3046817b6c5808c61c4a3bc3d912501e6a52274 ,
which might fix my issue.

>
> -Josh
>
>
> Takashi Yamamoto wrote:
>>
>> hi,
>>
>> this version broke networking-midonet gate jobs.
>> bug 1569680
>> bug 1570145
>> is there any chance to make another release with fixes?
>>
>> On Tue, Apr 12, 2016 at 10:46 PM,<no-reply at openstack.org>  wrote:
>>>
>>> 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
>>>
>>>
>>>
>>>
>>> __________________________________________________________________________
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe:
>>> OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>> __________________________________________________________________________
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the OpenStack-dev mailing list