We are delighted to announce the release of: octavia-lib 3.5.0: A library to support Octavia provider drivers. This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/octavia-lib Download the package from: https://pypi.org/project/octavia-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/octavia-lib For more details, please see below. Changes in octavia-lib 3.4.0..3.5.0 ----------------------------------- f36a8a7 reno: Update master for unmaintained/yoga 00399e4 Bump hacking d470146 Cleanup setup.py and requirements b84ed09 Update python classifier in setup.cfg 93c5e17 Better __repr__() for data model Diffstat (except docs and test files) ------------------------------------- octavia_lib/api/drivers/data_models.py | 42 +++++++++++++++++++++- octavia_lib/hacking/checks.py | 4 +-- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 --- setup.cfg | 1 + setup.py | 9 ----- test-requirements.txt | 6 +--- 8 files changed, 81 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6910166..cbd4797 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,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 c0bef4d..7406e03 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# 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. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org