[openstack-announce] [release][keystone] pycadf release 1.1.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Mon Aug 24 15:39:21 UTC 2015
We are glad to announce the release of:
pycadf 1.1.0: CADF Library
This release is part of the liberty release series.
With source available at:
https://git.openstack.org/cgit/openstack/pycadf
With package available at:
https://pypi.python.org/pypi/pycadf
For more details, please see the git log history below and:
https://launchpad.net/pycadf/+milestone/1.1.0
Please report issues through launchpad:
https://bugs.launchpad.net/pycadf
Changes in pycadf 1.0.0..1.1.0
------------------------------
b1966b9 Adding barbican specific base resources.
8381458 Updated from global requirements
25c39fd Updated from global requirements
25a9427 Updated from global requirements
0bf515a Updated from global requirements
376dfb4 Updated from global requirements
d81b2b4 ensure id is not empty
f7d3f48 Updated from global requirements
6f059c7 Add api_audit_map.conf for Ceilometer project
Diffstat (except docs and test files)
-------------------------------------
etc/pycadf/ceilometer_api_audit_map.conf | 22 ++++++++++++++++++++++
pycadf/cadftaxonomy.py | 11 +++++++++++
pycadf/identifier.py | 2 ++
requirements.txt | 4 ++--
setup.cfg | 1 +
setup.py | 3 +--
test-requirements.txt | 12 ++++++------
8 files changed, 50 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 6222368..356c732 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-oslo.config>=1.11.0 # Apache-2.0
-oslo.serialization>=1.4.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0
+oslo.serialization>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 70fa748..d49fa6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -9,2 +9,2 @@ discover
-fixtures>=0.3.14
-oslotest>=1.5.1 # Apache-2.0
+fixtures>=1.3.1
+oslotest>=1.10.0 # Apache-2.0
@@ -13 +13 @@ testrepository>=0.0.18
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0
@@ -16,2 +16,2 @@ testtools>=0.9.36,!=1.2.0
-oslosphinx>=2.5.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
More information about the OpenStack-announce
mailing list