We are overjoyed to announce the release of: oslo.utils 3.3.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 below and: http://launchpad.net/oslo.utils/+milestone/3.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 3.2.0..3.3.0 ---------------------------------- dafa5e9 Fix DeprecationWarning when call method delta_seconds 95f3b06 fix fnmatch.filter in non-posix system 6ca7d15 fix fileutils ut code random failure 7b2b895 Add missing doc index for imageutils and fnmatch e46a46b re-implement thread safe fnmatch fa73d96 Fix the bug of can't get the desired image info 43451e5 Expose function signature fetching function Diffstat (except docs and test files) ------------------------------------- oslo_utils/fnmatch.py | 78 +++++++++++++++++++++++++++++++++++++ oslo_utils/imageutils.py | 10 ++++- oslo_utils/reflection.py | 45 +++++++++++---------- oslo_utils/timeutils.py | 2 +- requirements.txt | 1 + 9 files changed, 186 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ed3f76a..581071e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ six>=1.9.0 +funcsigs>=0.4;python_version=='2.7' or python_version=='2.6'