We eagerly announce the release of: pycadf 3.1.0: CADF Library This release is part of the victoria 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. Changes in pycadf 3.0.0..3.1.0 ------------------------------ 9de5c99 Switch to newer openstackdocstheme version dde4516 Add Python3 victoria unit tests 61b6e87 Update hacking for Python3 210865e Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 5 ++--- pycadf/cadftaxonomy.py | 1 + pycadf/cadftype.py | 1 + test-requirements.txt | 7 +++---- tox.ini | 4 +++- 8 files changed, 16 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 84f3c75..c48413d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -11 +10,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD @@ -16,2 +15,2 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.20.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD
participants (1)
-
no-reply@openstack.org