We are happy to announce the release of: qinling 5.0.0: Function as a Service This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/qinling Download the package from: https://tarballs.openstack.org/qinling/ Please report issues through: https://storyboard.openstack.org/#!/project/927 For more details, please see below. Changes in qinling 4.0.0..5.0.0 ------------------------------- 8787d06 remove unnecessary module constraint ad501ac Remove all usage of six library 942c75e Use the 'all' tox env instead of 'all-plugin' 92b9cfa [goal] Fixing pep8 testing for Ubuntu Focal 56e8555 drop mock from lower-constraints ec07bb0 Stop to use the __future__ module. f1f9e61 Switch to newer openstackdocstheme and reno versions 984d6b9 Bump default tox env from py37 to py38 9638769 Add py38 package metadata 137b037 Add Python3 victoria unit tests a9f9b96 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +++++++---- api-ref/source/conf.py | 7 +++---- lower-constraints.txt | 9 --------- qinling/api/controllers/v1/types.py | 3 +-- qinling/db/sqlalchemy/migration/alembic_migrations/env.py | 2 -- qinling/db/sqlalchemy/migration/cli.py | 3 +-- qinling/engine/utils.py | 3 +-- qinling/orchestrator/base.py | 4 +--- qinling/storage/base.py | 4 +--- qinling/utils/common.py | 3 +-- qinling/utils/jobs.py | 3 +-- qinling/utils/rest_utils.py | 13 ++++++------- qinling_tempest_plugin/services/base.py | 4 ++-- releasenotes/source/conf.py | 7 +++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ requirements.txt | 1 - setup.cfg | 1 + test-requirements.txt | 5 +++++ tox.ini | 2 +- 22 files changed, 48 insertions(+), 56 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9977aab..7731666 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22 +21,0 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2. -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 845ebb7..41fde73 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6,5 @@ hacking<0.13,>=0.12.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 +