[openstack-dev] [release][oslo] oslosphinx release 3.0.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 9 15:14:25 UTC 2015
We are glad to announce the release of:
oslosphinx 3.0.0: OpenStack Sphinx Extensions and Theme
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslosphinx
For more details, please see the git log history below and:
http://launchpad.net/oslosphinx/+milestone/3.0.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslosphinx
Changes in oslosphinx 2.5.0..3.0.0
----------------------------------
46832a8 Drop incubating theme option
f14ad41 Replace ci.o.o links with docs.o.o/infra
495aec3 Advertise support for Python3.4 / Remove support for Python 3.3
d79b8cc Updated from global requirements
90a1e5d Remove run_cross_tests.sh
6e76e42 Updated from global requirements
33845ab Remove the unneeded horizontal scrollbar
7ddfe1c Adds javascript footer for Google Analytics tracking
199235c Update to latest hacking
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 3 -
oslosphinx/intersphinx.py | 4 +-
oslosphinx/theme/openstack/layout.html | 19 +++++-
oslosphinx/theme/openstack/static/basic.css | 1 -
requirements.txt | 4 +-
setup.cfg | 2 +-
test-requirements.txt | 2 +-
8 files changed, 22 insertions(+), 113 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 19d3ae5..cc4784c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=0.6,!=0.7,<1.0
-requests>=2.2.0,!=2.4.0
+pbr>=0.11,<2.0
+requests>=2.5.2
diff --git a/test-requirements.txt b/test-requirements.txt
index b859e83..cda046a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
More information about the OpenStack-dev
mailing list