[openstack-dev] [release] oslo.versionedobjects release 1.1.1 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 18:17:56 UTC 2015
We are glad to announce the release of:
oslo.utils 1.1.1: Oslo Utility library
For more details, please see the git log history below and:
http://launchpad.net/oslo/+milestone/1.1.1
Please report issues through launchpad:
http://bugs.launchpad.net/oslo
Changes in oslo.utils 1.1.0..1.1.1
----------------------------------
6e0b861 2015-01-07 14:12:26 -0500 Improve performance of strutils.mask_password
ca76fdc 2015-01-06 17:07:36 -0500 Move files out of the namespace package
44f36e3 2015-01-06 14:16:37 +0800 Add method is_valid_port in netutils
626368a 2014-12-26 16:22:24 +0100 Support non-lowercase uuids in is_uuid_like
45b470c 2014-12-18 17:00:25 +0800 Add 'secret_uuid' in _SANITIZE_KEYS for strutils
2081aa9 2014-12-10 06:12:09 +0000 Imported Translations from Transifex
6741748 2014-12-05 03:30:39 +0000 Workflow documentation is now in infra-manual
edfc2c7 2014-11-19 12:45:04 -0500 Improve error reporting in _get_my_ipv4_address()
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 7 +-
.../locale/de/LC_MESSAGES/oslo.utils-log-info.po | 41 ++
oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po | 37 ++
oslo.utils/locale/oslo.utils-log-info.pot | 20 +-
oslo/utils/__init__.py | 26 +
oslo/utils/_i18n.py | 37 --
oslo/utils/encodeutils.py | 84 +--
oslo/utils/excutils.py | 102 +---
oslo/utils/importutils.py | 62 +--
oslo/utils/netutils.py | 257 +--------
oslo/utils/reflection.py | 197 +------
oslo/utils/strutils.py | 249 +--------
oslo/utils/timeutils.py | 199 +------
oslo/utils/units.py | 27 +-
oslo/utils/uuidutils.py | 33 +-
oslo_utils/__init__.py | 0
oslo_utils/_i18n.py | 37 ++
oslo_utils/encodeutils.py | 95 ++++
oslo_utils/excutils.py | 113 ++++
oslo_utils/importutils.py | 73 +++
oslo_utils/netutils.py | 286 ++++++++++
oslo_utils/reflection.py | 208 ++++++++
oslo_utils/strutils.py | 266 +++++++++
oslo_utils/timeutils.py | 210 ++++++++
oslo_utils/units.py | 38 ++
oslo_utils/uuidutils.py | 45 ++
setup.cfg | 1 +
tools/perf_test_mask_password.py | 52 ++
tox.ini | 2 +-
55 files changed, 3673 insertions(+), 1335 deletions(-)
More information about the OpenStack-dev
mailing list