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

no-reply at openstack.org no-reply at openstack.org
Tue Jun 13 20:14:39 UTC 2017


We are glad to announce the release of:

os-api-ref 1.4.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.3.0..1.4.0
----------------------------------

ce1252f Fix for sphinx 1.6.2
199b7b3 Updated from global requirements
01c4c97 Updated from global requirements
a9c8604 Replaces yaml.load() with yaml.safe_load()
32101d8 Update tests for more recent sphinx
2ae8d1f Enable warnings as errors
d66cb0f Updated from global requirements
32f1083 [Fix gate]Update test requirement
6516ab6 Update hacking
cca9e71 Removes unnecessary utf-8 encoding


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

os_api_ref/__init__.py                          | 46 ++++++++++++-------------
os_api_ref/http_codes.py                        | 10 +++---
requirements.txt                                |  4 +--
setup.cfg                                       |  1 +
setup.py                                        |  2 +-
test-requirements.txt                           |  4 +--
13 files changed, 50 insertions(+), 55 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0a1b753..e3aca41 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -8 +8 @@ six>=1.9.0 # MIT
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 77f61f9..4b21de3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0





More information about the Release-announce mailing list