[release-announce] os-win 5.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 16:59:10 UTC 2020


We jubilantly announce the release of:

os-win 5.1.0: Windows / Hyper-V library for OpenStack projects.

This release is part of the victoria 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.0.1..5.1.0
------------------------------

33036bc drop mock from lower-constraints
331bf08 Switch to newer openstackdocstheme and reno versions
61bf34b Fix hacking min version to 3.0.1
94046df Fix case sensitive path comparisons
c978c8a Remove translation sections from setup.cfg
8be89e1 Remove monotonic usage
74b64c2 Bump default tox env from py37 to py38
3bcc87d Add py38 package metadata
c995a87 Use unittest.mock instead of third party mock
bb4934a Cleanup py27 support
d3ad80a Update hacking for Python3
44a7844 Add Python3 victoria unit tests
730f867 Update master for stable/ussuri
97af0c8 Ussuri contributor docs community goal


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

.zuul.yaml                                         |  2 +-
CONTRIBUTING.rst                                   | 24 +++---
babel.cfg                                          |  2 -
lower-constraints.txt                              | 12 +--
os_win/_hacking/checks.py                          | 64 +++++++--------
.../unit/utils/compute/test_livemigrationutils.py  |  2 +-
.../unit/utils/compute/test_migrationutils.py      |  3 +-
.../unit/utils/compute/test_rdpconsoleutils.py     |  2 +-
.../unit/utils/storage/initiator/test_fc_utils.py  |  2 +-
.../utils/storage/initiator/test_iscsi_utils.py    |  2 +-
.../storage/target/test_iscsi_target_utils.py      |  2 +-
.../unit/utils/storage/virtdisk/test_vhdutils.py   |  2 +-
os_win/utils/compute/vmutils.py                    |  3 +-
os_win/utils/compute/vmutils10.py                  |  6 +-
os_win/utils/hostutils10.py                        |  4 +-
os_win/utils/io/ioutils.py                         |  7 +-
os_win/utils/jobutils.py                           |  3 +-
os_win/utils/pathutils.py                          | 13 +---
os_win/utils/storage/virtdisk/vhdutils.py          |  2 +-
releasenotes/source/conf.py                        |  9 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++
setup.cfg                                          | 26 +------
setup.py                                           |  9 ---
test-requirements.txt                              |  8 +-
tox.ini                                            | 37 ++++++---
54 files changed, 255 insertions(+), 188 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 691a1b3..dc8f251 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -10 +10 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -16 +16 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -18 +18 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list