[release-announce] python-adjutantclient 1.0.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Wed May 17 11:08:30 UTC 2023


We are excited to announce the release of:

python-adjutantclient 1.0.0: Adjutant API Client Library

This release is part of the bobcat release series.

The source is available from:

    https://opendev.org/openstack/python-adjutantclient

Download the package from:

    https://pypi.org/project/python-adjutantclient

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/python-
adjutantclient

For more details, please see below.

Changes in python-adjutantclient 0.12.0..1.0.0
----------------------------------------------

db795e2 Fix listing and removing roles from users.
c50e3fe Fix typo in help text
5a92d90 Bugfix: Six removal introduced regression in v1/users
b4ef3e6 Add check-requirements to Zuul tests


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                     | 1 +
adjutantclient/common/base.py  | 6 ++++--
adjutantclient/osc/v1/users.py | 8 +++-----
adjutantclient/v1/roles.py     | 3 ++-
adjutantclient/v1/users.py     | 2 +-
requirements.txt               | 4 ++--
test-requirements.txt          | 1 -
7 files changed, 13 insertions(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 75e7f0e..586e25e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ iso8601>=0.1.11 # MIT
-osc-lib>=1.5.1 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
@@ -16 +16 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fe3f111..5078794 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ ddt>=1.0.1 # MIT
-discover # BSD






More information about the Release-announce mailing list