[release][oslo] oslo.utils release 2.8.0 (mitaka)
We are glad to announce the release of: oslo.utils 2.8.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.8.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 2.7.0..2.8.0 ---------------------------------- 7ef6a8f Fix get_class_name() on Python 3 e77d38c Added ICMP 'type' and 'code' checking capability to 'netutils' module 7da2a5b Updated from global requirements 796d1e8 Imported Translations from Zanata afdd1fe comment in write_to_tempfile 7f57de5 Use versionadded and versionchanged in doc Diffstat (except docs and test files) ------------------------------------- .../locale/de/LC_MESSAGES/oslo.utils-log-info.po | 11 ++-- oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po | 7 ++- .../en_GB/LC_MESSAGES/oslo.utils-log-error.po | 9 ++-- .../en_GB/LC_MESSAGES/oslo.utils-log-info.po | 9 ++-- .../en_GB/LC_MESSAGES/oslo.utils-log-warning.po | 9 ++-- oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po | 7 ++- .../locale/fr/LC_MESSAGES/oslo.utils-log-error.po | 11 ++-- .../locale/fr/LC_MESSAGES/oslo.utils-log-info.po | 13 ++--- .../fr/LC_MESSAGES/oslo.utils-log-warning.po | 11 ++-- oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po | 7 ++- oslo.utils/locale/oslo.utils-log-critical.pot | 19 ------- oslo_utils/encodeutils.py | 2 + oslo_utils/eventletutils.py | 13 +++++ oslo_utils/excutils.py | 7 +++ oslo_utils/fileutils.py | 20 ++++--- oslo_utils/fixture.py | 6 +++ oslo_utils/importutils.py | 25 +++++++-- oslo_utils/netutils.py | 61 +++++++++++++++++++++- oslo_utils/reflection.py | 32 ++++++------ oslo_utils/strutils.py | 22 +++++++- oslo_utils/timeutils.py | 40 ++++++++++++-- oslo_utils/uuidutils.py | 5 ++ oslo_utils/versionutils.py | 16 ++++++ test-requirements.txt | 2 +- 28 files changed, 318 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e09cfdf..b571b69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28 +28 @@ mock>=1.2 -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.6.0 # Apache-2.0
participants (1)
-
davanum@gmail.com