We are delighted to announce the release of: osc-placement 4.4.0: OpenStackClient plugin for the Placement service This release is part of the dalmatian 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 4.3.0..4.4.0 ------------------------------------- 4089a85 Replace simplejson by built-in json b0f9676 Make python 3.12 functional job voting f9c6e8c Update testing of python versions d7fd6d0 reno: Update master for unmaintained/zed 7465708 Update master for stable/2024.1 87146b3 reno: Update master for unmaintained/xena 6171458 reno: Update master for unmaintained/wallaby 3756d27 reno: Update master for unmaintained/victoria 2ea53eb tox: Drop envdir fa4c7e3 add pyproject.toml to support pip 23.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 18 ++++++++++++------ osc_placement/http.py | 2 +- pyproject.toml | 3 +++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 1 - setup.cfg | 2 +- tox.ini | 20 ++++++++++++-------- 14 files changed, 42 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9f29ac0..ef2b703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3 +2,0 @@ keystoneauth1>=3.3.0 # Apache-2.0 -simplejson>=3.16.0 # MIT