[release][documentation] openstack-doc-tools release 0.30.0 (liberty)
We are eager to announce the release of: openstack-doc-tools 0.30.0: Tools for OpenStack Documentation This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/openstack-doc-tools With package available at: https://pypi.python.org/pypi/openstack-doc-tools For more details, please see the git log history below and: http://launchpad.net/openstack-manuals/+milestone/0.30.0 Please report issues through launchpad: http://bugs.launchpad.net/openstack-manuals Changes in openstack-doc-tools 0.29.1..0.30.0 --------------------------------------------- eb5f3ef Handle translation of Install Guide and FirstApp 1844bc2 Remove special handling for user-guides 470017f [autohelp] document required development packages d5d6deb [diff_branches] add note when no options are {new,updated,deprecated} f5c45d4 Updates to make diff_branches work again 58d37f5 Updated from global requirements 2cd6d59 [openstack-doc-tools] fix one typo f7173c7 Updated from global requirements da4d785 autohelp: add oslo.cache as extension 8101f20 update the neutron requirements for liberty 2e63aba autohelp: support reading options from multiple repos a98a112 autohelp.py: remove the oslo.i18n hack a92753f Remove the heat-ref related tools 83ee2ec Python 3: Fix os_doc_tools/commands.py 13f340f Improve python 3 compatibility bb3d68f Drop python 2.6 workaround 7c9c21f Improve python 3 compatibility for doctest.py ee644a5 Stop specifying requirements.txt in tox.ini 817e8db Updated from global requirements b73375f autohelp: fix a typo 6c08d8c diff_branches: master is Liberty 5e9b716 Always build index for checkbuild 17c1e9f Support 'murano' in openstack-auto-commands 1de9be9 Updated from global requirements 4d20fc2 Use python2.7 for doc-tools-update-cli-reference Diffstat (except docs and test files) ------------------------------------- RELEASE_NOTES.rst | 10 + autogenerate_config_docs/README.rst | 9 + autogenerate_config_docs/autohelp-wrapper | 56 +- autogenerate_config_docs/autohelp.py | 108 ++- autogenerate_config_docs/diff_branches.py | 47 +- .../extra_repos/neutron-master | 3 + .../requirements/neutron-kilo.txt | 49 +- .../requirements/neutron-master.txt | 31 +- bin/doc-tools-check-languages | 79 +- bin/doc-tools-update-cli-reference | 2 +- os_doc_tools/commands.py | 33 +- os_doc_tools/common.py | 41 -- os_doc_tools/dn2osdbk.py | 236 ------ os_doc_tools/doctest.py | 89 ++- os_doc_tools/resources/clients.yaml | 2 + os_doc_tools/resources/dn2osdbk.xsl | 808 --------------------- os_doc_tools/sphinx/__init__.py | 0 os_doc_tools/sphinx/hotref.py | 46 -- requirements.txt | 6 +- setup.cfg | 5 +- setup.py | 3 +- test-requirements.txt | 6 +- tox.ini | 5 +- 24 files changed, 345 insertions(+), 1331 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1ebdf09..1d0ed5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=1.4 @@ -10,2 +10,2 @@ lxml>=2.3 -oslo.config>=1.11.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslo.config>=2.1.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 diff --git a/test-requirements.txt b/test-requirements.txt index 866a2cd..f0ef989 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ bashate>=0.2 # Apache-2.0 -doc8 # Apache-2.0 +doc8 # Apache-2.0 @@ -8,2 +8,2 @@ doc8 # Apache-2.0 -hacking>=0.10.0,<0.11 -pylint==1.4.1 # GNU GPL v2 +hacking<0.11,>=0.10.0 +pylint==1.4.4 # GNU GPL v2
participants (1)
-
doug@doughellmann.com