[release-announce] [oslo] oslosphinx 4.11.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:24:29 UTC 2017


We are gleeful to announce the release of:

oslosphinx 4.11.0: OpenStack Sphinx Extensions and Theme

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslosphinx

Download the package from:

    https://pypi.python.org/pypi/oslosphinx

Please report issues through launchpad:

    http://bugs.launchpad.net/oslosphinx

For more details, please see below.

Changes in oslosphinx 4.10.0..4.11.0
------------------------------------

a800d4c Updated from global requirements
625bcc6 [Fix gate]Update test requirement
b29dc29 Amended dev documentation side navigation
2f8d575 add more clear guidelines for when using oslosphinx is appropriate
63b3002 Updated from global requirements
dced1da Updated from global requirements
47b6f68 Use https instead of http for git.openstack.org
63dda5e Update reno for stable/ocata


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

README.rst                             |  7 +++++++
oslosphinx/theme/openstack/layout.html |  3 ++-
releasenotes/source/index.rst          |  1 +
releasenotes/source/ocata.rst          |  6 ++++++
requirements.txt                       |  4 ++--
setup.py                               |  2 +-
test-requirements.txt                  |  4 ++--
9 files changed, 37 insertions(+), 7 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 763a8ef..b358c17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=1.8 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
+requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2c1fae3..212ef58 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
@@ -8 +8 @@ hacking<0.11,>=0.10.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list