[openstack-dev] [release] oslo.serialization release 1.5.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:23 UTC 2015
We are satisfied to announce the release of:
oslo.serialization 1.5.0: Oslo Serialization library
For more details, please see the git log history below and:
http://launchpad.net/oslo.serialization/+milestone/1.5.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.serialization
Changes in oslo.serialization 1.4.0..1.5.0
------------------------------------------
6665672 2015-04-16 11:27:46 -0700 Expose base msgpack exceptions so users don't need to import
b2c235e 2015-04-16 18:08:08 +0000 Uncap library requirements for liberty
4ada51b 2015-04-14 21:09:14 +0000 More docstring cleanups/tweaks
58c1f29 2015-04-14 14:08:23 -0700 Add docstring(s) to handler registry(s)
5b4e919 2015-04-07 18:16:48 -0700 Add pypi download + version badges
d6782d9 2015-04-04 02:25:32 -0400 Cleanup README.rst and setup.cfg
c7898c2 2015-03-31 17:29:41 -0700 Make the msgpackutils handlers more extendable
ef8657f 2015-03-21 00:17:09 +0000 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
README.rst | 11 +-
oslo_serialization/jsonutils.py | 16 +-
oslo_serialization/msgpackutils.py | 380 +++++++++++++++++++++++++++----------
requirements.txt | 2 +-
setup.cfg | 2 +-
test-requirements.txt | 6 +-
9 files changed, 330 insertions(+), 131 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 06e2755..ff4e573 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ iso8601>=0.1.9
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.utils>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index af6a92e..ee6d133 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
@@ -12 +12 @@ oslosphinx>=2.2.0 # Apache-2.0
-oslotest>=1.2.0 # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
@@ -14 +14 @@ simplejson>=2.2.0
-oslo.i18n>=1.3.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list