[keystone] pycadf 2.7.0 (queens)
We are glad to announce the release of: pycadf 2.7.0: CADF Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/pycadf Download the package from: 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.6.0..2.7.0 ------------------------------ 21e59ea Avoid tox_install.sh for constraints support ad00ebf Updated from global requirements 8dbb9f4 Updated from global requirements 37bcb98 Stopping using norm_ns ebb6a7d changed 'target_endpoint_type' value dd7e62a Adding gnocchi_api_audit_map.conf to pycadf 7b3d6ed Removed references to events api ab883f5 Adding panko_api_audit_map.conf to pycadf 414d0d4 Switch from oslosphinx to openstackdocstheme 9fc6029 Turn on warning-is-error for sphinx build 68a2647 Update URL in docs as per the doc-migration spec Diffstat (except docs and test files) ------------------------------------- etc/pycadf/ceilometer_api_audit_map.conf | 7 ------- etc/pycadf/gnocchi_api_audit_map.conf | 21 +++++++++++++++++++++ etc/pycadf/panko_api_audit_map.conf | 15 +++++++++++++++ pycadf/identifier.py | 8 -------- requirements.txt | 6 +++--- setup.cfg | 3 ++- test-requirements.txt | 8 ++++---- tools/tox_install.sh | 30 ------------------------------ tox.ini | 11 +++++------ 13 files changed, 69 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 20e4ea5..8aa055b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -oslo.config>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 @@ -7 +7 @@ pytz>=2013.6 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 68accfd..3f573fe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ oslotest>=1.10.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -13 +13 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -16,2 +16,2 @@ testtools>=1.4.0 # MIT -oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org