[openstack-dev] [release] oslo.serialization release 1.1.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 18:17:49 UTC 2015
We are amped to announce the release of:
oslo.serialization 1.1.0: oslo.serialization library
For more details, please see the git log history below and:
http://launchpad.net/oslo/+milestone/1.1.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo
Changes in oslo.serialization 0.3.0..1.1.0
------------------------------------------
a7bade1 2014-10-24 09:29:18 -0400 Add pbr to installation requirements
9701670 2014-10-22 19:16:47 +0000 Updated from global requirements
f3aa93c 2014-10-08 22:25:56 +0100 Fix pep8, docs, requirements issues in jsonutils and tests
d4e3609 2014-10-08 22:50:04 +0200 Remove extraneous vim editor configuration comments
ce89925 2014-10-02 16:18:01 -0400 Support building wheels (PEP-427)
472e6c9 2014-10-01 16:47:57 +0200 Fix coverage testing
ddde5a5 2014-09-19 08:51:05 +0000 Updated from global requirements
0929bde 2014-09-15 10:11:55 +0100 Support 'built-in' datetime module
9498865 2014-09-10 09:54:05 -0400 Add history/changelog to docs
Diffstat (except docs and test files)
-------------------------------------
oslo/__init__.py | 2 --
oslo/serialization/jsonutils.py | 20 +++++++++++---------
requirements.txt | 4 +++-
setup.cfg | 3 +++
test-requirements.txt | 11 ++++++-----
8 files changed, 27 insertions(+), 20 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2dc5dea..176ce3c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,0 +4,2 @@
+
+pbr>=0.6,!=0.7,<1.0
@@ -9 +11 @@ iso8601>=0.1.9
-oslo.utils>=0.3.0 # Apache-2.0
+oslo.utils>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a0ed1c5..f4c82b9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.5.6,<0.8
+hacking>=0.9.2,<0.10
@@ -9,2 +9,2 @@ netaddr>=0.7.12
-sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0.0a2
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=2.2.0 # Apache-2.0
@@ -12 +12 @@ oslosphinx>=2.2.0.0a2
-oslotest>=1.1.0.0a2
+oslotest>=1.2.0 # Apache-2.0
@@ -14 +14,2 @@ simplejson>=2.2.0
-oslo.i18n>=0.3.0 # Apache-2.0
+oslo.i18n>=1.0.0 # Apache-2.0
+coverage>=3.6
More information about the OpenStack-dev
mailing list