We jubilantly announce the release of: os-win 5.4.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.3.0..5.4.0 ------------------------------ cce95b4 Allow setting VHD GUIDs fa9061f Avoid propagating wmi exceptions for soft shutdown 954693f Use a separate doc requirements file Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 54 ++++----------------- .../unit/utils/storage/virtdisk/test_vhdutils.py | 55 +++++++++++++++++++++- os_win/utils/compute/vmutils.py | 33 ++++++++----- os_win/utils/storage/virtdisk/vhdutils.py | 25 +++++++++- os_win/utils/winapi/constants.py | 2 + os_win/utils/winapi/libs/virtdisk.py | 12 ++++- os_win/utils/winapi/wintypes.py | 7 +++ requirements.txt | 6 +-- test-requirements.txt | 10 +--- tox.ini | 1 + 12 files changed, 156 insertions(+), 73 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 18a5284..c28a94d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ eventlet>=0.22.0 # MIT -oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.concurrency>=3.29.0 # Apache-2.0 +oslo.config>=6.8.0 # Apache-2.0 @@ -11 +11 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=4.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dc8f251..67ad72c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,5 +8,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -ddt>=1.0.1 # MIT -docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx>=2.0.0,!=2.1.0 # BSD -oslo.config>=5.2.0 # Apache-2.0 -oslotest>=3.2.0 # Apache-2.0 +ddt>=1.2.1 # MIT +oslotest>=3.8.0 # Apache-2.0 @@ -16,3 +12,0 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=2.2.1 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org