[release][oslo] oslo.utils release 3.1.0 (mitaka)
We are glad to announce the release of: oslo.utils 3.1.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/3.1.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 3.0.0..3.1.0 ---------------------------------- ab356b1 Remove duplicated profiles section from bandit.yaml 3d42b05 Allow get_class_name to accept bound method and class method ccecc5f deprecate timeutils.total_seconds() df95474 Move imageutils from oslo-incubator to oslo.utils 654aed2 add comment explaining why we don't want extra values passed to mask_password 737ba52 networkutils: drop python 2.6 support 734cad1 Remove 'MANIFEST.in' 2abbe1c Move netifaces to extras 346c27b Add useful 'time_it' decorator Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 -- bandit.yaml | 34 ------ oslo_utils/imageutils.py | 151 +++++++++++++++++++++++++++ oslo_utils/netutils.py | 14 --- oslo_utils/reflection.py | 15 ++- oslo_utils/strutils.py | 13 +++ oslo_utils/timeutils.py | 53 ++++++++++ requirements.txt | 1 - setup.cfg | 4 + tox.ini | 1 + 13 files changed, 551 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 03ccbe8..f9b7b5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +17,0 @@ netaddr!=0.7.16,>=0.7.12 -netifaces>=0.10.4
participants (1)
-
davanum@gmail.com