We are jazzed to announce the release of: oslo.utils 3.30.0: Oslo Utility library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: https://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.29.0..3.30.0 ------------------------------------ 473013f Updated from global requirements 75b8af3 Use six.binary_type to point to the right type 08e52a1 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_utils/encodeutils.py | 2 +- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f6cb091..afffee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ six>=1.9.0 # MIT -funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0 +funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 @@ -14 +14 @@ iso8601>=0.1.11 # MIT -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 @@ -17 +17 @@ pytz>=2013.6 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 6214267..5fdac01 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21 +21 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -27 +27 @@ mock>=2.0.0 # BSD -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0