[release][oslo] oslo.utils release 2.6.0 (mitaka)
We are eager to announce the release of: oslo.utils 2.6.0: Oslo Utility library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.utils With package available at: https://pypi.python.org/pypi/oslo.utils For more details, please see the git log history below and: http://launchpad.net/oslo.utils/+milestone/2.6.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 2.5.0..2.6.0 ---------------------------------- 5f273a1 Fix coverage configuration and execution 8d9e8ec No need for Oslo Incubator Sync 6010fb3 Make forever_retry_uncaught_exceptions handle its own failures 1960572 Ensure stopwatch __enter__, __exit__ are in docs 24d8950 Add some timeutils stop watch examples 76f1651 Imported Translations from Zanata 1b1c521 Move 'history' -> release notes section e17866e Fix bad acting classes and 'is_bound_method' check 56f9667 Change ignore-errors to ignore_errors 84595a0 Updated from global requirements b9739be If 'bool_from_string' provided a boolean just return it 34777b0 Imported Translations from Zanata 86ecb38 only capture the ImportError when importing 42e6b7b Add 'token' to list of fields to be santized by mask_password ab88fdf Update docstring on stop watch to reflect monotonic lib. usage Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +- .gitignore | 3 +- openstack-common.conf | 6 -- oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po | 10 ++- .../en_GB/LC_MESSAGES/oslo.utils-log-error.po | 8 +- .../en_GB/LC_MESSAGES/oslo.utils-log-info.po | 10 ++- .../en_GB/LC_MESSAGES/oslo.utils-log-warning.po | 8 +- oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po | 8 +- oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po | 10 ++- oslo.utils/locale/oslo.utils-log-critical.pot | 6 +- oslo.utils/locale/oslo.utils-log-error.pot | 10 +-- oslo.utils/locale/oslo.utils-log-info.pot | 6 +- oslo.utils/locale/oslo.utils-log-warning.pot | 6 +- oslo.utils/locale/oslo.utils.pot | 12 +-- oslo_utils/excutils.py | 49 ++++++----- oslo_utils/importutils.py | 5 +- oslo_utils/reflection.py | 2 +- oslo_utils/strutils.py | 4 +- oslo_utils/timeutils.py | 6 +- requirements.txt | 2 +- setup.py | 2 +- tox.ini | 4 +- 29 files changed, 261 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b9698ef..03ccbe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -pbr<2.0,>=1.6 +pbr>=1.6
participants (1)
-
davanum@gmail.com