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

no-reply at openstack.org no-reply at openstack.org
Thu Jan 18 14:44:12 UTC 2018


We are jazzed to announce the release of:

os-api-ref 1.5.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.4.0..1.5.0
----------------------------------

cb41558 Updated from global requirements
fd63559 Fix wrong links
1ba522e Update and replace http with https for doc links
5f3217d Add 'uuid' type
7a389a1 Fix Zuul jobs
165608b Updated from global requirements
6042944 Updated from global requirements
3d8f7ef doc: Remove deprecated call to sphinx.util.compat
973fdbf Remove unconstraint package installation
1f71845 Clear description for max_version field


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

.zuul.yaml                             | 19 +++++++++++++++++++
CONTRIBUTING.rst                       |  4 ++--
HACKING.rst                            |  2 +-
README.rst                             |  8 ++++----
os_api_ref/__init__.py                 |  8 ++++----
requirements.txt                       |  8 ++++----
setup.cfg                              |  2 +-
test-requirements.txt                  |  8 ++++----
tools/tox_install.sh                   | 30 ------------------------------
tox.ini                                |  9 ++++-----
12 files changed, 46 insertions(+), 58 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e3aca41..73f7cc1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,4 +6,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
-six>=1.9.0 # MIT
-sphinx!=1.6.1,>=1.5.1 # BSD
-openstackdocstheme>=1.5.0 # Apache-2.0
+PyYAML>=3.10 # MIT
+six>=1.10.0 # MIT
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4b21de3..585a62e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -11,3 +11,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-sphinx-testing # BSD License
-beautifulsoup4 # MIT
+testtools>=2.2.0 # MIT
+sphinx-testing>=0.7.2 # BSD License
+beautifulsoup4>=4.6.0 # MIT






More information about the Release-announce mailing list