[openstack-dev] [release] pycadf release 0.9.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:25 UTC 2015
We are stoked to announce the release of:
pycadf 0.9.0: CADF Library
For more details, please see the git log history below and:
https://launchpad.net/pycadf/+milestone/0.9.0
Please report issues through launchpad:
https://bugs.launchpad.net/pycadf
Changes in pycadf 0.8.0..0.9.0
------------------------------
9501f4f 2015-04-16 18:11:14 +0000 Uncap library requirements for liberty
f436f9b 2015-03-21 00:17:21 +0000 Updated from global requirements
b697115 2015-03-17 18:05:45 -0400 update README.rst to include additional links
1a55d1c 2015-03-12 11:47:05 -0400 Remove empty _templates folder
87f5f39 2015-03-11 23:36:36 -0400 Add a section for audit maps
ad80497 2015-03-07 19:28:21 +0000 Fix formatting error for geolocation note
0379e70 2015-03-07 19:27:37 +0000 add a new set of release notes
8180e64 2015-03-07 13:45:29 -0500 Clean up pycadf's doc landing page
25a4227 2015-03-07 12:14:29 -0500 Add api_audit_map.conf for Trove project
72acde6 2015-03-06 17:38:23 +0000 Updated from global requirements
e935333 2015-03-05 04:57:34 +0000 Updated from global requirements
ebc86a7 2015-02-20 13:59:09 +0000 Updated from global requirements
6c1ee2e 2015-02-19 06:00:29 +0000 Additional doc clean up
1613013 2015-02-16 13:57:51 -0500 cleanup documentation
Diffstat (except docs and test files)
-------------------------------------
README.rst | 21 ++--
etc/pycadf/trove_api_audit_map.conf | 23 ++++
requirements.txt | 10 +-
test-requirements.txt | 6 +-
24 files changed, 458 insertions(+), 444 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index af6ce08..a446088 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,4 @@ Babel>=1.3
-oslo.config>=1.6.0 # Apache-2.0
-oslo.context>=0.1.0 # Apache-2.0
-oslo.i18n>=1.3.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
+oslo.config>=1.9.3 # Apache-2.0
+oslo.context>=0.2.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
@@ -10 +10 @@ pytz>=2013.6
-six>=1.7.0
+six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f68f957..a5cc83d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,2 @@ mock>=1.0
-oslo.messaging>=1.6.0 # Apache-2.0
-oslotest>=1.2.0 # Apache-2.0
+oslo.messaging>=1.8.0 # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
@@ -18 +18 @@ 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