python-qinlingclient 5.1.0 (victoria)
We are jazzed to announce the release of: python-qinlingclient 5.1.0: python-qinlingclient This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-qinlingclient Download the package from: https://pypi.org/project/python-qinlingclient Please report issues through: https://storyboard.openstack.org/#!/project/926 For more details, please see below. Changes in python-qinlingclient 5.0.1..5.1.0 -------------------------------------------- 7caaad1 drop mock from lower-constraints 86dd461 Stop to use the __future__ module. 877043c Switch to newer openstackdocstheme and reno versions c587985 Fix hacking min version to 3.0.1 55de956 Bump default tox env from py37 to py38 8e78efa Add py38 package metadata 406d711 Use unittest.mock instead of third party mock 4e393ba Add Python3 victoria unit tests 6e30a0f Update master for stable/ussuri b0c73ba Add private parameter for runtime creation Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 +----- qinlingclient/osc/v1/runtime.py | 8 ++++++++ qinlingclient/v1/runtime.py | 5 +++-- releasenotes/source/conf.py | 5 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 7 ++----- tools/install_venv.py | 2 -- tools/install_venv_common.py | 2 -- tox.ini | 2 +- 25 files changed, 60 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index eca11ae..7b0dc9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD @@ -18,3 +17 @@ keystoneauth1>=3.4.0 # Apache-2.0 -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org