[openstack-dev] [release] oslo.vmware release 0.12.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:24 UTC 2015
We are tickled pink to announce the release of:
oslo.vmware 0.12.0: Oslo VMware library
For more details, please see the git log history below and:
http://launchpad.net/oslo.vmware/+milestone/0.12.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.vmware
Changes in oslo.vmware 0.11.1..0.12.0
-------------------------------------
9338d7f 2015-04-16 18:10:45 +0000 Uncap library requirements for liberty
46f2327 2015-04-04 02:30:40 -0400 Cleanup README.rst and setup.cfg
bc146a3 2015-04-03 14:11:39 +0000 Update to latest hacking
0f73e5d 2015-03-25 06:04:48 +0000 Imported Translations from Transifex
6d8594a 2015-03-24 07:30:29 -0700 Revert "VMWare NSXv: Common components"
9b57b13 2015-03-21 00:17:14 +0000 Updated from global requirements
3879e83 2015-03-20 16:14:43 +0000 Move pylint dependency to tox.ini
8445b49 2015-03-20 03:35:11 -0700 Move exception related tests to new module
Diffstat (except docs and test files)
-------------------------------------
README.rst | 2 +-
.../locale/fr/LC_MESSAGES/oslo.vmware-log-info.po | 10 +-
oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po | 81 +-
oslo.vmware/locale/oslo.vmware-log-info.pot | 8 +-
oslo.vmware/locale/oslo.vmware.pot | 131 +--
oslo_vmware/network/__init__.py | 0
oslo_vmware/network/nsx/__init__.py | 0
oslo_vmware/network/nsx/nsxv/__init__.py | 0
oslo_vmware/network/nsx/nsxv/api/__init__.py | 0
oslo_vmware/network/nsx/nsxv/api/api.py | 598 ----------
oslo_vmware/network/nsx/nsxv/api/api_helper.py | 117 --
oslo_vmware/network/nsx/nsxv/common/__init__.py | 0
oslo_vmware/network/nsx/nsxv/common/exceptions.py | 97 --
oslo_vmware/network/nsx/nsxv/objects/__init__.py | 0
.../network/nsx/nsxv/objects/edge_cfg_obj.py | 67 --
.../network/nsx/nsxv/objects/loadbalancer.py | 392 -------
.../network/nsx/nsxv/test_nsxv_loadbalancer.py | 98 --
requirements-py3.txt | 12 +-
requirements.txt | 12 +-
setup.cfg | 2 +-
test-requirements.txt | 5 +-
tox.ini | 3 +
30 files changed, 158 insertions(+), 2947 deletions(-)
Requirements updates
--------------------
diff --git a/requirements-py3.txt b/requirements-py3.txt
index fba2804..ab96725 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -5 +5 @@
-stevedore>=1.1.0 # Apache-2.0
+stevedore>=1.3.0 # Apache-2.0
@@ -14,3 +14,3 @@ six>=1.9.0
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
@@ -23 +23 @@ suds-jurko>=0.6
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0
@@ -27 +27 @@ urllib3>=1.8.3
-oslo.concurrency>=1.4.1 # Apache-2.0
+oslo.concurrency>=1.8.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 4b4b2bb..807bcfc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr>=0.6,!=0.7,<1.0
-stevedore>=1.1.0 # Apache-2.0
+stevedore>=1.3.0 # Apache-2.0
@@ -16,3 +16,2 @@ six>=1.9.0
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
@@ -25,2 +24 @@ suds>=0.4
-eventlet>=0.16.1
-httplib2>=0.7.5
+eventlet>=0.16.1,!=0.17.0
@@ -29 +27 @@ urllib3>=1.8.3
-oslo.concurrency>=1.4.1 # Apache-2.0
+oslo.concurrency>=1.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cfaa103..5346047 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,2 +6 @@
-hacking>=0.9.2,<0.10
-pylint>=1.3.0 # GNU GPL v2
+hacking>=0.10.0,<0.11
@@ -24 +23 @@ coverage>=3.6
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list