[release-announce] os-win 4.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 7 12:14:28 UTC 2019


We joyfully announce the release of:

os-win 4.3.0: 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.2.0..4.3.0
------------------------------

f9bed1a Replace git.openstack.org URLs with opendev.org URLs
930ac47 OpenDev Migration Patch
af911eb Dropping the py35 testing
8954d1c Update master for stable/stein
ec959ea Update hacking version
19a4ab5 add python 3.7 unit test job
b07ba3d Replace testrepository with stestr
5c3f7cd Add mutex class


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                 |  2 +-
.gitreview                                 |  2 +-
.stestr.conf                               |  3 ++
.testr.conf                                |  7 ---
.zuul.yaml                                 |  2 +-
HACKING.rst                                |  2 +-
README.rst                                 |  2 +-
lower-constraints.txt                      |  6 +--
os_win/utils/baseutils.py                  |  6 +--
os_win/utils/processutils.py               | 56 ++++++++++++++++++++++
os_win/utils/win32utils.py                 | 13 ++++++
os_win/utils/winapi/libs/kernel32.py       | 15 ++++++
os_win/utilsfactory.py                     |  5 ++
releasenotes/source/index.rst              |  1 +
releasenotes/source/stein.rst              |  6 +++
setup.cfg                                  |  2 +-
test-requirements.txt                      |  4 +-
tox.ini                                    | 11 ++---
24 files changed, 247 insertions(+), 37 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 48a4232..691a1b3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -13 +13 @@ oslotest>=3.2.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list