[openstack-announce] [new][manila] python-manilaclient 1.9.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 2 21:24:25 UTC 2016


We are excited to announce the release of:

python-manilaclient 1.9.0: Client library for OpenStack Manila API.

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-manilaclient

With package available at:

    https://pypi.python.org/pypi/python-manilaclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-manilaclient

For more details, please see below.

1.9.0
^^^^^

New Features

* Started using release notes to track changes to python-
  manilaclient.

Changes in python-manilaclient 1.8.1..1.9.0
-------------------------------------------

0468689 Updated from global requirements
0b9a1dd Add support for releasenotes
165d9f3 Remove iso8601 and pycrypto useless requirements
a187d04 Updated from global requirements
60b7c5c Fix view of doc info for functional tests
3a61eae Update the home-page with developer documentation
0356442 Added CONTRIBUTING.rst file to the project
5a3ef94 Add possibility to provide auth token via CLI
ea5c3e7 Fix "single_alias" action for CLI commands
822df93 Updated from global requirements
cfa9f4b Hacking version update and pep8 issues fix
5e7354c Fix list access function comment
80fc72a Updated from global requirements
9e3d321 Replace tempest-lib with tempest.lib
895f991 Updated from global requirements
8143f7a UnsupportedVersion Thrown for Supported Version
a0d6189 Fix typos

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

.gitignore                                         |   2 +
CONTRIBUTING.rst                                   |  16 ++
manilaclient/api_versions.py                       |  48 ++--
manilaclient/common/httpclient.py                  |   2 +-
manilaclient/shell.py                              |  68 +++--
manilaclient/v2/share_instances.py                 |   2 +-
manilaclient/v2/share_snapshots.py                 |   2 +-
manilaclient/v2/shares.py                          |   2 +-
manilaclient/v2/shell.py                           |  15 +-
releasenotes/notes/.placeholder                    |   0
.../notes/start-using-reno-b744cd0259c7a88c.yaml   |   3 +
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 279 +++++++++++++++++++++
releasenotes/source/index.rst                      |   9 +
releasenotes/source/unreleased.rst                 |   5 +
requirements.txt                                   |  10 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |   9 +-
tox.ini                                            |   4 +
37 files changed, 690 insertions(+), 80 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3cd57d7..dbd46bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8 @@ pbr>=1.6 # Apache-2.0
-iso8601>=0.1.9 # MIT
-oslo.config>=3.7.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
@@ -14,2 +13 @@ PrettyTable<0.8,>=0.7 # BSD
-pycrypto>=2.6 # Public Domain
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
@@ -17 +15 @@ simplejson>=2.2.0 # MIT
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -19 +17 @@ six>=1.9.0 # MIT
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f30d975..3f2d6ff 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking<0.10,>=0.9.2
+hacking<0.11,>=0.10.2 # Apache-2.0
@@ -11,2 +11,2 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
-mock>=1.2 # BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
+mock>=2.0 # BSD
@@ -17 +17 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest-lib>=0.14.0 # Apache-2.0
+tempest>=11.0.0 # Apache-2.0
@@ -20,0 +21 @@ python-openstackclient>=2.1.0 # Apache-2.0
+reno>=1.6.2 # Apache2





More information about the OpenStack-announce mailing list