We are gleeful to announce the release of: os-traits 0.2.0: A library containing standardized trait strings This release is part of the pike 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: http://bugs.launchpad.net/os-traits For more details, please see below. Changes in os-traits 0.1.0..0.2.0 --------------------------------- 536c9c7 Add storage and disk namespaces and features 2855c25 Add custom namespace 9452af5 normalize constants to align with resource classes 6f4b514 update pep8/hacking and address failures Diffstat (except docs and test files) ------------------------------------- .gitreview | 4 ++ README.rst | 76 ++++++++++++++--------------- os_traits/__init__.py | 26 ++++++---- os_traits/const.py | 100 ++++++++++++++++++++++---------------- test-requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 129 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0bf3d9a..5e34866 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
participants (1)
-
no-reply@openstack.org