[openstack-dev] oslo.config 1.6.0 released
Doug Hellmann
doug at doughellmann.com
Mon Jan 5 18:34:02 UTC 2015
The Oslo team is pleased to announce the release of
oslo.config 1.6.0: Oslo Configuration API
The primary reason for this release is to move the code
out of the oslo namespace package as part of
https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages
For more details, please see the git log history below and
http://launchpad.net/oslo/+milestone/1.6.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo
----------------------------------------
Changes in openstack/oslo.config 1.5.0..1.6.0
f045681 Set the version string
6feb19b Stop sorting options on output
70c5b67 Move files out of the namespace package
063a5ef Workflow documentation is now in infra-manual
e447675 Fix wrong order of positional args in cli
5b5df64 add tests coverage for an oslo.messaging use case
b5f14ce Refactored help string generation
diffstat (except docs and test files):
.gitignore | 1 +
CONTRIBUTING.rst | 7 +-
oslo/config/__init__.py | 28 +
oslo/config/cfg.py | 2437 +-----------------------
oslo/config/cfgfilter.py | 307 +--
oslo/config/fixture.py | 107 +-
oslo/config/generator.py | 293 +--
oslo/config/iniparser.py | 116 +-
oslo/config/types.py | 402 +---
oslo_config/__init__.py | 0
oslo_config/cfg.py | 2471 ++++++++++++++++++++++++
oslo_config/cfgfilter.py | 318 ++++
oslo_config/fixture.py | 118 ++
oslo_config/generator.py | 313 ++++
oslo_config/iniparser.py | 127 ++
oslo_config/types.py | 413 ++++
setup.cfg | 3 +-
tests/test_cfg.py | 144 +-
tests/test_cfgfilter.py | 36 -
tests/test_generator.py | 2 +-
tests/test_warning.py | 61 +
tests/testmods/bar_foo_opt.py | 2 +-
tests/testmods/baz_qux_opt.py | 2 +-
tests/testmods/blaa_opt.py | 2 +-
tests/testmods/fbaar_baa_opt.py | 2 +-
tests/testmods/fbar_foo_opt.py | 2 +-
tests/testmods/fblaa_opt.py | 2 +-
44 files changed, 8955 insertions(+), 3763 deletions(-)
More information about the OpenStack-dev
mailing list