We are chuffed to announce the release of: freezer-api 9.0.0: OpenStack Backup and Restore API Service This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/freezer-api Download the package from: https://tarballs.openstack.org/freezer-api/ For more details, please see below. Changes in freezer-api 8.0.0..9.0.0 ----------------------------------- db0c4dd zuul: use the freezer-tempest-plugins jobs and cleanup 80de329 Fix a few mock imports still not from unittests 4bb4ec0 Add Devstack installation guide in README.rst b66bfa0 Overriding configured project name (freezer-api) b744d68 Fix docs output error 1122356 Add py38 in tox. 11dfa6a Use setstr to execute unittest test 6fabbd4 Add publish-openstack-docs-pti job in check/gate CI 6db9afe add docs check in tox.ini 355c68f Stop to use the __future__ module. 2693844 Cap jsonschema 3.2.0 as the minimal version 11abfac Fix pygments style fde440d Fix hacking min version to 3.0.1 746c97b tox: Keeping going with docs 9630a8f Add Python3 victoria unit tests a3c96f5 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 4 ++ .testr.conf | 9 --- .zuul.yaml | 122 ++------------------------------- api-ref/source/conf.py | 2 +- devstack/README.rst | 66 +++++++++++++++++- freezer_api/cmd/api.py | 2 - freezer_api/cmd/manage.py | 1 - lower-constraints.txt | 9 +-- releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ requirements.txt | 2 +- test-requirements.txt | 9 ++- tox.ini | 58 +++++++--------- 18 files changed, 128 insertions(+), 180 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f4f945c..9b8aae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ falcon>=1.0.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index bcb8f98..fdde64c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<=3.1.0 # Apache-2.0 +hacking>=3.0.1,<=3.1.0 # Apache-2.0 @@ -8 +8 @@ pylint==2.3.1 # GPLv2 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.5.1 # Apache-2.0 @@ -11 +11 @@ oslotest>=3.3.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +sphinx>=1.8.0,!=2.1.0 # BSD @@ -12,0 +13 @@ testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 @@ -13,0 +15,2 @@ testtools>=2.2.0 # MIT +testresources>=2.0.1 +testscenarios>=0.5.0