[oslo] sphinx-feature-classification 0.1.0
We enthusiastically announce the release of: sphinx-feature-classification 0.1.0: Generate a matrix of pluggable drivers and their support to an API in Sphinx. This is the first release of sphinx-feature-classification. The source is available from: http://git.openstack.org/cgit/openstack/sphinx-feature- classification Download the package from: https://pypi.python.org/pypi/sphinx-feature-classification Please report issues through launchpad: http://bugs.launchpad.net/sphinx-feature-classification For more details, please see below. Changes in sphinx-feature-classification 3bf9b58c18a456f6e51973620e98040736fd959d..0.1.0 ---------------------------------------------------------------------------------------- 6176884 Mention the right dot path to use in conf.py 71c37ef Document example of using condition status af55919 Fix duplicate feature render bug 1fd4e08 Switch feature keyword required back to mandatory 1263efe Build Common Framework for Feature Classification Matrix 35e2190 Initial cookiecutter patch Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1532602 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# 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. + +docutils>=0.11 # OSI-Approved Open Source, Public Domain +pbr>=2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..bcf5329 --- /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.12.0,<0.13 # Apache-2.0 +coverage>=4.0,!=4.4 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +ddt>=1.0.1 # MIT +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.6.1,>=1.5.1 # BSD +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT + +# releasenotes +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org