We eagerly announce the release of: openstack-doc-tools 1.9.0: Tools for OpenStack Documentation The source is available from: https://opendev.org/openstack/openstack-doc-tools Download the package from: https://tarballs.openstack.org/openstack-doc-tools/ For more details, please see below. Changes in openstack-doc-tools 1.8.0..1.9.0 ------------------------------------------- 9d59e20 Add Python 3 Train unit tests 74429f7 Drop py35 testing ffa5030 Replace git.openstack.org URLs with opendev.org URLs 344a8ea OpenDev Migration Patch 9794458 Update home-page 528d97a Remove support for py34 0ebc4cc Update hacking 24a17f7 Change openstack-dev to openstack-discuss e1cd64c Advancing the protocal of the website to HTTPS in README.rst. 074a84d Remove setup.py check from pep8 job a3fdc40 Update sitemap file 5766a78 Use openstack-lower-constraints-jobs template 72614d4 add python 3.6 unit test job 808092b switch documentation job to new PTI 058890f import zuul job settings from project-config 5009114 Switch to stestr 1298e76 fix tox python3 overrides 3fdd053 Check RST as part of linting Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .gitreview | 2 +- .stestr.conf | 4 ++++ .testr.conf | 7 ------- .zuul.yaml | 13 +++++++------ README.rst | 2 +- lower-constraints.txt | 4 ++-- releasenotes/notes/afs-docs-952f940dc7c47408.yaml | 2 +- requirements.txt | 2 +- setup.cfg | 8 ++++---- sitemap/README.rst | 8 ++++---- sitemap/generator/spiders/sitemap_file.py | 9 ++++++--- test-requirements.txt | 4 ++-- tox.ini | 11 ++++++++--- 15 files changed, 43 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c2a2bab..8a10a6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index f16aff2..29b9a85 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -15 +15 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org