python-octaviaclient 3.12.0 (flamingo)
We joyfully announce the release of: python-octaviaclient 3.12.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/python-octaviaclient Download the package from: https://pypi.org/project/python-octaviaclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- octaviaclient For more details, please see below. 3.12.0 ^^^^^^ Upgrade Notes ************* * Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported. Bug Fixes ********* * Fixed a bug when using the "--wait" flag with the "l7rule create" command, it displayed an error message even when the command succeeded. Changes in python-octaviaclient 3.11.1..3.12.0 ---------------------------------------------- 9044650 tox: Drop envdir 05f0aac Fixed --wait flag with l7rule create ddba32a Remove Python 3.9 support 7f769f4 Drop explicit dependency on python-subunit Diffstat (except docs and test files) ------------------------------------- octaviaclient/osc/v2/l7rule.py | 2 +- releasenotes/notes/fix-l7rule-create-wait-1f087c17a82eedeb.yaml | 5 +++++ releasenotes/notes/remove-py39-18d9fc827db08abc.yaml | 5 +++++ requirements.txt | 4 ---- setup.cfg | 3 +-- test-requirements.txt | 5 ----- tox.ini | 4 +--- 9 files changed, 15 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3a1783f..d37de3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +4,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 5d38791..95b1eef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -13 +8,0 @@ pylint>=2.5.3 # GPLv2 -python-subunit>=1.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org