[release-announce] [documentation] os-api-ref 1.2.0

no-reply at openstack.org no-reply at openstack.org
Thu Jan 19 21:32:29 UTC 2017


We are psyched to announce the release of:

os-api-ref 1.2.0: Sphinx Extensions to support API reference sites in
OpenStack

The source is available from:

    http://git.openstack.org/cgit/openstack/os-api-ref

Download the package from:

    https://tarballs.openstack.org/os-api-ref/

For more details, please see below.

Changes in os-api-ref 1.1.0..1.2.0
----------------------------------

d521256 Fix anchor link setting url bar
2004c98 detail/close button, bug #1618955
be63992 Removes unnecessary utf-8 encoding
d12cd5c Show team and repo badges on README
88243c1 Updated from global requirements
f30d53c Add compatibility with docutils 0.13
54ead9f Add Constraints support
f694119 Updated from global requirements
9c2d634 Add test for missing path params
57c1118 microversion selector - dropdown


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

README.rst                                         |   9 +
os_api_ref/__init__.py                             | 119 +++++-
os_api_ref/assets/api-site.css                     |  53 ++-
os_api_ref/assets/api-site.js                      |  20 +-
os_api_ref/assets/combobox.js                      | 462 +++++++++++++++++++++
os_api_ref/http_codes.py                           |   7 +-
requirements.txt                                   |   4 +-
test-requirements.txt                              |   4 +-
tools/tox_install.sh                               |  30 ++
tox.ini                                            |   6 +-
19 files changed, 724 insertions(+), 85 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a61c008..4efb7e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=1.6 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+pbr>=1.8 # Apache-2.0
+PyYAML>=3.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 390e56e..77f61f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -12 +12 @@ testtools>=1.4.0 # MIT
-sphinx-testing
+sphinx-testing # BSD License





More information about the Release-announce mailing list