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

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 09:12:33 UTC 2017


We are pleased to announce the release of:

python-muranoclient 0.14.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.13.0..0.14.0
---------------------------------------------

5dcc8d8 Updated from global requirements
2fea542 Update the documentation link for doc migration
dde6681 Updated from global requirements
a4cfbcb Updated from global requirements
db490d1 Using the latest openstackdocstheme settings
7e2a644 Remove long-ago deprecated show_categories
2f90eb1 Updated from global requirements
0838186 import content from cli-reference in openstack-manuals
4c439e0 move existing content into the new standard structure
f6f814b Turn on warning-is-error in sphinx build
e98ad87 switch to openstackdocstheme
39aea7f Updated from global requirements


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

CONTRIBUTING.rst                   |    6 +-
HACKING.rst                        |    2 +-
README.rst                         |    6 +-
muranoclient/v1/packages.py        |   16 -
releasenotes/source/conf.py        |   13 +-
requirements.txt                   |    6 +-
setup.cfg                          |    3 +-
test-requirements.txt              |    6 +-
15 files changed, 1413 insertions(+), 104 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f722e60..5f543e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ pyOpenSSL>=0.14 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -15 +15 @@ yaql>=1.1.0 # Apache 2.0 License
-osc-lib>=1.5.1 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -18 +18 @@ murano-pkg-check>=0.3.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8ceca1d..617919b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ requests-mock>=1.1 # Apache-2.0
-tempest>=14.0.0 # Apache-2.0
+tempest>=16.1.0 # Apache-2.0
@@ -17,2 +17,2 @@ oslotest>=1.10.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list