[openstack-dev] [release][oslo] oslo.config release 3.2.1 (mitaka)
davanum at gmail.com
davanum at gmail.com
Thu Jan 14 03:52:45 UTC 2016
We are pumped to announce the release of:
oslo.config 3.2.1: 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
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.config
For more details, please see below.
Changes in oslo.config 3.2.0..3.2.1
-----------------------------------
e2e368b Fixed deprecated_for_removal warning generation
cc0628d Module index grouping
e629c4c Docs class links
2b057cf generator: ignore doubles
8b91c8c Numerous corrections to the docstrings
d7c09e6 Make oslo-config-generator fail gracefully when no arguments
e26e20a Replace assertEqual(*, None) with assertIsNone in tests
a339e24 Python 3 deprecated the logger.warn method in favor of warning
7a3d998 Replace assertEqual(None,*) with assertIsNone(*)
1e5d9c5 Cleanly handle an undefined attribute reference
cf66035 Replace assertEqual with assertTrue and assertFalse
3044815 assertIsNone(val) instead of assertEqual(None,val)
Diffstat (except docs and test files)
-------------------------------------
oslo_config/cfg.py | 36 +++++++++++++++++++++-------------
oslo_config/generator.py | 36 +++++++++++++++++++++++++++++++++-
oslo_config/sphinxext.py | 4 +++-
6 files changed, 123 insertions(+), 27 deletions(-)
More information about the OpenStack-dev
mailing list