Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-openstackdocstheme for openSUSE:Factory checked in at 2021-05-05 20:39:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openstackdocstheme (Old) and /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstackdocstheme" Wed May 5 20:39:33 2021 rev:13 rq:889984 version:2.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes 2020-10-22 14:20:07.494634028 +0200 +++ /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2988/python-openstackdocstheme.changes 2021-05-05 20:39:33.779029032 +0200 @@ -1,0 +2,13 @@ +Sun May 2 17:14:41 UTC 2021 - cloud-de...@suse.de + +- update to version 2.2.7 + - Adding pre-commit + - js: Set 'LINK_SUFFIX' + - Remove ask.o.o + - Added styling for rST rubric directive. + - Change name of OpenStack Foundation + - Store empty string for release + - js: Don't attempt to set bug, PDF links without configuration + - trivial: Address some indentation nits + +------------------------------------------------------------------- Old: ---- openstackdocstheme-2.2.5.tar.gz New: ---- openstackdocstheme-2.2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openstackdocstheme.spec ++++++ --- /var/tmp/diff_new_pack.fVWrxw/_old 2021-05-05 20:39:34.371026491 +0200 +++ /var/tmp/diff_new_pack.fVWrxw/_new 2021-05-05 20:39:34.375026474 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-openstackdocstheme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-openstackdocstheme -Version: 2.2.5 +Version: 2.2.7 Release: 0 Summary: OpenStack Docs Theme License: Apache-2.0 Group: Development/Languages/Python -URL: https://launchpad.net/%{sname} -Source0: https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-2.2.5.tar.gz +URL: https://docs.openstack.org/openstackdocstheme +Source0: https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-2.2.7.tar.gz BuildRequires: openstack-macros BuildRequires: python3-Sphinx BuildRequires: python3-dulwich >= 0.15.0 @@ -36,7 +36,6 @@ %package -n python3-openstackdocstheme Summary: OpenStack Docs Theme -Group: Development/Languages/Python Requires: python3-Sphinx Requires: python3-dulwich >= 0.15.0 @@ -45,10 +44,11 @@ to docs.openstack.org. Intended for use by OpenStack projects. %prep -%autosetup -p1 -n openstackdocstheme-2.2.5 +%autosetup -p1 -n openstackdocstheme-2.2.7 -# we dont need hacking +# we dont need hacking or pre-commit sed -i '/^hacking.*/d' test-requirements.txt +sed -i '/^pre-commit.*/d' test-requirements.txt %py_req_cleanup %build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.fVWrxw/_old 2021-05-05 20:39:34.399026371 +0200 +++ /var/tmp/diff_new_pack.fVWrxw/_new 2021-05-05 20:39:34.403026354 +0200 @@ -1,6 +1,6 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param> <param name="output-name">python-openstackdocstheme.spec</param> <param name="requirements">https://opendev.org/openstack/openstackdocstheme/raw/branch/master/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> ++++++ openstackdocstheme-2.2.5.tar.gz -> openstackdocstheme-2.2.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/.pre-commit-config.yaml new/openstackdocstheme-2.2.7/.pre-commit-config.yaml --- old/openstackdocstheme-2.2.5/.pre-commit-config.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/openstackdocstheme-2.2.7/.pre-commit-config.yaml 2020-12-02 21:51:29.000000000 +0100 @@ -0,0 +1,35 @@ +# We from the Oslo project decided to pin repos based on the +# commit hash instead of the version tag to prevend arbitrary +# code from running in developer's machines. To update to a +# newer version, run `pre-commit autoupdate` and then replace +# the newer versions with their commit hash. + +default_language_version: + python: python3 + +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: ebc15addedad713c86ef18ae9632c88e187dd0af # v3.1.0 + hooks: + - id: trailing-whitespace + # Replaces or checks mixed line ending + - id: mixed-line-ending + args: ['--fix', 'lf'] + exclude: '.*\.(svg)$' + # Forbid files which have a UTF-8 byte-order marker + - id: check-byte-order-marker + # Checks that non-binary executables have a proper shebang + - id: check-executables-have-shebangs + # Check for files that contain merge conflict strings. + - id: check-merge-conflict + # Check for debugger imports and py37+ breakpoint() + # calls in python source + - id: debug-statements + - id: check-yaml + files: .*\.(yaml|yml)$ + - repo: https://gitlab.com/pycqa/flake8 + rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3 + hooks: + - id: flake8 + additional_dependencies: + - hacking>=3.0.1,<3.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/AUTHORS new/openstackdocstheme-2.2.7/AUTHORS --- old/openstackdocstheme-2.2.5/AUTHORS 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/AUTHORS 2020-12-02 21:52:11.000000000 +0100 @@ -25,6 +25,7 @@ Graham Hayes <graham.ha...@hpe.com> Hangdong Zhang <hdzh...@fiberhome.com> Harshada Mangesh Kakad <harsha...@metsi.co.uk> +Herv?? Beraud <hber...@redhat.com> Hunt Xu <mhun...@gmail.com> Ian Y. Choi <ianyrc...@gmail.com> Ildiko Vancsa <ildiko.van...@gmail.com> @@ -53,6 +54,7 @@ Sebastian Marcet <smar...@gmail.com> SeongSoo Cho <nexus...@gmail.com> Stephen Finucane <sfinu...@redhat.com> +Stone <ronald.st...@windriver.com> Thierry Carrez <thie...@openstack.org> Thomas Bechtold <tbecht...@suse.com> Tony Breeds <t...@bakeyournoodle.com> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/ChangeLog new/openstackdocstheme-2.2.7/ChangeLog --- old/openstackdocstheme-2.2.5/ChangeLog 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/ChangeLog 2020-12-02 21:52:11.000000000 +0100 @@ -1,6 +1,22 @@ CHANGES ======= +2.2.7 +----- + +* Added styling for rST rubric directive + +2.2.6 +----- + +* Change name of OpenStack Foundation +* trivial: Address some indentation nits +* js: Don't attempt to set bug, PDF links without configuration +* Store empty string for release +* js: Set 'LINK\_SUFFIX' +* Adding pre-commit +* Remove ask.o.o + 2.2.5 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/PKG-INFO new/openstackdocstheme-2.2.7/PKG-INFO --- old/openstackdocstheme-2.2.5/PKG-INFO 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/PKG-INFO 2020-12-02 21:52:12.293508800 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: openstackdocstheme -Version: 2.2.5 +Version: 2.2.7 Summary: OpenStack Docs Theme Home-page: https://docs.openstack.org/openstackdocstheme/latest/ Author: OpenStack @@ -15,11 +15,11 @@ .. Change things from this point on - OpenStack Foundation Sphinx Themes - ================================== + Open Infrastructure Projects Sphinx Themes + ========================================== Theme and extension support for Sphinx documentation that is published by - OpenStack Foundation projects. + Open Infrastructure Foundation projects. OpenStack docs.openstack.org Sphinx Theme ----------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/README.rst new/openstackdocstheme-2.2.7/README.rst --- old/openstackdocstheme-2.2.5/README.rst 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/README.rst 2020-12-02 21:51:29.000000000 +0100 @@ -7,11 +7,11 @@ .. Change things from this point on -OpenStack Foundation Sphinx Themes -================================== +Open Infrastructure Projects Sphinx Themes +========================================== Theme and extension support for Sphinx documentation that is published by -OpenStack Foundation projects. +Open Infrastructure Foundation projects. OpenStack docs.openstack.org Sphinx Theme ----------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/api-ref/source/conf.py new/openstackdocstheme-2.2.7/api-ref/source/conf.py --- old/openstackdocstheme-2.2.5/api-ref/source/conf.py 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/api-ref/source/conf.py 2020-12-02 21:51:29.000000000 +0100 @@ -1,4 +1,17 @@ # -*- coding: utf-8 -*- +# Copyright (C) 2020 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # # This file is execfile()d with the current directory set to its # containing dir. @@ -9,19 +22,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) - # -- General configuration ------------------------------------------------ -# If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' - # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. @@ -32,15 +34,9 @@ ] -# Add any paths that contain templates here, relative to this directory. -# templates_path = ['_templates'] - # The suffix of source filenames. source_suffix = '.rst' -# The encoding of source files. -#source_encoding = 'utf-8-sig' - # The master toctree document. master_doc = 'index' @@ -66,45 +62,13 @@ openstackdocs_bug_tag = "doc-builds" openstackdocs_bug_project = 'openstack-doc-tools' -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ['_build'] -# The reST default role (used for this markup: `text`) to use for all -# documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False - - # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -123,36 +87,3 @@ html_theme_options = {"sidebar_dropdown": "api_ref", "display_badge": False, "sidebar_mode": "toc"} - -# Add any paths that contain custom themes here, relative to this directory. -# html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# "<project> v<release> documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = ['_static/css'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -#html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/doc/source/conf.py new/openstackdocstheme-2.2.7/doc/source/conf.py --- old/openstackdocstheme-2.2.5/doc/source/conf.py 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/doc/source/conf.py 2020-12-02 21:51:29.000000000 +0100 @@ -1,4 +1,17 @@ # -*- coding: utf-8 -*- +# Copyright (C) 2020 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # # openstackdocstheme documentation build configuration file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/doc/source/demo/create_and_manage_databases.rst new/openstackdocstheme-2.2.7/doc/source/demo/create_and_manage_databases.rst --- old/openstackdocstheme-2.2.5/doc/source/demo/create_and_manage_databases.rst 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/doc/source/demo/create_and_manage_databases.rst 2020-12-02 21:51:29.000000000 +0100 @@ -149,6 +149,6 @@ #. Click the :guilabel:`Restore From Database` tab and make sure that this new instance is based on the correct backup. -#. Click :guilabel:`Launch`. +#. Click :guilabel:`Launch`. The new instance appears in the database instances list. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/doc/source/index.rst new/openstackdocstheme-2.2.7/doc/source/index.rst --- old/openstackdocstheme-2.2.5/doc/source/index.rst 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/doc/source/index.rst 2020-12-02 21:51:30.000000000 +0100 @@ -3,7 +3,7 @@ ========================= *openstackdocstheme* is a Sphinx documentation extension that includes -theme support for OpenStack Foundation projects. +theme support for Open Infrastructure Foundation projects. The *openstackdocs* theme is used for documentation that is published to docs.openstack.org and developer.openstack.org. It is intended for diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/ext.py new/openstackdocstheme-2.2.7/openstackdocstheme/ext.py --- old/openstackdocstheme-2.2.5/openstackdocstheme/ext.py 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/ext.py 2020-12-02 21:51:30.000000000 +0100 @@ -420,7 +420,7 @@ try: project_version = packaging.get_version(real_project_name) except Exception: - project_version = None + project_version = '' if not project_version: logger.warning( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/header.html new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/header.html --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/header.html 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/header.html 2020-12-02 21:51:30.000000000 +0100 @@ -52,15 +52,15 @@ <a href="https://www.openstack.org/community/" class="drop" id="dropdownMenuCommunity">Community <i class="fa fa-caret-down"></i></a> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenuCommunity"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/community/">Welcome! Start Here</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/foundation/">OpenStack Foundation</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev/">Open Infrastructure Foundation</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://wiki.openstack.org">OpenStack Wiki</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://groups.openstack.org">User Groups</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/community/speakers/">Speakers Bureau</a></li> <li role="presentation" class="divider"></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/foundation/companies/">Supporting Companies</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev/companies/">Supporting Companies</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/community/jobs/">Jobs</a></li> <li role="presentation" class="divider"></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/join/">Join The Community</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev/join/">Join The Community</a></li> </ul> </li> <li> @@ -80,7 +80,6 @@ <ul class="dropdown-menu dropdown-hover" role="menu" aria-labelledby="dropdownMenuEvents"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/marketplace/training/">Training</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/coa/">Get Certified</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://ask.openstack.org">Ask a Technical Question</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://superuser.openstack.org">Superuser Magazine</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/videos/">Summit Videos</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/analysts/">Analyst Reports</a></li> @@ -99,11 +98,10 @@ <li> <li class="join-nav-section"> - <a href="https://www.openstack.org/join/" id="dropdownMenuJoin">Join <i class="fa fa-caret-down"></i></a> + <a href="https://openinfra.dev/join/" id="dropdownMenuJoin">Join <i class="fa fa-caret-down"></i></a> <ul class="dropdown-menu dropdown-hover" role="menu" aria-labelledby="dropdownMenuJoin" style="display: none;"> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/join/register/?membership-type=foundation">Sign up for Foundation Membership</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/join/#sponsor">Sponsor the Foundation</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/foundation">More about the Foundation</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev/join/">Sign up for Foundation Membership</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev">More about the Foundation</a></li> </ul> </li> <li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/layout.html new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/layout.html --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/layout.html 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/layout.html 2020-12-02 21:51:30.000000000 +0100 @@ -74,7 +74,6 @@ {%- if bug_project %} <a href="#" id="logABugLink2" class="docs-footer-actions"><i class="fa fa-bug"></i> found an error? report a bug</a> {%- endif %} - <a href="https://ask.openstack.org" class="docs-footer-actions"><i class="fa fa-question-circle"></i> questions?</a> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/script_footer.html new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/script_footer.html --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/script_footer.html 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/script_footer.html 2020-12-02 21:51:30.000000000 +0100 @@ -16,56 +16,56 @@ <script type="text/javascript" src="{{pathto('_static/searchtools.js', 1)}}"></script> <script type="text/javascript"> - var DOCUMENTATION_OPTIONS = { - URL_ROOT: './', - VERSION: '{{ version }}', - COLLAPSE_INDEX: false, - FILE_SUFFIX: '.html', - SOURCELINK_SUFFIX: '.txt', - HAS_SOURCE: true - }; + var DOCUMENTATION_OPTIONS = { + URL_ROOT: './', + VERSION: '{{ version }}', + COLLAPSE_INDEX: false, + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + SOURCELINK_SUFFIX: '.txt', + HAS_SOURCE: true + }; </script> - <!-- Javascript for page --> <script language="JavaScript"> -/* build a description of this page including SHA, source location on git repo, - build time and the project's launchpad bug tag. Set the HREF of the bug - buttons */ + /* Build a description of this page including SHA, source location on git + * repo, build time and the project's launchpad bug tag. Set the HREF of the + * bug buttons + */ +{%- if bug_project %} var lineFeed = "%0A"; var gitURL = "Source: Can't derive source file URL"; /* there have been cases where "pagename" wasn't set; better check for it */ - {%- if giturl and pagename %} - /* "giturl" is the URL of the source file on Git and is auto-generated by - openstackdocstheme. - - "pagename" is a standard sphinx parameter containing the name of - the source file, without extension. */ - - var sourceFile = "{{ pagename }}" + ".rst"; - gitURL = "Source: {{ giturl }}" + "/" + sourceFile; - {%- endif %} +{%- if pagename %} + /* "giturl" is the URL of the source file on Git and is auto-generated by + * openstackdocstheme. + * + * "pagename" is a standard sphinx parameter containing the name of + * the source file, without extension. + */ + + var sourceFile = "{{ pagename }}" + ".rst"; + gitURL = "Source: {{ giturl }}" + "/" + sourceFile; +{%- endif %} /* gitsha, project and bug_tag rely on variables in conf.py */ var gitSha = "SHA: {{ gitsha }}"; var repositoryName = "{{ repository_name }}"; - {%- if bug_project %} - var bugProject = "{{ bug_project }}"; - {%- endif %} - {%- if bug_title %} - var bugTitle = "{{ bug_title }}"; - {%- else %} - var bugTitle = "{{ title|striptags }} in {{ project }}"; - {%- endif %} + var bugProject = "{{ bug_project }}"; +{%- if bug_title %} + var bugTitle = "{{ bug_title }}"; +{%- else %} + var bugTitle = "{{ title|striptags }} in {{ project }}"; +{%- endif %} var fieldTags = "{{ bug_tag }}"; - {%- if use_storyboard %} - var useStoryboard = "{{ use_storyboard }}"; - {%- else %} - var useStoryboard = ""; - {%- endif %} - +{%- if use_storyboard %} + var useStoryboard = "{{ use_storyboard }}"; +{%- else %} + var useStoryboard = ""; +{%- endif %} /* "last_updated" is the build date and time. It relies on the conf.py variable "html_last_updated_fmt", which should include @@ -77,8 +77,11 @@ lineFeed + encodeURI(gitURL) ; logABug(bugTitle, bugProject, fieldComment, fieldTags, repositoryName, useStoryboard); +{%- endif %} +{%- if pdf_link %} var currentSourceFile = "{{ pagename }}"; var pdfFileName = "{{ pdf_filename }}"; pdfLink(currentSourceFile, pdfFileName); +{%- endif %} </script> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/css/combined.css new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/css/combined.css --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/css/combined.css 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/css/combined.css 2020-12-02 21:51:30.000000000 +0100 @@ -936,3 +936,10 @@ /* for search result highlighting */ span.highlighted { background-color: #fbe54e; } + +/* handle rst rubric directives */ +p.rubric { + margin-top: 30px; + font-weight: bold; +} + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/fonts/fontawesome-webfont.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/fonts/fontawesome-webfont.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/fonts/fontawesome-webfont.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/fonts/fontawesome-webfont.svg 2020-12-02 21:51:30.000000000 +0100 @@ -682,4 +682,4 @@ <glyph unicode="" horiz-adv-x="1792" /> <glyph unicode="" horiz-adv-x="1792" /> </font> -</defs></svg> \ No newline at end of file +</defs></svg> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/fonts/glyphicons-halflings-regular.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/fonts/glyphicons-halflings-regular.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/fonts/glyphicons-halflings-regular.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/fonts/glyphicons-halflings-regular.svg 2020-12-02 21:51:30.000000000 +0100 @@ -285,4 +285,4 @@ <glyph unicode="🔑" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" /> <glyph unicode="🚪" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" /> </font> -</defs></svg> \ No newline at end of file +</defs></svg> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/logo-full.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/logo-full.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/logo-full.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/logo-full.svg 2020-12-02 21:51:30.000000000 +0100 @@ -50,7 +50,7 @@ c-3.237,0-5.635,2.655-5.635,6.334v0.233c0,3.679,2.329,6.264,5.542,6.264C116.597,23.915,117.831,23.147,118.809,22.053z"/> <g> <polygon fill="#4E4540" points="126.863,17.254 125.016,19.239 127.493,23.659 130.544,23.659 "/> - <polygon fill="#4E4540" points="127.307,11.317 123.092,16.743 123.092,6.847 120.461,6.847 120.461,23.659 123.092,23.659 + <polygon fill="#4E4540" points="127.307,11.317 123.092,16.743 123.092,6.847 120.461,6.847 120.461,23.659 123.092,23.659 123.092,20.097 130.428,11.317 "/> </g> </g> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/logo-vert.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/logo-vert.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/logo-vert.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/logo-vert.svg 2020-12-02 21:51:30.000000000 +0100 @@ -41,7 +41,7 @@ c-1.808,0-3.147,1.482-3.147,3.537v0.13c0,2.055,1.3,3.498,3.095,3.498C48.599,48.84,49.288,48.412,49.834,47.8z"/> <g> <polygon fill="#4E4540" points="54.331,45.12 53.3,46.229 54.683,48.697 56.387,48.697 "/> - <polygon fill="#4E4540" points="54.579,41.806 52.226,44.835 52.226,39.309 50.756,39.309 50.756,48.697 52.226,48.697 + <polygon fill="#4E4540" points="54.579,41.806 52.226,44.835 52.226,39.309 50.756,39.309 50.756,48.697 52.226,48.697 52.226,46.708 56.322,41.806 "/> </g> </g> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-full.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-full.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-full.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-full.svg 2020-12-02 21:51:30.000000000 +0100 @@ -50,7 +50,7 @@ c-3.237,0-5.635,2.655-5.635,6.334v0.233c0,3.679,2.329,6.264,5.542,6.264C116.597,23.915,117.831,23.147,118.809,22.053z"/> <g> <polygon fill="#4E4540" points="126.863,17.254 125.016,19.239 127.493,23.659 130.544,23.659 "/> - <polygon fill="#4E4540" points="127.307,11.317 123.092,16.743 123.092,6.847 120.461,6.847 120.461,23.659 123.092,23.659 + <polygon fill="#4E4540" points="127.307,11.317 123.092,16.743 123.092,6.847 120.461,6.847 120.461,23.659 123.092,23.659 123.092,20.097 130.428,11.317 "/> </g> </g> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-vert.svg new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-vert.svg --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-vert.svg 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/images/openstack-logo-vert.svg 2020-12-02 21:51:30.000000000 +0100 @@ -41,7 +41,7 @@ c-1.808,0-3.147,1.482-3.147,3.537v0.13c0,2.055,1.3,3.498,3.095,3.498C48.599,48.84,49.288,48.412,49.834,47.8z"/> <g> <polygon fill="#4E4540" points="54.331,45.12 53.3,46.229 54.683,48.697 56.387,48.697 "/> - <polygon fill="#4E4540" points="54.579,41.806 52.226,44.835 52.226,39.309 50.756,39.309 50.756,48.697 52.226,48.697 + <polygon fill="#4E4540" points="54.579,41.806 52.226,44.835 52.226,39.309 50.756,39.309 50.756,48.697 52.226,48.697 52.226,46.708 56.322,41.806 "/> </g> </g> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/js/docs.js new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/js/docs.js --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/openstackdocs/static/js/docs.js 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/openstackdocs/static/js/docs.js 2020-12-02 21:51:30.000000000 +0100 @@ -44,7 +44,6 @@ "input and output. " + lineFeed + lineFeed + "If you have a troubleshooting or support issue, use the following " + " resources:" + lineFeed + lineFeed + - " - Ask OpenStack: https://ask.openstack.org" + lineFeed + " - The mailing list: https://lists.openstack.org" + lineFeed + " - IRC: 'openstack' channel on Freenode"+ lineFeed; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/starlingxdocs/header.html new/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/header.html --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/starlingxdocs/header.html 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/header.html 2020-12-02 21:51:30.000000000 +0100 @@ -33,11 +33,10 @@ <li> <li class="join-nav-section"> - <a href="https://www.openstack.org/join/" id="dropdownMenuJoin">Join <i class="fa fa-caret-down"></i></a> + <a href="https://openinfra.dev/join/" id="dropdownMenuJoin">Join <i class="fa fa-caret-down"></i></a> <ul class="dropdown-menu dropdown-hover" role="menu" aria-labelledby="dropdownMenuJoin" style="display: none;"> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/join/register/?membership-type=foundation">Sign up for Foundation Membership</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/join/#sponsor">Sponsor the Foundation</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="https://www.openstack.org/foundation">More about the Foundation</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev/join/">Sign up for Foundation Membership</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="https://openinfra.dev">More about the Foundation</a></li> </ul> </li> <li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme/theme/starlingxdocs/static/css/combined.css new/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/static/css/combined.css --- old/openstackdocstheme-2.2.5/openstackdocstheme/theme/starlingxdocs/static/css/combined.css 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme/theme/starlingxdocs/static/css/combined.css 2020-12-02 21:51:30.000000000 +0100 @@ -936,3 +936,10 @@ /* for search result highlighting */ span.highlighted { background-color: #fbe54e; } + +/* handle rst rubric directives */ +p.rubric { + margin-top: 30px; + font-weight: bold; +} + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/PKG-INFO new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/PKG-INFO --- old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/PKG-INFO 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/PKG-INFO 2020-12-02 21:52:11.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: openstackdocstheme -Version: 2.2.5 +Version: 2.2.7 Summary: OpenStack Docs Theme Home-page: https://docs.openstack.org/openstackdocstheme/latest/ Author: OpenStack @@ -15,11 +15,11 @@ .. Change things from this point on - OpenStack Foundation Sphinx Themes - ================================== + Open Infrastructure Projects Sphinx Themes + ========================================== Theme and extension support for Sphinx documentation that is published by - OpenStack Foundation projects. + Open Infrastructure Foundation projects. OpenStack docs.openstack.org Sphinx Theme ----------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/SOURCES.txt new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/SOURCES.txt --- old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/SOURCES.txt 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/SOURCES.txt 2020-12-02 21:52:12.000000000 +0100 @@ -1,3 +1,4 @@ +.pre-commit-config.yaml .zuul.yaml AUTHORS CONTRIBUTING.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/pbr.json new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/pbr.json --- old/openstackdocstheme-2.2.5/openstackdocstheme.egg-info/pbr.json 2020-07-17 09:42:36.000000000 +0200 +++ new/openstackdocstheme-2.2.7/openstackdocstheme.egg-info/pbr.json 2020-12-02 21:52:11.000000000 +0100 @@ -1 +1 @@ -{"git_version": "0ef4eb2", "is_release": true} \ No newline at end of file +{"git_version": "c7f7eec", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/releasenotes/notes/badge-6f8713da36a7e570.yaml new/openstackdocstheme-2.2.7/releasenotes/notes/badge-6f8713da36a7e570.yaml --- old/openstackdocstheme-2.2.5/releasenotes/notes/badge-6f8713da36a7e570.yaml 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/releasenotes/notes/badge-6f8713da36a7e570.yaml 2020-12-02 21:51:30.000000000 +0100 @@ -4,4 +4,3 @@ for repositories that have ``stable/`` branches. The badge is not displayed for api-ref, api-guide and releasenotes documents. It can be disabled with the ``display_badge`` html theme option. - \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/test-requirements.txt new/openstackdocstheme-2.2.7/test-requirements.txt --- old/openstackdocstheme-2.2.5/test-requirements.txt 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/test-requirements.txt 2020-12-02 21:51:30.000000000 +0100 @@ -6,3 +6,5 @@ # this is required for the docs build jobs sphinx>=2.0.0,!=2.1.0 # BSD + +pre-commit>=2.6.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.2.5/tox.ini new/openstackdocstheme-2.2.7/tox.ini --- old/openstackdocstheme-2.2.5/tox.ini 2020-07-17 09:40:09.000000000 +0200 +++ new/openstackdocstheme-2.2.7/tox.ini 2020-12-02 21:51:30.000000000 +0100 @@ -18,6 +18,7 @@ [testenv:pep8] commands = + pre-commit run -a flake8 openstackdocstheme [testenv:venv]