The Oslo team is pleased to announce release 1.5.0 of oslo.config. This is primarily a bug-fix release, but does include requirements changes.
For more details, please see the git log history below and http://launchpad.net/oslo/+milestone/1.5.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo ---------------------------------------- Changes in openstack/oslo.config 1.4.0..1.5.0 7ab3326 Updated from global requirements c81dc30 Updated from global requirements 4a15ea3 Fix class constant indentation 5d5faeb Updated from global requirements d6b0ee6 Activate pep8 check that _ is imported 73635ef Updated from global requirements cf94a51 Updated from global requirements e140a1d Add pbr to installation requirements e906e74 Updated from global requirements 0a7abd0 Add some guidance for group names e0ad7fa delay formatting debug log message f7c54d9 Check config default value is correct type 41770ad Report permission denied when parsing config 5ada833 Fix docs example using generator config files e82f6bb Updated from global requirements fa458ee do not use colons in section titles 2af57e5 Stop using intersphinx a736da3 Fixed typo in docstring for _get_config_dirs ba6486a Update contributing instructions 70fc459 Add missing newline to stderr output when argument value is wrong diffstat (except docs and test files): CONTRIBUTING.rst | 2 +- oslo/config/cfg.py | 64 ++++++++++++++++++++++++++++++++++++++++----- oslo/config/generator.py | 2 +- oslo/config/types.py | 45 +++++++++++++++++++++++++------ requirements.txt | 3 ++- test-requirements.txt | 8 +++--- tests/test_cfg.py | 58 ++++++++++++++++++++++++---------------- tests/test_generator.py | 3 ++- tox.ini | 1 - 14 files changed, 162 insertions(+), 52 deletions(-) Requirements updates: diff --git a/requirements.txt b/requirements.txt index bde4919..fb3695c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ +pbr>=0.6,!=0.7,<1.0 @@ -8 +9 @@ six>=1.7.0 -stevedore>=0.14 +stevedore>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2a9b720..e23d9ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,2 +12,2 @@ testscenarios>=0.4 -testtools>=0.9.34 -oslotest>=1.1.0.0a1 +testtools>=0.9.36,!=1.2.0 +oslotest>=1.2.0 # Apache-2.0 @@ -21,2 +21,2 @@ coverage>=3.6 -sphinx>=1.1.2,!=1.2.0,<1.3 -oslosphinx>=2.2.0.0a2 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.2.0 # Apache-2.0 _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
