[freezer] python-freezerclient 1.6.0 (queens)
We are happy to announce the release of: python-freezerclient 1.6.0: OpenStack Disaster Recovery API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-freezerclient Download the package from: https://tarballs.openstack.org/python-freezerclient/ Please report issues through launchpad: https://bugs.launchpad.net/python-freezerclient For more details, please see below. Changes in python-freezerclient 1.5.0..1.6.0 -------------------------------------------- b92f04a Use namespace to allow CommandManager to load actions f17bf36 Updated from global requirements 51f12f1 Updated from global requirements fb55be8 Update wrong url for freezerclient 0b1e11a Updated from global requirements c6b7454 Avoid tox_install.sh for constraints support 665efe5 Remove setting of version/release from releasenotes 14dcd21 Updated from global requirements 4ac95b4 Updated from global requirements b95d92b Remove the python-subunit from test-requirements.txt 4ec9036 Update cli reference a9e6913 Updated from global requirements 254e609 Fix guess auth version error 5b0e455 Updated from global requirements bce796c Updated from global requirements 6167ca6 Remove astroid from test-requirements 85c5496 Fix creating freezer client with keystone auth session c862559 Update reno for stable/pike c7e7595 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- freezerclient/shell.py | 2 +- freezerclient/v1/client.py | 3 ++- freezerclient/v2/client.py | 3 ++- releasenotes/source/conf.py | 11 +++------ releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++++ requirements.txt | 4 ++-- setup.cfg | 2 +- test-requirements.txt | 12 ++++------ tools/tox_install.sh | 55 ------------------------------------------- tox.ini | 4 ++-- 12 files changed, 50 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ae3e8e3..5999291 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 -cliff>=2.8.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +cliff!=2.9.0,>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f352ff2..ff2c458 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -9,3 +9,2 @@ pylint==1.4.5 # GPLv2 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -13,3 +12,2 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 -astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 +testtools>=2.2.0 # MIT +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org