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

no-reply at openstack.org no-reply at openstack.org
Tue Sep 13 16:12:16 UTC 2016


We are pleased to announce the release of:

murano-pkg-check 0.1.0: Murano package validator tool

This is the first release of murano-pkg-check.

With source available at:

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

With package available at:

    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 ec13fd263b80f4730fdd98f2f6a1f59f1cb0bad5..0.1.0
---------------------------------------------------------------------------

628b30f Bunch of bugfixes
ff9d851 Added errors registration
e95f43b Add i18n support
2f8fc0d Improve logging system
644e883 Improving tests coverage
5dd21fe Report yaml parsing errors instead of ignoring
0104da8 Added tools/cover.sh
3b4dfa5 Improve package version validation
a220ba4 Allow method name to start with "."
6e47825 Fix error report in version
09135dc Accept null description in manifest
e03bb65 Bunch of fixes for code_structure, base, manifest:
88c7813 Adding Package Validator
7ba204c Adding UI Validator
48dbf28 Adding MuranoPL validator
3504cb0 Improving Manifest require check
47fc634 Code Structure checker added with tests
3470094 Adding ManifestValidator
c59ed6d Added core and CLI
0a97def Commit project structure




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..8ce956a
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr>=1.6 # Apache-2.0
+PyYAML>=3.1.0 # MIT
+yaql>=1.1.0 # Apache 2.0 License
+six>=1.9.0 # MIT
+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
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..a3fcd81
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,17 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking<0.12,>=0.11.0 # Apache-2.0
+
+coverage>=3.6 # Apache-2.0
+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
+oslotest>=1.10.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+
+# releasenotes
+reno>=1.8.0 # Apache2





More information about the OpenStack-dev mailing list