We high-spiritedly announce the release of: os-win 4.3.1: Windows / Hyper-V library for OpenStack projects. This release is part of the train 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 4.3.0..4.3.1 ------------------------------ a06fdae Update and replace http with https for doc links dc9f6b9 Fix VHD detach 16bf0eb Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- README.rst | 4 +- .../unit/utils/storage/virtdisk/test_vhdutils.py | 61 +++++++++++++ os_win/utils/io/ioutils.py | 4 +- os_win/utils/pathutils.py | 38 +++++++++ os_win/utils/storage/diskutils.py | 39 +++++++++ os_win/utils/storage/virtdisk/vhdutils.py | 44 +++++++++- os_win/utils/winapi/constants.py | 6 ++ os_win/utils/winapi/libs/kernel32.py | 22 +++++ os_win/utils/winapi/libs/virtdisk.py | 1 + setup.cfg | 1 + tox.ini | 2 +- 15 files changed, 440 insertions(+), 9 deletions(-)