[openstack-dev] [new][murano] murano-pkg-check 0.2.0 release

no-reply at openstack.org no-reply at openstack.org
Mon Oct 10 13:35:44 UTC 2016


We are high-spirited to announce the release of:

murano-pkg-check 0.2.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-pkg-check

For more details, please see below.

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

4eb0173 Improve class and method regexps
ef9e96d Readme has now some running examples
d872761 Updated from global requirements
5d25764 Catch block validation
b54814e update homepage with developer documentation page
1ac54a9 Making Default optional in Match strcuture
b12e6c9 Allow methods to be empty and error when not dict
3949928 Change Error to Warning for missing name of namespace
80a6886 Improving tests for metadata in Murano Classes
8d0898e Fix i18n set up
02544c5 Fix bug with loading buffer in ZipLoader in py3
554a9ed Updated from global requirements
c9e8de4 Add tools/tox_install.sh script


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

README.rst                                         |  29 ++++--
muranopkgcheck/checkers/code_structure.py          |  28 ++++--
muranopkgcheck/i18n.py                             |   2 +-
muranopkgcheck/pkg_loader.py                       |   3 +-
muranopkgcheck/validators/base.py                  |   1 +
muranopkgcheck/validators/muranopl.py              |  65 +++++++++++--
requirements.txt                                   |   6 +-
setup.cfg                                          |   8 +-
setup.py                                           |   2 +-
test-requirements.txt                              |   4 +-
tools/tox_install.sh                               |  55 +++++++++++
tox.ini                                            |   3 +-
16 files changed, 287 insertions(+), 48 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8ce956a..89f51ba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT
@@ -10,2 +10,2 @@ stevedore>=1.16.0 # Apache-2.0
-semantic_version>=2.3.1 # BSD
-oslo.i18n>=2.1.0 # Apache-2.0
\ No newline at end of file
+semantic-version>=2.3.1 # BSD
+oslo.i18n>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a3fcd81..3db356e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list