[release-announce] [freezer] python-freezerclient 1.4.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 13 11:38:22 UTC 2017


We eagerly announce the release of:

python-freezerclient 1.4.0: 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.2.0..1.4.0
--------------------------------------------

4405255 Updated from global requirements
4b8ee67 Remove py34 from tox
3f301ee Use bindep to define binary deps
de06aeb Follow up to I87f0add4dc2bcece832197cfc88e2d531a80a326
e9786f7 Remove unused components from requirements
52751fd Fix 'freezer client-delete' error
8413f3f Updated from global requirements
9a79f84 Fix freezer client-* output
d460e39 Updated from global requirements
e983acd Updated from global requirements
49ee49b Updated from global requirements
7064261 Enable project_id for multi-domain support
5c5a39c Deletion of backup metadata
85a7cdd client-id is now required when creating jobs
6a582b1 Displaying job status
5e88395 Enable client deletion
994931f Updated from global requirements
4e08533 [Fix gate]Update test requirement
e4e8e2d Updated from global requirements
9ea12f0 Update message for job start/stop/abort
bd90fdb Updated from global requirements
d82b5f3 Drop MANIFEST.in
37b49b1 Added session-start option to allow starting sessions
18f0796 Updated from global requirements
1c801df Fix SSL connections initiated from freezer-scheduler
879694b Fix ssl connections
37b8c3a Update reno for stable/ocata


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

.vscode/settings.json         |  3 +++
MANIFEST.in                   |  6 ------
bindep.txt                    | 13 +++++++++++++
freezerclient/shell.py        |  3 ++-
freezerclient/v1/backups.py   | 24 ++++++++++--------------
freezerclient/v1/client.py    | 23 ++++++++++++++++-------
freezerclient/v1/clients.py   | 10 ++--------
freezerclient/v1/jobs.py      | 33 ++++++++++++++++++++++++---------
freezerclient/v1/sessions.py  | 34 ++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst |  1 +
releasenotes/source/ocata.rst |  6 ++++++
requirements.txt              | 12 ++----------
setup.py                      |  2 +-
test-requirements.txt         |  5 +++--
tox.ini                       | 13 +------------
15 files changed, 118 insertions(+), 70 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 399ad23..9c5d65f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,2 @@
-astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
-setuptools!=24.0.0,>=16.0 # PSF/ZPL
-pbr>=1.8 # Apache-2.0
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -8 +6,0 @@ keystoneauth1>=2.18.0 # Apache-2.0
-
@@ -10,6 +7,0 @@ cliff>=2.3.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-
-six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f29bad..667f864 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ flake8<2.6.0,>=2.5.4 # MIT
-hacking<0.11,>=0.10.2
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD
@@ -14,0 +15 @@ reno>=1.8.0 # Apache-2.0
+astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4





More information about the Release-announce mailing list