We are amped to announce the release of: os-win 5.3.0: Windows / Hyper-V library for OpenStack projects. This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/os-win Download the package from: https://pypi.org/project/os-win Please report issues through: https://bugs.launchpad.net/os-win/+bugs For more details, please see below. Changes in os-win 5.1.0..5.3.0 ------------------------------ 78414e7 vmutils: Adds the ability to modify the VM's chassis asset tag 2c068a6 Bump eventlet requirement 6a10853 Remove Babel requirement 71c4258 Add Python3 wallaby unit tests 259e2f2 Update master for stable/victoria 86529bc [goal] Migrate testing to ubuntu focal 066c1c4 Switch from unittest2 compat methods to Python 3.x methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 9 ++++----- os_win/utils/compute/vmutils.py | 6 +++++- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 3 +-- 8 files changed, 30 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb5e9a9..18a5284 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD @@ -8 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT +eventlet>=0.22.0 # MIT
participants (1)
-
no-reply@openstack.org