We are psyched to announce the release of: pycadf 2.9.0: CADF Library This release is part of the stein 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. 2.9.0 ^^^^^ Security Issues * MD5 is no longer used as a hashing mechanism internally. This is not expected to have any external impact as it only changes how random identifiers are generated. Changes in pycadf 2.8.0..2.9.0 ------------------------------ 4398b7d Add release note for MD5 hash removal 24fbc8f Change openstack-dev to openstack-discuss b5dfd8d Enabling FIPS mode by using sha256 instead of md5 4587d9c Don't quote {posargs} in tox.ini e00691f Use templates for cover and lower-constraints 1983ea4 add lib-forward-testing-python3 test job c272be1 add python 3.6 unit test job 9693ace switch documentation job to new PTI 82df420 import zuul job settings from project-config 833ba0f Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 4 ---- .zuul.yaml | 16 ++++++++++------ lower-constraints.txt | 2 +- pycadf/identifier.py | 4 ++-- releasenotes/notes/md5-removal-005f5c7a1038443f.yaml | 6 ++++++ setup.cfg | 2 +- test-requirements.txt | 2 +- tox.ini | 10 ++++++++-- 10 files changed, 33 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c3711fc..2aeda8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ mock>=2.0.0 # BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org