[openstack-dev] [release] oslo.versionedobjects release 0.2.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:24 UTC 2015
We are excited to announce the release of:
oslo.versionedobjects 0.2.0: Oslo Versioned Objects library
For more details, please see the git log history below and:
http://launchpad.net/oslo.versionedobjects/+milestone/0.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.versionedobjects
Changes in oslo.versionedobjects 0.1.1..0.2.0
---------------------------------------------
23d15eb 2015-04-16 18:10:19 +0000 Uncap library requirements for liberty
cfe2cd7 2015-04-04 02:05:55 -0400 Standardize setup.cfg summary for oslo libs
29ac0fc 2015-04-03 14:08:13 +0000 Update to the latest version of hacking
ae5558f 2015-03-28 11:16:59 -0400 Copy the default value for field
2ccb13a 2015-03-21 00:17:16 +0000 Updated from global requirements
1a6bea7 2015-03-19 13:57:45 -0400 New config group for oslo_versionedobjects
Diffstat (except docs and test files)
-------------------------------------
oslo_versionedobjects/__init__.py | 13 ----------
oslo_versionedobjects/base.py | 7 +++--
oslo_versionedobjects/exception.py | 8 +++---
oslo_versionedobjects/fields.py | 3 ++-
requirements-py3.txt | 21 ++++++++-------
requirements.txt | 19 ++++++++------
setup.cfg | 2 +-
test-requirements.txt | 9 ++++---
tox.ini | 2 +-
10 files changed, 78 insertions(+), 46 deletions(-)
Requirements updates
--------------------
diff --git a/requirements-py3.txt b/requirements-py3.txt
index dd838b4..b24d76c 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -1,2 +1,5 @@
-eventlet>=0.16.1
-six>=1.7.0
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+eventlet>=0.16.1,!=0.17.0
+six>=1.9.0
@@ -4,5 +7,5 @@ Babel>=1.3
-oslo.concurrency>=1.4.1 # Apache-2.0
-oslo.context>=0.1.0 # Apache-2.0
-oslo.messaging>=1.4.0,!=1.5.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.concurrency>=1.8.0 # Apache-2.0
+oslo.context>=0.2.0 # Apache-2.0
+oslo.messaging>=1.8.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
@@ -10,2 +13,2 @@ iso8601>=0.1.9
-oslo.log>=0.1.0
-oslo.i18n>=1.3.0 # Apache-2.0
+oslo.log>=1.0.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 87ccf48..c889c07 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,4 @@
-six>=1.7.0
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+six>=1.9.0
@@ -3,5 +6,5 @@ Babel>=1.3
-oslo.concurrency>=1.4.1 # Apache-2.0
-oslo.context>=0.1.0 # Apache-2.0
-oslo.messaging>=1.4.0,!=1.5.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.concurrency>=1.8.0 # Apache-2.0
+oslo.context>=0.2.0 # Apache-2.0
+oslo.messaging>=1.8.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
@@ -9,2 +12,2 @@ iso8601>=0.1.9
-oslo.log>=0.1.0
-oslo.i18n>=1.3.0 # Apache-2.0
+oslo.log>=1.0.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8915308..368b46b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +1,5 @@
-hacking>=0.5.6,<0.8
-oslotest>=1.2.0 # Apache-2.0
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+hacking>=0.10.0,<0.11
+oslotest>=1.5.1 # Apache-2.0
@@ -5 +8 @@ testtools>=0.9.36,!=1.2.0
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list