We are stoked to announce the release of: pycadf 2.5.0: CADF Library This release is part of the ocata 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.4.0..2.5.0 ------------------------------ 6e7ecfa Remove references to Python 3.4 d7710ef cleanup string b4bc985 Add Constraints support 2e89960 Show team and repo badges on README ba74c19 Updated from global requirements 68dd24c Updated from global requirements 1431f3b Changed the home-page link 222abca Updated from global requirements ee00fbb Updated from global requirements 0e116e8 Clean oslo.i18n Diffstat (except docs and test files) ------------------------------------- README.rst | 9 +++++++++ pycadf/_i18n.py | 33 --------------------------------- pycadf/identifier.py | 2 +- requirements.txt | 2 +- setup.cfg | 6 ++++-- test-requirements.txt | 6 +++--- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 13 +++++++------ 8 files changed, 55 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 987b277..ed49cab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5b340e5..2ba9087 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ flake8-docstrings==0.2.1.post1 # MIT -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -16,2 +16,2 @@ testtools>=1.4.0 # MIT -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD