We are amped to announce the release of: pbr 4.3.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. 4.3.0 ^^^^^ New Features * Subdirectories can now be included when specfifying a requirement in "requirements.txt" or "test-requirements.txt" using VCS URIs. For example: -e git+https://foo.com/zipball#egg=bar&subdirectory=baz For more information, refer to the pip documentation. Changes in pbr 4.2.0..4.3.0 --------------------------- 126b7f7 Remove my_ip from generated wsgi script 7b3e477 Fix typo in contribution instructions. d01abc8 Add release note for fix to bug 1786306 a277e60 Move pbr-installation jobs in-tree bca3533 Support subdirectory in the url ef8b856 remove pypy jobs e2fa6a6 add lib-forward-testing-python3 test job 8ab5416 add python 3.6 unit test job b8a51db switch documentation job to new PTI 5a9d5ac import zuul job settings from project-config 1ee21f6 Ignore Zuul when generating AUTHORS 5c012fe tox: Re-add cover target Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 120 ++++++++++++++++++ pbr/git.py | 2 +- pbr/packaging.py | 8 +- .../legacy/pbr-installation-devstack/post.yaml | 15 +++ .../legacy/pbr-installation-devstack/run.yaml | 137 +++++++++++++++++++++ .../pbr-installation-upstream-devstack/post.yaml | 15 +++ .../pbr-installation-upstream-devstack/run.yaml | 137 +++++++++++++++++++++ ...-uris-with-subdirectories-20ad68b6138f72ca.yaml | 11 ++ tox.ini | 10 ++ 11 files changed, 460 insertions(+), 8 deletions(-)
participants (1)
-
no-reply@openstack.org