[release][oslo] oslo.utils release 3.0.0 (mitaka)
We are delighted to announce the release of: oslo.utils 3.0.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.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 2.8.0..3.0.0 ---------------------------------- 92661e4 Add a bandit target to tox.ini 6d11be6 Updated from global requirements f00e815 Remove python 2.6 classifier 27bbb4c Fix wrong bug tracking link 1109598 Remove python 2.6 and cleanup tox.ini 49bdee0 Refactor Port number validation 4c37d8f Allow 'forever_retry_uncaught_exceptions' to take in different defaults Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 2 +- bandit.yaml | 393 ++++++++++++++++++++++++++++++++++++++++++++++ oslo_utils/encodeutils.py | 6 +- oslo_utils/excutils.py | 89 ++++++----- oslo_utils/netutils.py | 24 ++- oslo_utils/reflection.py | 4 +- oslo_utils/strutils.py | 4 +- oslo_utils/timeutils.py | 4 +- setup.cfg | 1 - test-requirements.txt | 7 +- tox.ini | 18 +-- 11 files changed, 479 insertions(+), 73 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b571b69..2b6c507 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22 +22 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -28 +28,4 @@ mock>=1.2 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=0.13.2
participants (1)
-
davanum@gmail.com