[release-announce] os-api-ref 1.6.0

no-reply at openstack.org no-reply at openstack.org
Wed Dec 12 11:07:29 UTC 2018


We are ecstatic to announce the release of:

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

The source is available from:

    https://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.5.0..1.6.0
----------------------------------

b23ce2f Fixing duplicate label issue.
d636ddd readthedocs.io support
4fdeb69 Update the remained discuss email
58fe67b Change openstack-dev to openstack-discuss
ba9b019 Update sphinx extension logging
fd9f284 tests: Support Sphinx 1.8+
26fc4a3 docs: Remove broken link
55f4a81 switch documentation job to new PTI
ec28fa9 Fix sphinx-build invocation
4f27e52 import zuul job settings from project-config
9cebd34 Use 'sphinx.util.logging'
d680549 General overhaul of testing setup
982382a Raise warning if top-level value is not a dict
6483fe2 Updated from global requirements
40ec412 Updated from global requirements
4698943 Updated from global requirements
801515b Use openstackdocstheme
594ce13 Remove name from project stanza
99b9b75 Fix UnicodeDecodeError


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

.gitignore                             |   1 +
.stestr.conf                           |   3 +
.zuul.yaml                             |   7 +-
README.rst                             |   2 +-
os_api_ref/__init__.py                 | 114 +++++++++++++++------------------
os_api_ref/http_codes.py               |  22 ++++---
requirements.txt                       |   6 +-
setup.cfg                              |   2 +-
test-requirements.txt                  |   2 +-
tox.ini                                |  15 +++--
16 files changed, 125 insertions(+), 95 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 73f7cc1..4c5a592 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
@@ -8,2 +8,2 @@ six>=1.10.0 # MIT
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 585a62e..38f028b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-oslosphinx>=4.7.0 # Apache-2.0
@@ -13,0 +13 @@ beautifulsoup4>=4.6.0 # MIT
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list