[release-announce] [nova] os-traits 0.4.0 (queens)
no-reply at openstack.org
no-reply at openstack.org
Tue Nov 21 15:47:17 UTC 2017
We are gleeful to announce the release of:
os-traits 0.4.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:
http://bugs.launchpad.net/os-traits
For more details, please see below.
0.4.0
^^^^^
New Features
* Added a new optional parameter "suffix" to function "get_traits".
This new parameter allows filtering the list of traits returned by
the ending of the name.
Changes in os-traits 0.3.3..0.4.0
---------------------------------
7d771c5 Updated from global requirements
7d15015 Updated from global requirements
21b879b doc: Remove cruft from conf.py
5c46158 doc: Switch from oslosphinx to openstackdocstheme
8660300 Update reno for stable/pike
ce9bef1 Add a new parameter ``suffix`` to function ``get_traits``
171c5b8 Remove AUTHORS and ChangeLog
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 4 +
AUTHORS | 1 -
ChangeLog | 3 -
os_traits/__init__.py | 7 +-
.../add-suffix-get_traits-d1d91edcf7f65188.yaml | 6 +
releasenotes/source/conf.py | 224 +--------------------
releasenotes/source/index.rst | 1 +
releasenotes/source/pike.rst | 6 +
test-requirements.txt | 4 +-
tox.ini | 2 +-
12 files changed, 61 insertions(+), 251 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index e2a61dc..31d53a3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx>=1.6.2 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -17 +17 @@ testtools>=1.4.0 # MIT
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
More information about the Release-announce
mailing list