[release-announce] [nova] os-traits 0.5.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 11 21:50:38 UTC 2018


We are happy to announce the release of:

os-traits 0.5.0: A library containing standardized trait strings

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-traits

Download the package from:

    https://pypi.python.org/pypi/os-traits

Please report issues through launchpad:

    https://bugs.launchpad.net/os-traits

For more details, please see below.

Changes in os-traits 0.4.0..0.5.0
---------------------------------

6815b2c Updated from global requirements
827f267 Add NIC Switchdev feature
81dc8da Update the documentation urls


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

CONTRIBUTING.rst            | 4 ++--
HACKING.rst                 | 2 +-
README.rst                  | 4 ++--
os_traits/hw/nic/offload.py | 1 +
requirements.txt            | 2 +-
setup.cfg                   | 2 +-
test-requirements.txt       | 4 ++--
7 files changed, 10 insertions(+), 9 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 76ecae7..a072ac0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 31d53a3..01a8377 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -14 +14 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list