[release-announce] python-adjutantclient 0.6.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 23 20:13:31 UTC 2020


We are psyched to announce the release of:

python-adjutantclient 0.6.0: Adjutant API Client Library

This release is part of the victoria 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.5.0..0.6.0
---------------------------------------------

9908379 Cleanup py27 support
5d1caeb Replace six.iteritems() with .items()
fee539e Change to releases.openstack.org
505504f [ussuri][goal] drop python 2.7 support


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

adjutantclient/common/base.py          |  6 +++---
adjutantclient/common/http.py          |  4 ++--
adjutantclient/osc/v1/notifications.py |  9 ++++-----
adjutantclient/osc/v1/quota.py         | 12 ++++--------
adjutantclient/osc/v1/signup.py        |  2 +-
adjutantclient/osc/v1/status.py        |  2 +-
adjutantclient/osc/v1/tasks.py         | 12 +++++-------
adjutantclient/osc/v1/tokens.py        | 15 +++++++--------
adjutantclient/osc/v1/users.py         | 21 ++++++++++-----------
adjutantclient/v1/client.py            |  2 +-
adjutantclient/v1/notifications.py     |  4 +---
adjutantclient/v1/quota.py             |  5 +++--
adjutantclient/v1/roles.py             |  8 +++-----
adjutantclient/v1/tasks.py             | 11 +++--------
adjutantclient/v1/tokens.py            |  2 +-
adjutantclient/v1/users.py             | 17 ++++++-----------
requirements.txt                       |  1 -
setup.cfg                              | 16 ++++++----------
setup.py                               |  9 ---------
test-requirements.txt                  |  7 +------
tox.ini                                | 22 +++++++---------------
21 files changed, 69 insertions(+), 118 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e85e7cf..6837eeb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@
-Babel!=2.4.0,>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 2d1a31b..e901831 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.11.0,<0.12  # Apache-2.0
+hacking>=3.0,<3.1.0  # Apache-2.0
@@ -11 +10,0 @@ requests-mock>=0.7.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -13 +11,0 @@ os-client-config>=1.13.1 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
@@ -19,3 +16,0 @@ os-testr>=0.8.0  # Apache-2.0
-
-# releasenotes
-reno>=1.6.2 # Apache2
\ No newline at end of file






More information about the Release-announce mailing list