[release-announce] [murano] python-muranoclient 0.13.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 7 15:01:25 UTC 2017


We are happy to announce the release of:

python-muranoclient 0.13.0: python-muranoclient

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-muranoclient 0.12.0..0.13.0
---------------------------------------------

cae67a4 Updated from global requirements
8dd8244 Updated from global requirements
e4de994 Updated from global requirements
caaebdc Modify Default Domain
cd8ee15 Updated from global requirements
ec9534a Updated from global requirements
93e34ff Add package import to openstack CLI
0b63a8d delete bash_completion in subcommand
cca9855 Updated from global requirements
61a6656 Optimize the link address
939b8e8 Correct the unit test name
6856182 Updated from global requirements
3e70d5b Replace six.iteritems() with .items()
848d014 Updated from global requirements
204986f Imported Translations from Zanata
d90ef09 Replaces uuid.uuid4 with uuidutils.generate_uuid()
bd20b2d Remove log translations
6776dd6 Make method import_versioned_module work
b49e06d Updated from global requirements
3e485d7 Update test requirement
15da30b Updated from global requirements
a6dfb39 Updated from global requirements
01f586c Remove support for py34
792ce52 Allows fetching of deployments from all environments.
c018802 Update reno for stable/ocata


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

README.rst                                         |   4 +-
muranoclient/apiclient/auth.py                     |   2 +-
muranoclient/apiclient/base.py                     |   4 +-
muranoclient/apiclient/exceptions.py               |   4 +-
muranoclient/client.py                             |   5 +-
muranoclient/common/http.py                        |   5 +-
muranoclient/common/utils.py                       |  35 +--
muranoclient/glance/__init__.py                    |   3 +-
muranoclient/glance/artifacts.py                   |   2 +-
muranoclient/i18n.py                               |  10 -
muranoclient/osc/v1/deployment.py                  |  29 +-
muranoclient/osc/v1/environment.py                 |   4 +-
muranoclient/osc/v1/package.py                     | 195 ++++++++++++
muranoclient/shell.py                              |  20 +-
muranoclient/v1/artifact_packages.py               |   5 +-
muranoclient/v1/categories.py                      |   3 +-
muranoclient/v1/deployments.py                     |   9 +-
muranoclient/v1/environments.py                    |   3 +-
muranoclient/v1/packages.py                        |   2 +-
muranoclient/v1/shell.py                           |  38 ++-
releasenotes/source/index.rst                      |   1 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po   |  72 +++++
releasenotes/source/ocata.rst                      |   6 +
requirements.txt                                   |  18 +-
setup.cfg                                          |   2 +-
setup.py                                           |   2 +-
test-requirements.txt                              |  10 +-
tox.ini                                            |   2 +-
34 files changed, 807 insertions(+), 115 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c6bb41c..f722e60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD
-python-glanceclient>=2.5.0 # Apache-2.0
+python-glanceclient>=2.7.0 # Apache-2.0
@@ -10 +10 @@ six>=1.9.0 # MIT
-Babel>=2.3.4 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
@@ -12 +12 @@ pyOpenSSL>=0.14 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
@@ -15,2 +15,2 @@ yaql>=1.1.0 # Apache 2.0 License
-osc-lib>=1.2.0 # Apache-2.0
-murano-pkg-check>=0.2.0 # Apache-2.0
+osc-lib>=1.5.1 # Apache-2.0
+murano-pkg-check>=0.3.0 # Apache-2.0
@@ -19,3 +19,3 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d7ae330..8ceca1d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -6 +6 @@ hacking<0.11,>=0.10
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -10 +10 @@ requests-mock>=1.1 # Apache-2.0
-tempest>=12.1.0 # Apache-2.0
+tempest>=14.0.0 # Apache-2.0
@@ -18,2 +18,2 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-reno>=1.8.0 # Apache-2.0
+sphinx!=1.6.1,>=1.5.1 # BSD
+reno!=2.3.1,>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list