From bec2daec3de12a2c9adaf7930b38f6a13be55c651e97540f295d60bcd76b825c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Mar 2022 15:11:51 +0000 Subject: [PATCH] Accepting request 965338 from home:marxin:branches:devel:languages:python - Update to version 4.5.0: * #10112: extlinks: Disable hardcoded links detector by default * #9993, #10177: std domain: Disallow to refer an inline target via :rst:role:`ref` role * ``sphinx.ext.napoleon.docstring.GoogleDocstring._qualify_name()`` * #10260: Enable ``FORCE_COLOR`` and ``NO_COLOR`` for terminal colouring * #10234: autosummary: Add "autosummary" CSS class to summary tables * #10125: extlinks: Improve suggestion message for a reference having title * #10112: extlinks: Add :confval:`extlinks_detect_hardcoded_links` to enable hardcoded links detector feature * #9494, #9456: html search: Add a config variable :confval:`html_show_search_summary` to enable/disable the search summaries * #9337: HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:'/' as a Quick search shortcut and :kbd:`Esc` shortcut that removes search highlighting. * #10107: i18n: Allow to suppress translation warnings by adding ``#noqa`` comment to the tail of each translation message * #10252: C++, support attributes on classes, unions, and enums. * #10253: :rst:dir:`pep` role now generates URLs based on peps.python.org * #9876: autodoc: Failed to document an imported class that is built from native binary module * #10133: autodoc: Crashed when mocked module is used for type annotation * #10146: autodoc: :confval:`autodoc_default_options` does not support ``no-value`` option * #9971: autodoc: TypeError is raised when the target object is annotated by unhashable object * #10205: extlinks: Failed to compile regexp on checking hardcoded links * #10277: html search: Could not search short words (ex. "use") * #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred multiple times was rendered to a question mark OBS-URL: https://build.opensuse.org/request/show/965338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=206 --- Sphinx-4.4.0.tar.gz | 3 --- Sphinx-4.4.0.tar.gz.asc | 16 -------------- Sphinx-4.5.0.tar.gz | 3 +++ Sphinx-4.5.0.tar.gz.asc | 16 ++++++++++++++ python-Sphinx.changes | 48 +++++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 6 +++--- python3.inv | 4 ++-- readthedocs.inv | 4 ++-- 8 files changed, 74 insertions(+), 26 deletions(-) delete mode 100644 Sphinx-4.4.0.tar.gz delete mode 100644 Sphinx-4.4.0.tar.gz.asc create mode 100644 Sphinx-4.5.0.tar.gz create mode 100644 Sphinx-4.5.0.tar.gz.asc diff --git a/Sphinx-4.4.0.tar.gz b/Sphinx-4.4.0.tar.gz deleted file mode 100644 index 4a4cc52..0000000 --- a/Sphinx-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc -size 6690021 diff --git a/Sphinx-4.4.0.tar.gz.asc b/Sphinx-4.4.0.tar.gz.asc deleted file mode 100644 index d6c2937..0000000 --- a/Sphinx-4.4.0.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEihG3ml0NdJpm8KAwECwsF0mNa54FAmHkN0MACgkQECwsF0mN -a56ozg//WQkUxKbanlRgDPipIYkORbVmv1RMyAt6CBfX+mTyK4zHNul4Oj0m7F1F -evJKeCGPZT32nKFb03v0PABoQ14QmwGzzyRi0qSgEe8vFE7cr2UY4c0RPpM5nVxR -6h4eu4hCLKx4ym/CN+RZ9/YAPt20rkdnHZff81Nxd9Fj4qdgRclWx/iVfo5O9ykW -QPUZANEPdc/0pZa0u4QhEgxZYXO4Z5s3hNkW4qtK2lnzfADMsubit7xh/Ajwr+QB -HK7oPhe9gwcf6Fh0ML6ZBcrapmkcO9DSWmqpYpDZEdr4OGHYw+yJ3MPC3AqapD6n -7VwI5UZUBgLZssQUgXYNXFai/LAYTN+E6HTsaAaaWVX4jujaHcjfkMd6NcpthENN -+X/V8YcSIcMUVIwYFNTNdQ7crrBVIsr4xOcBjcCvacp82v0CCqRx8la43u7EcXGm -7ZnWYtTG15OygLmIVZ0GiE+ONAZohX3bdR+Kd+iMFMC5oZl+StVEBX4R95GI1KeS -VNXItLrPSsQr7X6SZv1/MZCqLe2yuk9SUaReFoF+UMWn999cBWVSExXzl5Ze8AcC -Qt1z174OS7iwnmzwjY7O9X2ag0Aiswn0w9Tk6DsMCVnyqIxpytdi4vKVMI3LDkXT -EM332tIWE064B1GEp2eGRhzho3klzgfxakdMPXlhBXxeXEndc94= -=MFtg ------END PGP SIGNATURE----- diff --git a/Sphinx-4.5.0.tar.gz b/Sphinx-4.5.0.tar.gz new file mode 100644 index 0000000..4982704 --- /dev/null +++ b/Sphinx-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6 +size 6698212 diff --git a/Sphinx-4.5.0.tar.gz.asc b/Sphinx-4.5.0.tar.gz.asc new file mode 100644 index 0000000..5e336f2 --- /dev/null +++ b/Sphinx-4.5.0.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEihG3ml0NdJpm8KAwECwsF0mNa54FAmJAiTsACgkQECwsF0mN +a57/Fw//YXNipv2G03a65fUIRgXUhtQw3EHNfCF0P+0Gk2gLpdnFAT2SpA8rFAuc +NJX4wQKJKDIuPMD6MhPeuGHplVl0jFUBm+QhxP1lF4CjKo3TFZn70oY06u1UclC6 +1fNAyKGwnEuPa2+l2hsU5gaXuRqsiOgWdsx62+IYCBZ0qfwwE21LqwhVpu7tixpY +0GYPzUveZtQcsKEUV1nwYGO1lZjlRzAuKrjwk3J7XySyVzy0Zi7hKRDrdP15FBjB +E6p0ihiP9kEiSXB2V0UpZHjhE9VlD8+CMntnZmX0c50NFyi+w4yTVzhzBfWBbuQA +gfZwUOQ7pj2xxQRTZzT+MYvaJxPyFbd4OMmDnRD1tGCpBRR1k6s4s81hjl5Wadud +U9382K7Ld4u5xjIJ4zddYj3NO+HRZtyR6EPBKDs8KDTxZXld+ZKgGZUlsQym6bNM +haZPz8F7oeX1FfSivBL+L/GxWmI5hr8XuxWgEw92mdMa82QCdJ9J/CS02kYnSz/U +HKQLKwWPjkk+tc7FXxuCx7iZxRaAnU8G2U2RGl8daE0wdm0M5wZSwj4L2u5GSrbf +/OFPinW+luGKZzqB6xdY79u+jFse+niYmHxson/Af9wQLwDqi8tx+Q653FYSycrL +o6JsQSaYYFjhXwoK+VYrt13c0J9zaDXlMI/7h4BxwABaqqMC6vU= +=Uz/2 +-----END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index b098aee..0afb06b 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Mon Mar 28 08:29:11 UTC 2022 - Martin Liška + +- Update to version 4.5.0: + * #10112: extlinks: Disable hardcoded links detector by default + * #9993, #10177: std domain: Disallow to refer an inline target via + :rst:role:`ref` role + * ``sphinx.ext.napoleon.docstring.GoogleDocstring._qualify_name()`` + * #10260: Enable ``FORCE_COLOR`` and ``NO_COLOR`` for terminal colouring + * #10234: autosummary: Add "autosummary" CSS class to summary tables + * #10125: extlinks: Improve suggestion message for a reference having title + * #10112: extlinks: Add :confval:`extlinks_detect_hardcoded_links` to enable + hardcoded links detector feature + * #9494, #9456: html search: Add a config variable + :confval:`html_show_search_summary` to enable/disable the search summaries + * #9337: HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:'/' as + a Quick search shortcut and :kbd:`Esc` shortcut that + removes search highlighting. + * #10107: i18n: Allow to suppress translation warnings by adding ``#noqa`` + comment to the tail of each translation message + * #10252: C++, support attributes on classes, unions, and enums. + * #10253: :rst:dir:`pep` role now generates URLs based on peps.python.org + * #9876: autodoc: Failed to document an imported class that is built from native + binary module + * #10133: autodoc: Crashed when mocked module is used for type annotation + * #10146: autodoc: :confval:`autodoc_default_options` does not support + ``no-value`` option + * #9971: autodoc: TypeError is raised when the target object is annotated by + unhashable object + * #10205: extlinks: Failed to compile regexp on checking hardcoded links + * #10277: html search: Could not search short words (ex. "use") + * #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred + multiple times was rendered to a question mark + * #9924: LaTeX: multi-line :rst:dir:`cpp:function` directive has big vertical + spacing in Latexpdf + * #10158: LaTeX: excessive whitespace since v4.4.0 for undocumented + variables/structure members + * #10175: LaTeX: named footnote reference is linked to an incorrect footnote if + the name is also used in the different document + * #10269: manpage: Failed to resolve the title of :ref: cross references + * #10179: i18n: suppress "rST localization" warning + * #10118: imgconverter: Unnecessary availablity check is called for remote URIs + * #10181: napoleon: attributes are displayed like class attributes for google + style docstrings when :confval:`napoleon_use_ivar` is enabled + * #10122: sphinx-build: make.bat does not check the installation of sphinx-build + command before showing help +- Update url for requests.inv. + ------------------------------------------------------------------- Fri Jan 28 11:01:23 UTC 2022 - Matej Cepl diff --git a/python-Sphinx.spec b/python-Sphinx.spec index db15d42..469b914 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-Sphinx%{psuffix} -Version: 4.4.0 +Version: 4.5.0 Release: 0 Summary: Python documentation generator License: BSD-2-Clause @@ -38,7 +38,7 @@ Source1: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-% # Provide intersphinx inventory offline # https://docs.python.org/3/objects.inv#/python3.inv Source2: python3.inv -# https://requests.readthedocs.io/en/master/objects.inv#/requests.inv +# https://docs.python-requests.org/en/master/objects.inv#/requests.inv Source3: requests.inv # https://docs.readthedocs.io/en/stable/objects.inv#/readthedocs.inv Source4: readthedocs.inv @@ -248,7 +248,7 @@ cp %{SOURCE4} doc/readthedocs.inv # Use a more recent default (currently 3.9) from the source tag instead. # The same for requests. sed -i -e "s/\((.https:..docs.python.org.3.., \)None\()\)/\1'python3.inv'\2/g" doc/conf.py -sed -i -e "s/\((.https:..requests.readthedocs.io.*, \)None\()\)/\1'requests.inv'\2/g" doc/conf.py +sed -i -e "s/\((.https:..docs.python-requests.org.*, \)None\()\)/\1'requests.inv'\2/g" doc/conf.py sed -i -e "s/\((.https:..docs.readthedocs.io.*, \)None\()\)/\1'readthedocs.inv'\2/g" doc/conf.py $python setup.py build_sphinx rm build/sphinx/html/.buildinfo diff --git a/python3.inv b/python3.inv index 7d366c5..48eef95 100644 --- a/python3.inv +++ b/python3.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b66778ebc993920f8e38e5e6e92ff87408d96643f15c21beb3b68a9ec9191c94 -size 112797 +oid sha256:a0a0dee7e4d0ff0bb0ea2f0dd7fada442d6840a4d1ce3e1633e231803863e1c0 +size 112877 diff --git a/readthedocs.inv b/readthedocs.inv index 1c8b14b..cb76918 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b26acd3a4de20f5be301954925f7364435b4ea22499bbaa1ea8c06366044f63 -size 19635 +oid sha256:c2744abf3a1deccd97ca85896764d33737d462f9cc52dc5f385e1974eaa62ec3 +size 19692