We are psyched to announce the release of: python-freezerclient 1.4.1: OpenStack Disaster Recovery API Client Library This release is part of the pike 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.4.0..1.4.1 -------------------------------------------- a22fbf5 Updated from global requirements 9578f23 Updated from global requirements f45f759 Updated from global requirements c80cecf Updated from global requirements d25863c Update python-freezerclient for pike goal python 3.5 1fabaeb Updated from global requirements 82119d2 Replace http with https 229e7b1 Added obj file to delete at testenv c96a10e Updated from global requirements ca5ee5f Updated from global requirements 871a629 Replace http with https Diffstat (except docs and test files) ------------------------------------- .pylintrc | 2 +- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 6 +++--- requirements.txt | 4 ++-- setup.cfg | 4 ++++ test-requirements.txt | 6 +++--- tox.ini | 4 ++-- 8 files changed, 18 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9c5d65f..47dded4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -keystoneauth1>=2.18.0 # Apache-2.0 -cliff>=2.3.0 # Apache-2.0 +keystoneauth1>=2.20.0 # Apache-2.0 +cliff>=2.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 667f864..31e2b7b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -14 +14 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0