[openstack-announce] [release][oslo] oslo.utils release 2.0.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 20 17:46:18 UTC 2015


We are psyched to announce the release of:

oslo.utils 2.0.0: Oslo Utility library

This release is part of the liberty 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.0.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.utils

Changes in oslo.utils 1.9.0..2.0.0
----------------------------------

8a25ca4 Updated from global requirements
dc23ed6 Updated from global requirements
c0a08b4 Add oslo.config to test requirements
6bd180e Remove oslo namespace package
6c45095 Updated from global requirements
13b55bd versionutils: add version convert helper methods

Diffstat (except docs and test files)
-------------------------------------

oslo/__init__.py                      |  15 -
oslo/utils/__init__.py                |  26 --
oslo/utils/encodeutils.py             |  13 -
oslo/utils/excutils.py                |  13 -
oslo/utils/importutils.py             |  13 -
oslo/utils/netutils.py                |  15 -
oslo/utils/reflection.py              |  13 -
oslo/utils/strutils.py                |  13 -
oslo/utils/timeutils.py               |  13 -
oslo/utils/units.py                   |  13 -
oslo/utils/uuidutils.py               |  13 -
oslo_utils/versionutils.py            |  28 ++
requirements.txt                      |   2 +-
setup.cfg                             |   4 -
setup.py                              |   2 +-
test-requirements.txt                 |   7 +-
30 files changed, 58 insertions(+), 2210 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e8de632..2ad5986 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr<2.0,>=0.11
+pbr<2.0,>=1.3
diff --git a/test-requirements.txt b/test-requirements.txt
index fa2aec2..fe29bea 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ testtools>=1.4.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0
@@ -25 +25 @@ oslosphinx>=2.5.0 # Apache-2.0
-mock>=1.1;python_version!='2.6'
+mock!=1.1.4,>=1.1;python_version!='2.6'
@@ -26,0 +27,3 @@ mock==1.0.1;python_version=='2.6'
+
+# used for oslotest cross-testing scripts
+oslo.config>=1.11.0 # Apache-2.0





More information about the OpenStack-announce mailing list