[release-announce] [murano] murano-pkg-check 0.3.0

no-reply at openstack.org no-reply at openstack.org
Thu Feb 2 15:30:38 UTC 2017


We are pumped to announce the release of:

murano-pkg-check 0.3.0: Murano package validator tool

The source is available from:

    http://git.openstack.org/cgit/openstack/murano-pkg-check

Download the package from:

    https://pypi.python.org/pypi/murano-pkg-check

Please report issues through launchpad:

    http://bugs.launchpad.net/murano

For more details, please see below.

Changes in murano-pkg-check 0.2.0..0.3.0
----------------------------------------

46dde10 Make test debug working
818bf1a Add show version for murano-pkg-check
046c7e6 Correct the package name
d2ed9d7 Fix typos in cover.sh
b59b33a Replace six.iteritems() with .items()
35de1df Show team and repo badges on README
f8815cd Fix coverage job gate
db648ad Using assertIsNone() instead of assertEqual(None, ...)
584a7f9 Change link to bugs space
0af7db2 Updated from global requirements
db0b27b Updated from global requirements
262a13d Imported Translations from Zanata
2756eed Enable release notes translation
1642c0d Updated from global requirements


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

README.rst                                         | 11 ++++++++-
muranopkgcheck/__init__.py                         |  2 +-
muranopkgcheck/checkers/code_structure.py          |  6 ++---
muranopkgcheck/cmd/run.py                          |  6 +++++
muranopkgcheck/validators/base.py                  |  4 ++--
muranopkgcheck/validators/manifest.py              |  2 +-
muranopkgcheck/validators/muranopl.py              |  8 +++----
muranopkgcheck/validators/ui.py                    |  6 ++---
releasenotes/source/conf.py                        |  3 +++
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 21 ++++++++++++++++
requirements.txt                                   |  4 ++--
test-requirements.txt                              |  4 ++--
tools/cover.sh                                     | 28 ++++++++++++++--------
tox.ini                                            |  5 +++-
15 files changed, 82 insertions(+), 32 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 89f51ba..81022de 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -9 +9 @@ six>=1.9.0 # MIT
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3db356e..ea6cf63 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.12,>=0.11.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -17 +17 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list