From 1db655fdc4e5f4fb85ca7bd0e8769583933a25fe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 13 Apr 2020 18:03:45 +0200 Subject: [PATCH] Use WSME 0.10.0 A new release has been made, use it. This partially reverts I822db7419188b080fa9dcb6ae1eb1300cd4c4d42. Change-Id: I422902a997d58f4ffe50579aaf82bd86f7376a1e --- doc/requirements.txt | 2 +- lower-constraints.txt | 4 ++-- requirements.txt | 2 +- tox.ini | 6 ------ 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 27f647f62..b48c934ab 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD openstackdocstheme>=1.20.0 # Apache-2.0 -sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 +sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0 sphinxcontrib-httpdomain>=1.6.1 # BSD reno>=2.7.0 # Apache-2.0 diff --git a/lower-constraints.txt b/lower-constraints.txt index d897f05ac..ab54766cb 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -120,7 +120,7 @@ six==1.11.0 snowballstemmer==1.2.1 Sphinx==1.6.5 sphinxcontrib-httpdomain==1.6.1 -sphinxcontrib-pecanwsme==0.8.0 +sphinxcontrib-pecanwsme==0.10.0 sphinxcontrib-websupport==1.0.1 SQLAlchemy==1.2.5 sqlalchemy-migrate==0.11.0 @@ -144,4 +144,4 @@ WebOb==1.7.4 websocket-client==0.47.0 WebTest==2.0.29 wrapt==1.10.11 -WSME==0.9.2 +WSME==0.10.0 diff --git a/requirements.txt b/requirements.txt index dd6f6b351..038f95b06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ python-keystoneclient>=3.15.0 # Apache-2.0 python-swiftclient>=3.5.0 # Apache-2.0 six>=1.11.0 # MIT SQLAlchemy>=1.2.5 # MIT -WSME>=0.9.2 # MIT +WSME>=0.10.0 # MIT python-mistralclient>=3.3.0 # Apache-2.0 keystonemiddleware>=4.21.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index fc98153c8..f1e731f65 100644 --- a/tox.ini +++ b/tox.ini @@ -48,9 +48,6 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = -#(TODO) remove this when wsme lastest version released. -#https://review.opendev.org/#/c/649267/ - pip install https://tarballs.opendev.org/openstack/wsme/wsme-master.tar.gz sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] @@ -58,9 +55,6 @@ deps = {[testenv:docs]deps} whitelist_externals = make commands = -#(TODO) remove this when wsme lastest version released. -#https://review.opendev.org/#/c/649267/ - pip install https://tarballs.opendev.org/openstack/wsme/wsme-master.tar.gz sphinx-build -W -b latex doc/source doc/build/pdf make -C doc/build/pdf