We are chuffed to announce the release of: python-muranoclient 2.1.0: python-muranoclient This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-muranoclient Download the package from: https://pypi.org/project/python-muranoclient Please report issues through: https://bugs.launchpad.net/python-muranoclient/+bugs For more details, please see below. Changes in python-muranoclient 2.0.1..2.1.0 ------------------------------------------- acc71af drop mock from lower-constraints 2f54395 Stop to use the __future__ module. fc9b08f Switch to newer openstackdocstheme and reno versions 2be7eba Fix hacking min version to 3.0.1 85abf25 Cleanup py27 support 1b0d7a8 Bump default tox env from py37 to py38 bec0ae8 Add py38 package metadata ccccd46 Remove Python 2.4 compat code 8c1ca89 Use unittest.mock instead of third party mock d6a9bd2 Remove six usage tests/functional fe82041 Remove six usage muranoclient/v1 13658a7 Remove six usage f541a29 Remove six usage muranoclient/osc 75a0d1a Remove six usage muranoclient/glance ae37b0d Remove six usage muranoclient/apiclient 8868671 Remove six usage muranoclient/common d6ab416 Add Python3 victoria unit tests d3d7e68 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 6 ---- muranoclient/apiclient/auth.py | 6 ++-- muranoclient/apiclient/base.py | 6 ++-- muranoclient/apiclient/fake_client.py | 5 ++- muranoclient/common/base.py | 13 +------- muranoclient/common/http.py | 5 ++- muranoclient/common/utils.py | 27 ++++++--------- muranoclient/common/yaqlexpression.py | 3 +- muranoclient/common/yaqlexpression_legacy.py | 3 +- muranoclient/glance/artifacts.py | 5 ++- muranoclient/osc/v1/environment.py | 4 +-- muranoclient/osc/v1/package.py | 5 ++- muranoclient/shell.py | 7 ++-- muranoclient/v1/categories.py | 2 +- muranoclient/v1/environments.py | 2 +- muranoclient/v1/packages.py | 5 ++- muranoclient/v1/schemas.py | 2 +- muranoclient/v1/shell.py | 6 ++-- releasenotes/source/conf.py | 8 ++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++ requirements.txt | 1 - setup.cfg | 20 +----------- test-requirements.txt | 3 +- tools/install_venv.py | 2 -- tools/install_venv_common.py | 2 -- tox.ini | 18 +++------- 45 files changed, 121 insertions(+), 186 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 56210ff..9cadeb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ iso8601>=0.1.11 # MIT -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ecaea54..b1157eb 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
participants (1)
-
no-reply@openstack.org