We enthusiastically announce the release of: python-muranoclient 2.0.1: python-muranoclient This release is part of the ussuri 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.0..2.0.1 ------------------------------------------- 59d867d Cleanup py27 support fb2209b Update to hacking 3.0 787a6ac Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- muranoclient/__init__.py | 1 + muranoclient/common/utils.py | 3 +++ muranoclient/common/yaqlexpression.py | 3 ++- muranoclient/common/yaqlexpression_legacy.py | 2 +- muranoclient/glance/artifacts.py | 2 +- setup.cfg | 10 +++------- setup.py | 9 --------- test-requirements.txt | 2 +- 10 files changed, 19 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4d1fd05..ecaea54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0