We are overjoyed to announce the release of: os-traits 0.11.0: A library containing standardized trait strings This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/os-traits Download the package from: https://pypi.org/project/os-traits Please report issues through launchpad: https://bugs.launchpad.net/os-traits For more details, please see below. Changes in os-traits 0.10.0..0.11.0 ----------------------------------- 7f43b7e Add HW_CPU_AMD_SEV trait 98c5e74 Add new traits for TPM support a393eb3 Update hacking version to latest 9adb3e3 Update author-email in setup.cfg Diffstat (except docs and test files) ------------------------------------- os_traits/compute/security.py | 22 ++++++++++++++++++++++ os_traits/hw/cpu/amd.py | 19 +++++++++++++++++++ setup.cfg | 2 +- test-requirements.txt | 2 +- 5 files changed, 75 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 47c128f..2122e22 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
participants (1)
-
no-reply@openstack.org