[openstack-dev] [release][keystone] pycadf release 1.0.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 2 15:06:42 UTC 2015
We are glad to announce the release of:
pycadf 1.0.0: CADF Library
This release is part of the liberty release series.
With source available at:
https://git.openstack.org/cgit/openstack/pycadf
For more details, please see the git log history below and:
https://launchpad.net/pycadf/+milestone/1.0.0
Please report issues through launchpad:
https://bugs.launchpad.net/pycadf
Changes in pycadf 0.9.0..1.0.0
------------------------------
2cc7a40 Remove script already nuked from oslo-incubator
ad0c8da Updated from global requirements
4aa2c3e Add unit tests to increase coverage of cadftype
55b8364 Remove run_cross_tests.sh
6749865 drop audit middleware
910c54c Add trove conf file to setup.cfg
590ee64 Added a testcase to cover ValueError in tag.py
4d5b309 Add test to cover mask value for utils.mask_value
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 1 -
pycadf/audit/__init__.py | 0
pycadf/audit/api.py | 321 --------------------------------
pycadf/middleware/__init__.py | 0
pycadf/middleware/audit.py | 50 -----
pycadf/middleware/base.py | 55 ------
pycadf/middleware/notifier.py | 139 --------------
requirements.txt | 6 +-
setup.cfg | 1 +
test-requirements.txt | 2 -
17 files changed, 33 insertions(+), 1158 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a446088..6222368 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4 @@
-Babel>=1.3
-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.config>=1.11.0 # Apache-2.0
@@ -11 +7,0 @@ six>=1.9.0
-WebOb>=1.2.3
diff --git a/test-requirements.txt b/test-requirements.txt
index a5cc83d..70fa748 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +9,0 @@ fixtures>=0.3.14
-mock>=1.0
-oslo.messaging>=1.8.0 # Apache-2.0
More information about the OpenStack-dev
mailing list