[mistral] mistral-lib 0.1.0 (pike)
We are pleased to announce the release of: mistral-lib 0.1.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This is the first release of mistral-lib. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/mistral-lib Download the package from: https://pypi.python.org/pypi/mistral-lib Please report issues through launchpad: http://bugs.launchpad.net/mistral For more details, please see below. Changes in mistral-lib b612bb17350180f99aa626e0df62cf18000945d5..0.1.0 ---------------------------------------------------------------------- 2533ecb Pass "mistral_lib" to the coverage test aa65b47 Fix the package name in the setup.cfg 5764aec Adds minimum common shared code for custom actions API a60de5c Fix the package name in the coveragerc 0ac89b1 Fix the package name in the docs bfd79c0 Fix oslo_debug_helper not running 2af985b Updated from global requirements a8655c7 Update test requirement 8b5f690 Updated from global requirements fdecd04 Remove support for py34 567b444 Updated from global requirements 3585240 Show team and repo badges on README 1531e5c Added reno for stable/mitaka, stable/liberty and stable/newton b702778 Added the Options for Internationalization output in conf.py 02726cc Updated from global requirements cc8c795 Updated from global requirements bbc6135 Update .coveragerc after the removal of openstack directory 0b9200c Updated from global requirements 39a0aa8 Enable release notes translation 5b1a8ad Updated from global requirements 5410985 Updated from global requirements 6cdeb9e Small changes like deletion of extra underline in the docs 3d01511 Changed the invalid link in CONTRIBUTING.rst 8118678 Replaced the invalid link to documentation with a valid one f0db863 Update info in the configuration file e14e4ab Cleanup tox.ini, enable constraints 3b831dc Updated from global requirements 8b91bff Add Babel to the requirements as it is referenced in the setup.cfg 05780b2 Remove Python 3.3 and add 3.5 to match the main Mistral repo 00213ab Remove .mailmap file 6a6620b Fixes namespace issue 6d75dce Initial project layout Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e8a7482 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +# 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>=2.0.0 # Apache-2.0 +Babel>=2.3.4 # BSD +oslo.serialization>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..a787e96 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,16 @@ +# 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.13.0,<0.14,>=0.12.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.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 # Apache-2.0
participants (1)
-
no-reply@openstack.org