[release-announce] python-saharaclient 4.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Fri Jul 15 08:19:26 UTC 2022
We high-spiritedly announce the release of:
python-saharaclient 4.0.0: Client library for Sahara API
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/python-saharaclient
Download the package from:
https://pypi.org/project/python-saharaclient
Please report issues through:
https://bugs.launchpad.net/python-saharaclient/+bugs
For more details, please see below.
Changes in python-saharaclient 3.5.0..4.0.0
-------------------------------------------
9ddf2f7 Remove usage of six
8899506 Bump oslo.* and pbr version to support >=py38
84555b6 Dropping lower constraints testing and remove py36,py37 support
87ff690 Update master for stable/yoga
fef5cd5 Update TOX_CONSTRAINTS_FILE
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +-
lower-constraints.txt | 71 ----------------------
releasenotes/source/index.rst | 1 +
releasenotes/source/yoga.rst | 6 ++
requirements.txt | 9 ++-
saharaclient/api/base.py | 2 +-
saharaclient/api/clusters.py | 2 +-
saharaclient/api/job_binary_internals.py | 2 +-
saharaclient/api/plugins.py | 2 +-
setup.cfg | 5 +-
tox.ini | 18 ++----
17 files changed, 37 insertions(+), 110 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b0bcfcf..4995a03 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pbr>=3.1.1 # Apache-2.0
@@ -9,3 +9,3 @@ osc-lib>=2.0.0 # Apache-2.0
-oslo.log>=3.36.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=5.0.0 # Apache-2.0
+oslo.serialization>=2.25.0 # Apache-2.0
+oslo.i18n>=3.20.0 # Apache-2.0
@@ -15 +14,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT
More information about the Release-announce
mailing list