powervm / pypowervm

Python library for interacting with the PowerVM API
Apache License 2.0
26 stars 14 forks source link

Use a modern PBR package #1

Closed tbreeds closed 7 years ago

tbreeds commented 7 years ago

The 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux.

pypowervm isn't using that feature, so it shoudln't break.

The cap on pbr is preventing OpenStack projects that would like to use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks co-installability with pypowervm

Related-Bug: https://bugs.launchpad.net/openstack-requirements/+bug/1668848

tbreeds commented 7 years ago

Once this is merged it's be great is a new pypowervm release could be made to address this in OpenStack consumers

adreznec commented 7 years ago

We're testing this internally now, hit some snags with mismanaged dependencies this change just happens to be exposing. Should have a release out shortly once we get things sorted.