osc-placement 2.1.0 (victoria)
We are gleeful to announce the release of: osc-placement 2.1.0: OpenStackClient plugin for the Placement service This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/osc-placement Download the package from: https://pypi.org/project/osc-placement Please report issues through: https://bugs.launchpad.net/placement-osc-plugin/+bugs For more details, please see below. Changes in osc-placement 2.0.0..2.1.0 ------------------------------------- cfdebe3 Remove six.PY3 a7aa5a8 tox: Trivial cleanup f463abf tox: Add functional-pyNN targets 644feaa trivial: Fix formatting of command help texts 7aed6dc Update command help information d364b79 Remove Babel df0527d Use unittest.mock instead of third party mock 80bcdd2 Switch to newer openstackdocstheme and reno versions fd19149 Fix hacking min version to 3.0.1 2abc378 Cleanup py27 support 67e53d5 Add Python3 victoria unit tests 05ebde9 Update master for stable/ussuri 75b3aa0 Provide a useful message in case of 5xx error Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 2 - osc_placement/http.py | 18 ++++--- osc_placement/resources/aggregate.py | 4 +- osc_placement/resources/allocation.py | 7 ++- osc_placement/resources/allocation_candidate.py | 10 ++-- osc_placement/resources/inventory.py | 39 +++++++------- osc_placement/resources/resource_class.py | 17 +++--- releasenotes/source/conf.py | 5 +- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++ setup.cfg | 29 ++-------- setup.py | 9 ---- test-requirements.txt | 2 +- tox.ini | 72 +++++++++++++++++-------- 21 files changed, 136 insertions(+), 125 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2b84a1c..e8b5b36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org