We are happy to announce the release of: pycadf 2.8.0: CADF Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/pycadf Download the package from: https://pypi.org/project/pycadf Please report issues through launchpad: https://bugs.launchpad.net/pycadf For more details, please see below. Changes in pycadf 2.7.0..2.8.0 ------------------------------ 2c275b0 fix tox python3 overrides 56797cc Remove moxstubout usage 4064124 add lower-constraints job ca0ad03 Trivial: Update pypi url to new url c5c1bbc Updated from global requirements 19583c0 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++++ README.rst | 14 ++++++------- lower-constraints.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 6 +++--- tox.ini | 12 +++++++++++ 8 files changed, 86 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8aa055b..cf26f75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3f573fe..c3711fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0 @@ -11,0 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD +mock>=2.0.0 # BSD @@ -16,2 +16,2 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.17.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD