We are pleased to announce the release of: os-traits 0.13.0: A library containing standardized trait strings The source is available from: https://opendev.org/openstack/os-traits Download the package from: https://pypi.org/project/os-traits For more details, please see below. Changes in os-traits 0.12.0..0.13.0 ----------------------------------- 93d2ff7 hw: cpu: Rework the directory layout; add missing traits 098b1e0 Replace git.openstack.org URLs with opendev.org URLs 3b91167 Update SEV trait docs to avoid misleading people f17a1ce Document policy of never removing traits 76cea9b Dropping the py35 testing 50ca62c OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- CONTRIBUTING.rst | 2 +- HACKING.rst | 2 +- README.rst | 4 ++-- os_traits/hw/cpu/amd.py | 14 +++++++++++++- os_traits/hw/cpu/{x86.py => x86/__init__.py} | 20 ++++++++++++++++++++ os_traits/hw/cpu/x86/amd.py | 27 +++++++++++++++++++++++++++ os_traits/hw/cpu/x86/intel.py | 27 +++++++++++++++++++++++++++ setup.cfg | 2 +- tox.ini | 4 ++-- 12 files changed, 124 insertions(+), 17 deletions(-)