We are happy to announce the release of: oslo.config 3.0.0: Oslo Configuration API This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.config With package available at: https://pypi.python.org/pypi/oslo.config For more details, please see the git log history below and: http://launchpad.net/oslo.config/+milestone/3.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.config Changes in oslo.config 2.7.0..3.0.0 ----------------------------------- 63093ec Add a bandit target to tox.ini ebecf62 Updated from global requirements ea08557 Allow naming of custom types 6a62fa0 Remove python 2.6 classifier 508ad40 improve wording of comment in previous commit 50f1859 Remove 'raise' in _get 93fbd8a Remove python 2.6 and cleanup tox.ini 879aa45 Add DEFAULT group in NoSuchOptError when group=None ad739a4 Add help text generation for OptGroups Diffstat (except docs and test files) ------------------------------------- bandit.yaml | 393 ++++++++++++++++++++++++++++++++++++ oslo_config/cfg.py | 41 ++-- oslo_config/generator.py | 60 +++--- oslo_config/types.py | 68 +++++-- setup.cfg | 1 - test-requirements.txt | 5 +- tox.ini | 10 +- 9 files changed, 575 insertions(+), 77 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a0bbe5c..e8d618e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22 +22 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -28,0 +29,3 @@ mock>=1.2 + +# Bandit security code scanner +bandit>=0.13.2