We are satisfied to announce the release of: pycadf 3.0.0: CADF Library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/pycadf Download the package from: https://pypi.org/project/pycadf Please report issues through: https://bugs.launchpad.net/pycadf/+bugs For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. The minimum version of Python now supported by pycadf is Python 3.6. Changes in pycadf 2.10.0..3.0.0 ------------------------------- 91073f4 Bump the openstackdocstheme extension to 1.20 9392530 Drop python 2.7 support and testing cf02292 Change README.rst with a better title 6bb0f70 Add swift_api_audit_map.conf to setup.cfg 885a709 Switch to Ussuri jobs fc7d8de Update source link in readme deee578 Update the constraints url 19728f2 Add swift_api_audit_map.conf Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +-- README.rst | 12 +++----- etc/pycadf/swift_api_audit_map.conf | 13 +++++++++ lower-constraints.txt | 3 +- .../notes/drop-python-2-7-73d3113c69d724d6.yaml | 5 ++++ setup.cfg | 22 ++------------- test-requirements.txt | 3 +- tox.ini | 21 +++++++------- 9 files changed, 45 insertions(+), 70 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2aeda8a..84f3c75 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0 @@ -17,0 +18 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinxcontrib-apidoc>=0.2.0 # BSD