We are excited to announce the release of: python-senlinclient 2.1.1: OpenStack Clustering API Client Library This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/python-senlinclient Download the package from: https://pypi.org/project/python-senlinclient Please report issues through: https://bugs.launchpad.net/python-senlinclient/+bugs For more details, please see below. Changes in python-senlinclient 2.1.0..2.1.1 ------------------------------------------- 921b70f Native Zuul v3 port of the legacy functional job d862e35 [goal] Migrate testing to ubuntu focal 55d9af5 drop mock from lower-constraints 9b80fd3 Stop to use the __future__ module. d63b2b0 Remove translation sections from setup.cfg f0ac999 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 33 +++++++--- babel.cfg | 1 - lower-constraints.txt | 16 +++-- .../legacy/senlinclient-dsvm-functional/post.yaml | 67 -------------------- .../legacy/senlinclient-dsvm-functional/run.yaml | 71 ---------------------- requirements.txt | 5 +- senlinclient/common/utils.py | 2 - setup.cfg | 14 ----- test-requirements.txt | 2 +- tox.ini | 4 +- 13 files changed, 41 insertions(+), 246 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d5719af..05ace59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ -Babel!=2.4.0,>=2.3.4 # BSD @@ -10 +9 @@ openstacksdk>=0.24.0 # Apache-2.0 -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=1.11.0 # Apache-2.0 @@ -15 +14 @@ python-heatclient>=1.10.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c12df3d..c945128 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ bandit>=1.1.0 # Apache-2.0 -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org