We are satisfied to announce the release of:

pycadf 2.1.0: CADF Library

This release is part of the mitaka release series.

With source available at:

    https://git.openstack.org/cgit/openstack/pycadf

With package available at:

    https://pypi.python.org/pypi/pycadf

Please report issues through launchpad:

    https://bugs.launchpad.net/pycadf

For more details, please see below.

Changes in pycadf 2.0.1..2.1.0
------------------------------

fb81d12 Updated from global requirements
9c4100b Add docstring validation
dc55313 Adding ironic api specific audit map configuration
3c5f795 Updated from global requirements
9410f1c Updated from global requirements
d9340d8 Enable cadf support for Heat
49bff50 Fix wrong use of comma
bb54738 Updated from global requirements
db43b4c remove suport for py33
043b209 Put py34 first in the env order of tox

Diffstat (except docs and test files)
-------------------------------------

etc/pycadf/heat_api_audit_map.conf   | 32 ++++++++++++++++++++++++++++++++
etc/pycadf/ironic_api_audit_map.conf | 25 +++++++++++++++++++++++++
pycadf/eventfactory.py               |  2 +-
pycadf/identifier.py                 |  8 +++-----
requirements.txt                     |  8 ++++----
setup.cfg                            |  1 -
test-requirements.txt                | 15 ++++++++-------
tox.ini                              | 18 ++++++++++++++++--
9 files changed, 93 insertions(+), 20 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 40dfd57..15ad583 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.4.0 # Apache-2.0
@@ -6,3 +6,3 @@ oslo.serialization>=1.10.0 # Apache-2.0
-pytz>=2013.6
-six>=1.9.0
-debtcollector>=0.3.0 # Apache-2.0
+pytz>=2013.6 # MIT
+six>=1.9.0 # MIT
+debtcollector>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7d1893f..bc262b6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,0 +6 @@ hacking<0.11,>=0.10.0
+flake8-docstrings==0.2.1.post1 # MIT
@@ -7,3 +8,3 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-discover
-fixtures>=1.3.1
+coverage>=3.6 # Apache-2.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
@@ -11,3 +12,3 @@ oslotest>=1.10.0 # Apache-2.0
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testtools>=1.4.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -17 +18 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to