We contentedly announce the release of: os-traits 0.3.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.2.0..0.3.0 --------------------------------- b169eb4 Adds a validation test for trait names 8503afd Remove 'CUSTOM_NAMESPACE'/'os_traits' from traits 5a704fd remove redundant get_symbol_names() func 1441f4f Adds MISC_SHARES_VIA_AGGREGATE standard trait 2eb278c Automate the import of traits 842a43b Add NIC namespace and features 23d81d4 organize os_traits for the future 9e6b7c1 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 29 +------------ os_traits/__init__.py | 69 ++++++++++++++++++----------- os_traits/const.py | 91 --------------------------------------- os_traits/hw/__init__.py | 0 os_traits/hw/cpu/__init__.py | 0 os_traits/hw/cpu/x86.py | 65 ++++++++++++++++++++++++++++ os_traits/hw/nic/__init__.py | 23 ++++++++++ os_traits/hw/nic/accel.py | 24 +++++++++++ os_traits/hw/nic/dcb.py | 22 ++++++++++ os_traits/hw/nic/offload.py | 36 ++++++++++++++++ os_traits/hw/nic/sriov.py | 23 ++++++++++ os_traits/misc/__init__.py | 38 ++++++++++++++++ os_traits/storage/__init__.py | 0 os_traits/storage/disk.py | 18 ++++++++ requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 8 ++-- 18 files changed, 324 insertions(+), 168 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3e5c6ae..1e8f8e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5e34866..3f920d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -7 +7 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD @@ -17 +17 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0