[release][keystone] pycadf release 2.0.0 (mitaka)
We are amped to announce the release of: pycadf 2.0.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 For more details, please see the git log history below and: https://launchpad.net/pycadf/+milestone/2.0.0 Please report issues through launchpad: https://bugs.launchpad.net/pycadf Changes in pycadf 1.1.0..2.0.0 ------------------------------ 3183ae1 Updated from global requirements 1f6808f Remove Python 2.6 classifier a476984 Remove python 2.6 and cleanup tox.ini 42b2926 make generate_uuid return valid uuid 0a4319f Updated from global requirements e23a26f Add authenticate and evaluate actions 7bd0496 Change ceilometer endpoint name from telemetry to metering 3a17ce9 No need for Oslo Incubator Sync 0787208 Document and update existing hacking violations 0abfeac Add shields.io version/downloads links/badges into README.rst 0deffaf Include changelog/history in docs 3fd46c2 Fix event example a8a3147 Add event name 8bc4639 Event doc indentation issue de87391 Updated from global requirements d249f24 Updated from global requirements 0fa95a3 Fixed typo error Diffstat (except docs and test files) ------------------------------------- README.rst | 8 ++ etc/pycadf/ceilometer_api_audit_map.conf | 2 +- openstack-common.conf | 2 - pycadf/cadftaxonomy.py | 7 +- pycadf/event.py | 13 +- pycadf/identifier.py | 34 +++-- requirements.txt | 5 +- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 2 +- tox.ini | 14 +- 17 files changed, 86 insertions(+), 273 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 356c732..40dfd57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -oslo.config>=2.1.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 @@ -7,0 +8 @@ six>=1.9.0 +debtcollector>=0.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d49fa6b..7d1893f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ testtools>=1.4.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
doug@doughellmann.com