[release-announce] [keystone] pycadf 2.6.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 12 13:27:16 UTC 2017


We are stoked to announce the release of:

pycadf 2.6.0: CADF Library

This release is part of the pike 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.5.0..2.6.0
------------------------------

88064cf Updated from global requirements
537c65b Updated from global requirements
c5795a1 Updated from global requirements
9b6e003 Updated from global requirements
dbd672f Updated from global requirements
a4a8f46 Make `is_valid` more flexible with uuid validation
542f928 Use https for *.openstack.org references


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

CONTRIBUTING.rst               |  4 +--
README.rst                     |  6 ++--
pycadf/identifier.py           | 29 ++++++++++++++++----
requirements.txt               |  2 +-
setup.cfg                      |  3 +-
setup.py                       |  2 +-
test-requirements.txt          |  4 +--
11 files changed, 98 insertions(+), 24 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ed49cab..20e4ea5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2ba9087..68accfd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ flake8-docstrings==0.2.1.post1 # MIT
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -17 +17 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list