From 4f3e8c57eed560088526f0b53e31de392f0de476ff56fde3af496ad58d98adc1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 09:24:35 +0000 Subject: [PATCH 1/6] Accepting request 1045890 from home:marxin:branches:devel:languages:python - Update to version 6.0.0 * #10468: Drop Python 3.6 support * #10470: Drop Python 3.7, Docutils 0.14, Docutils 0.15, Docutils 0.16, and Docutils 0.17 support. Patch by Adam Turner * #7405: Removed the jQuery and underscore.js JavaScript frameworks. These frameworks are no longer be automatically injected into themes from Sphinx 6.0. If you develop a theme or extension that uses the ``jQuery``, ``$``, or ``$u`` global objects, you need to update your JavaScript to modern standards, or use the mitigation below. The first option is to use the sphinxcontrib.jquery_ extension, which has been developed by the Sphinx team and contributors. To use this, add ``sphinxcontrib.jquery`` to the ``extensions`` list in ``conf.py``, or call ``app.setup_extension("sphinxcontrib.jquery")`` if you develop a Sphinx theme or extension. The second option is to manually ensure that the frameworks are present. To re-add jQuery and underscore.js, you will need to copy ``jquery.js`` and ``underscore.js`` from `the Sphinx repository`_ to your ``static`` directory, and add the following to your ``layout.html``: .. code-block:: html+jinja {%- block scripts %} {{ super() }} {%- endblock %} .. _sphinxcontrib.jquery: https://github.com/sphinx-contrib/jquery/ Patch by Adam Turner. * #10471, #10565: Removed deprecated APIs scheduled for removal in Sphinx 6.0. See :ref:`dev-deprecated-apis` for details. Patch by Adam Turner. * #10901: C Domain: Remove support for parsing pre-v3 style type directives and roles. Also remove associated configuration variables ``c_allow_pre_v3`` and OBS-URL: https://build.opensuse.org/request/show/1045890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=224 --- Sphinx-5.3.0.tar.gz | 3 --- Sphinx-5.3.0.tar.gz.asc | 16 --------------- Sphinx-6.0.0.tar.gz | 3 +++ Sphinx-6.0.0.tar.gz.asc | 16 +++++++++++++++ python-Sphinx.changes | 44 +++++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 2 +- python3.inv | 4 ++-- readthedocs.inv | 4 ++-- 8 files changed, 68 insertions(+), 24 deletions(-) delete mode 100644 Sphinx-5.3.0.tar.gz delete mode 100644 Sphinx-5.3.0.tar.gz.asc create mode 100644 Sphinx-6.0.0.tar.gz create mode 100644 Sphinx-6.0.0.tar.gz.asc diff --git a/Sphinx-5.3.0.tar.gz b/Sphinx-5.3.0.tar.gz deleted file mode 100644 index 5455884..0000000 --- a/Sphinx-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5 -size 6811365 diff --git a/Sphinx-5.3.0.tar.gz.asc b/Sphinx-5.3.0.tar.gz.asc deleted file mode 100644 index dac98dd..0000000 --- a/Sphinx-5.3.0.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmNL1bUACgkQUsj3KmHw -+1LDyQ//SHB9US7Rjlovi8qWGr5ruQtw5QXYdrZo6XBSlcKEy0NQua+IKstVWYWO -GEhiUwqaNcRrHEZPEKqJIzUbV5HsooX57X/hxpK4rEakam6jN67xRSyf7hRbA4kg -dFIyfv570iE2LbpBZWlb+uTdoFkGLOaLVHWvZmsCsAQhrJWemoAC0RLMIpcASDw6 -58kj5/6fpSqUgs12YNKmD5WiT8kV/m49AWSPUAALod46hLk7//kwkCF0VwKZx9Qy -5kIjcg7sdLb9CgyI6rGjkxZbn+7MYm2PyJyddEp3Vqm/QrBTe7mkrCrDW5aHb5YA -b8B9wevxjt8DN3WgRHheh+nvygJzBnCqZPoUTdIuDh2AlZfAd2q1kx7TWA9Gw+FF -r5zEhvSuaiDhd/FU8XnduaYJ9FobeIZgVClQ16hOOkdLTTa1nImGoA3RPW01cu2y -1eAeLupciIRyEx/CRVX160aTN7YnExCL/aaKTlEYzniqgab2ubH9F1V+0GfcuKJP -BhzKVtw0YVOR1TRf49d9VT5yITbEpI9wPRrn6zunWSk6BSj7Ee7yUXMKonMZyezR -p601cjRUmQitHJo25Kc1YNsmJ0DMNfV5YCBHrBwBRL8fZAulg1+L60MLK3hJ8hxs -hSdghlhUayz71OH9MQEQaEoaMzTbnTKci6sna5t7W6GmEhu//WE= -=YyU8 ------END PGP SIGNATURE----- diff --git a/Sphinx-6.0.0.tar.gz b/Sphinx-6.0.0.tar.gz new file mode 100644 index 0000000..3da28ab --- /dev/null +++ b/Sphinx-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961 +size 6658981 diff --git a/Sphinx-6.0.0.tar.gz.asc b/Sphinx-6.0.0.tar.gz.asc new file mode 100644 index 0000000..dc1ac22 --- /dev/null +++ b/Sphinx-6.0.0.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmOtrGwACgkQUsj3KmHw ++1KeqBAAkkYG9B3MlmY75MHiPhPSYjakjHe4uuMrGFb59Tz/TCL4S/3NxZIeyd5R +Jr0S+BJrinQ1Z8RauIGTc0xAOPEaHyjgcC02FZa+I7JSFi85Fd5QnE+pxEB/n7Q3 +hjjo0pNqMgfLklmSvy4NmZIoZ0Ra0wJEE54pnFNPs8m5W08MShUCPz2J/41Q0Q8N +fg8yij2a+OMBTKB9zO7NZSo/MjYeTy7x0DhFCeu708kx9e6zwGvxAhbQXYWBQz6l +Gujaa3PEvx7CWgk3wASnwIRcaZG3K3LxkjrqjF9pvMv59PUUTVnvyqeXB79QD+YJ +ngIvXcryxcBdWuAWtW0MUIyZMItrpYvm5xdwgBDCr+ypKfcTfeXxDtTJjy8qeCCC +bQQq6Z+pB27+/DCa+bOXC/wgaWlSER7RiiI9OOF0kpZv2w8xxFSBl6TuXrGBPhIg +BMsC0SdIvVjq95kKmg3hujIhkiPMolOLnWD6jsenIwQEPwRGAiRF8Na+U/dal86x +naCFTBMgT0L0uD7SThvXDgecfaBXYpLi6McdEZpGuV8SwMOEErjeerJzBQX6ughD +AjUhncmqtFqrlQEy3IOZPRnd5zGTwM5pWkV7NW5hpxYAEaXsGu+C+9duKkDf38UG +v+ZafcPqd4YQeZiRiqcpn/pqvJ02parN3i6nEFCyFBA0vao5Ivg= +=vOM0 +-----END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 7b5f606..2b46469 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sat Dec 31 09:06:47 UTC 2022 - Martin Liška + +- Update to version 6.0.0 + * #10468: Drop Python 3.6 support + * #10470: Drop Python 3.7, Docutils 0.14, Docutils 0.15, Docutils 0.16, and + Docutils 0.17 support. Patch by Adam Turner + * #7405: Removed the jQuery and underscore.js JavaScript frameworks. + These frameworks are no longer be automatically injected into themes from + Sphinx 6.0. If you develop a theme or extension that uses the + ``jQuery``, ``$``, or ``$u`` global objects, you need to update your + JavaScript to modern standards, or use the mitigation below. + The first option is to use the sphinxcontrib.jquery_ extension, which has been + developed by the Sphinx team and contributors. To use this, add + ``sphinxcontrib.jquery`` to the ``extensions`` list in ``conf.py``, or call + ``app.setup_extension("sphinxcontrib.jquery")`` if you develop a Sphinx theme + or extension. + The second option is to manually ensure that the frameworks are present. + To re-add jQuery and underscore.js, you will need to copy ``jquery.js`` and + ``underscore.js`` from `the Sphinx repository`_ to your ``static`` directory, + and add the following to your ``layout.html``: + + .. code-block:: html+jinja + + {%- block scripts %} + + + {{ super() }} + {%- endblock %} + + .. _sphinxcontrib.jquery: https://github.com/sphinx-contrib/jquery/ + Patch by Adam Turner. + * #10471, #10565: Removed deprecated APIs scheduled for removal in Sphinx 6.0. See + :ref:`dev-deprecated-apis` for details. Patch by Adam Turner. + * #10901: C Domain: Remove support for parsing pre-v3 style type directives and + roles. Also remove associated configuration variables ``c_allow_pre_v3`` and + ``c_warn_on_allowed_pre_v3``. Patch by Adam Turner. + * #10924: LaTeX: adopt better looking defaults for tables and code-blocks. + See :confval:`latex_table_style` and the ``pre_border-radius`` and + ``pre_background-TeXcolor`` :ref:`additionalcss` for the former defaults + and how to re-enact them if desired. + * #10984: LaTeX: Document :confval:`latex_additional_files` behavior for files + with ``.tex`` extension. + ------------------------------------------------------------------- Sun Oct 16 14:43:01 UTC 2022 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 0a1a829..817ab37 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-Sphinx%{psuffix} -Version: 5.3.0 +Version: 6.0.0 Release: 0 Summary: Python documentation generator License: BSD-2-Clause diff --git a/python3.inv b/python3.inv index 5ab8001..d71eb86 100644 --- a/python3.inv +++ b/python3.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17f68917f7acc8ad96a1e7db679e483f5056f72cfea2cff315b832223c4fae93 -size 125960 +oid sha256:491abb80a60aa3a5d2f3136bd3a17c22b49a4094c422ebdf1f4c2db56ddf13d4 +size 129792 diff --git a/readthedocs.inv b/readthedocs.inv index c261771..90d3b1b 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59004bf1d334e73cf04bfbcd96cabc1d528a0f34a7ac7c046c6ed2574769a954 -size 21611 +oid sha256:bed51f9e10ff55470c8e5f9a0510a40e258b2f60604b3951c1d05cd0a581fc91 +size 22074 From 44ed368a82c3878b25f64bc5c2d474e03fe51ed6a99e3ae3c26bd18cbd7564b1 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 4 Jan 2023 06:27:36 +0000 Subject: [PATCH 2/6] Accepting request 1046681 from home:marxin:branches:devel:languages:python - Add pygments-2.14.patch in order to fix Pygments tests after the 2.14 release. OBS-URL: https://build.opensuse.org/request/show/1046681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=225 --- pygments-2.14.patch | 110 ++++++++++++++++++++++++++++++++++++++++++ python-Sphinx.changes | 6 +++ python-Sphinx.spec | 3 +- 3 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 pygments-2.14.patch diff --git a/pygments-2.14.patch b/pygments-2.14.patch new file mode 100644 index 0000000..c482420 --- /dev/null +++ b/pygments-2.14.patch @@ -0,0 +1,110 @@ +From 965768bfda2a00ba6466cdb12a7a46efdce47023 Mon Sep 17 00:00:00 2001 +From: Adam Turner <9087854+aa-turner@users.noreply.github.com> +Date: Sun, 1 Jan 2023 19:17:03 +0000 +Subject: [PATCH] Fix tests for Pygments 2.14 + +Pygments 2.14 was released on 01/01/2023 [0] + +[0]: https://pygments.org/docs/changelog/#version-2-14-0 +--- + pyproject.toml | 2 +- + tests/test_ext_viewcode.py | 27 +++++++++++++++++++-------- + tests/test_intl.py | 11 +++++++++-- + 3 files changed, 29 insertions(+), 11 deletions(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 8757572f6e7..23092f302dc 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -62,7 +62,7 @@ dependencies = [ + "sphinxcontrib-serializinghtml>=1.1.5", + "sphinxcontrib-qthelp", + "Jinja2>=3.0", +- "Pygments>=2.12", ++ "Pygments>=2.13", + "docutils>=0.18,<0.20", + "snowballstemmer>=2.0", + "babel>=2.9", +diff --git a/tests/test_ext_viewcode.py b/tests/test_ext_viewcode.py +index 7750b8da055..6d443d1c6d7 100644 +--- a/tests/test_ext_viewcode.py ++++ b/tests/test_ext_viewcode.py +@@ -2,6 +2,7 @@ + + import re + ++import pygments + import pytest + + +@@ -31,14 +32,24 @@ def test_viewcode(app, status, warning): + + result = (app.outdir / '_modules/spam/mod1.html').read_text(encoding='utf8') + result = re.sub('', '', result) # filter pygments classes +- assert ('
[docs]' +- '@decorator\n' +- 'class Class1' +- '(object):\n' +- ' """\n' +- ' this is Class1\n' +- ' """
\n') in result ++ if pygments.__version__ >= '2.14.0': ++ assert ('
[docs]' ++ '@decorator\n' ++ 'class Class1' ++ '(object):\n' ++ ' """\n' ++ ' this is Class1\n' ++ ' """
\n') in result ++ else: ++ assert ('
[docs]' ++ '@decorator\n' ++ 'class Class1' ++ '(object):\n' ++ ' """\n' ++ ' this is Class1\n' ++ ' """
\n') in result + + + @pytest.mark.sphinx('epub', testroot='ext-viewcode') +diff --git a/tests/test_intl.py b/tests/test_intl.py +index efe6c9bce93..07dfe8be3f4 100644 +--- a/tests/test_intl.py ++++ b/tests/test_intl.py +@@ -6,6 +6,7 @@ + import os + import re + ++import pygments + import pytest + from babel.messages import mofile, pofile + from babel.messages.catalog import Catalog +@@ -1104,8 +1105,11 @@ def test_additional_targets_should_not_be_translated(app): + expected_expr = ("""literal""" + """-""" + """block\n""" +- """in """ ++ """in""" ++ """ """ + """list""") ++ if pygments.__version__ < '2.14.0': ++ expected_expr = expected_expr.replace(""" """, ' ') + assert_count(expected_expr, result, 1) + + # doctest block should not be translated but be highlighted +@@ -1179,8 +1183,11 @@ def test_additional_targets_should_be_translated(app): + expected_expr = ("""LITERAL""" + """-""" + """BLOCK\n""" +- """IN """ ++ """IN""" ++ """ """ + """LIST""") ++ if pygments.__version__ < '2.14.0': ++ expected_expr = expected_expr.replace(""" """, ' ') + assert_count(expected_expr, result, 1) + + # doctest block should not be translated but be highlighted diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 2b46469..613c801 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 05:56:10 UTC 2023 - Martin Liška + +- Add pygments-2.14.patch in order to fix Pygments tests + after the 2.14 release. + ------------------------------------------------------------------- Sat Dec 31 09:06:47 UTC 2022 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 817ab37..8749065 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,6 +42,7 @@ Source3: requests.inv Source4: readthedocs.inv Source5: update-intersphinx.sh Source99: python-Sphinx.keyring +Patch0: pygments-2.14.patch BuildRequires: %{python_module base} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} From d143ea4ce18e6cd6da32e454a80b1d41de5df0d8a2f65a0267dfd6acbe061a9f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 4 Jan 2023 06:30:27 +0000 Subject: [PATCH 3/6] - Add link to github issue for the latest patch, gh#sphinx-doc/sphinx#11067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=226 --- python-Sphinx.changes | 1 + python-Sphinx.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 613c801..09a58f4 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -3,6 +3,7 @@ Wed Jan 4 05:56:10 UTC 2023 - Martin Liška - Add pygments-2.14.patch in order to fix Pygments tests after the 2.14 release. + gh#sphinx-doc/sphinx#11067 ------------------------------------------------------------------- Sat Dec 31 09:06:47 UTC 2022 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 8749065..effef0e 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -42,6 +42,7 @@ Source3: requests.inv Source4: readthedocs.inv Source5: update-intersphinx.sh Source99: python-Sphinx.keyring +# PATCH-FIX-UPSTREAM pygments-2.14.patch gh#sphinx-doc/sphinx#11067 Patch0: pygments-2.14.patch BuildRequires: %{python_module base} BuildRequires: %{python_module flit-core} From 75b12d2e853214f22575a2ae14d4a0990d60760fe3e7c87bdd6259170aba39fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Jan 2023 18:55:57 +0000 Subject: [PATCH 4/6] Accepting request 1056250 from home:marxin:branches:devel:languages:python - Update to version 6.1.1 * #11091: Fix ``util.nodes.apply_source_workaround`` for ``literal_block`` nodes with no source information in the node or the node's parents. * Adopted the `Ruff`_ code linter. .. _Ruff: https://github.com/charliermarsh/ruff * #10979: gettext: Removed support for pluralisation in ``get_translation``. This was unused and complicated other changes to ``sphinx.locale``. * ``sphinx.util`` functions: * Renamed ``sphinx.util.typing.stringify()`` to ``sphinx.util.typing.stringify_annotation()`` * Moved ``sphinx.util.xmlname_checker()`` to ``sphinx.builders.epub3._XML_NAME_PATTERN`` Moved to ``sphinx.util.display``: * ``sphinx.util.status_iterator`` * ``sphinx.util.display_chunk`` * ``sphinx.util.SkipProgressMessage`` * ``sphinx.util.progress_message`` Moved to ``sphinx.util.http_date``: * ``sphinx.util.epoch_to_rfc1123`` * ``sphinx.util.rfc1123_to_epoch`` Moved to ``sphinx.util.exceptions``: * ``sphinx.util.save_traceback`` * ``sphinx.util.format_exception_cut_frames`` * Cache doctrees in the build environment during the writing phase. * Make all writing phase tasks support parallel execution. * #11072: Use PEP 604 (``X | Y``) display conventions for ``typing.Optional`` and ``typing.Optional`` types within the Python domain and autodoc. * #10700: autodoc: Document ``typing.NewType()`` types as classes rather than 'data'. * Cache doctrees between the reading and writing phases. OBS-URL: https://build.opensuse.org/request/show/1056250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=227 --- Sphinx-6.0.0.tar.gz | 3 -- Sphinx-6.0.0.tar.gz.asc | 16 ------ Sphinx-6.1.1.tar.gz | 3 ++ Sphinx-6.1.1.tar.gz.asc | 16 ++++++ pygments-2.14.patch | 110 ---------------------------------------- python-Sphinx.changes | 52 +++++++++++++++++++ python-Sphinx.spec | 4 +- readthedocs.inv | 4 +- 8 files changed, 74 insertions(+), 134 deletions(-) delete mode 100644 Sphinx-6.0.0.tar.gz delete mode 100644 Sphinx-6.0.0.tar.gz.asc create mode 100644 Sphinx-6.1.1.tar.gz create mode 100644 Sphinx-6.1.1.tar.gz.asc delete mode 100644 pygments-2.14.patch diff --git a/Sphinx-6.0.0.tar.gz b/Sphinx-6.0.0.tar.gz deleted file mode 100644 index 3da28ab..0000000 --- a/Sphinx-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961 -size 6658981 diff --git a/Sphinx-6.0.0.tar.gz.asc b/Sphinx-6.0.0.tar.gz.asc deleted file mode 100644 index dc1ac22..0000000 --- a/Sphinx-6.0.0.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmOtrGwACgkQUsj3KmHw -+1KeqBAAkkYG9B3MlmY75MHiPhPSYjakjHe4uuMrGFb59Tz/TCL4S/3NxZIeyd5R -Jr0S+BJrinQ1Z8RauIGTc0xAOPEaHyjgcC02FZa+I7JSFi85Fd5QnE+pxEB/n7Q3 -hjjo0pNqMgfLklmSvy4NmZIoZ0Ra0wJEE54pnFNPs8m5W08MShUCPz2J/41Q0Q8N -fg8yij2a+OMBTKB9zO7NZSo/MjYeTy7x0DhFCeu708kx9e6zwGvxAhbQXYWBQz6l -Gujaa3PEvx7CWgk3wASnwIRcaZG3K3LxkjrqjF9pvMv59PUUTVnvyqeXB79QD+YJ -ngIvXcryxcBdWuAWtW0MUIyZMItrpYvm5xdwgBDCr+ypKfcTfeXxDtTJjy8qeCCC -bQQq6Z+pB27+/DCa+bOXC/wgaWlSER7RiiI9OOF0kpZv2w8xxFSBl6TuXrGBPhIg -BMsC0SdIvVjq95kKmg3hujIhkiPMolOLnWD6jsenIwQEPwRGAiRF8Na+U/dal86x -naCFTBMgT0L0uD7SThvXDgecfaBXYpLi6McdEZpGuV8SwMOEErjeerJzBQX6ughD -AjUhncmqtFqrlQEy3IOZPRnd5zGTwM5pWkV7NW5hpxYAEaXsGu+C+9duKkDf38UG -v+ZafcPqd4YQeZiRiqcpn/pqvJ02parN3i6nEFCyFBA0vao5Ivg= -=vOM0 ------END PGP SIGNATURE----- diff --git a/Sphinx-6.1.1.tar.gz b/Sphinx-6.1.1.tar.gz new file mode 100644 index 0000000..cd33990 --- /dev/null +++ b/Sphinx-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8e43b5030b9870d7402fb56f5efeebb83b76d65bf1c567a89b555340e127b2 +size 6661950 diff --git a/Sphinx-6.1.1.tar.gz.asc b/Sphinx-6.1.1.tar.gz.asc new file mode 100644 index 0000000..9e8e829 --- /dev/null +++ b/Sphinx-6.1.1.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmO3AcYACgkQUsj3KmHw ++1KoNg//dkGlbSEgkplFmCdkQRAQ7hQC78VDXEP+oroQa4atyfSXerBtADR54hd5 +RNa+o28VEof0m3NknN/T9vLsBYWE00Mbxo/CoFMaEnL5Aw3xZtU55yEUzsr7rjrH +eSXon+rwuRJ2gaNdjIqLpa+9yrkzGaM5KtPAfWly/38UvHym1TlR41wqhW9501U0 +Ya2jUd11zkoxBRzsuYq6zxBPigt0SFePyHtFKFSNBGBto/OcihfMK0bVYjuZ8k3T +alYvFHtO7fIEN3Eqs/xMG7fJtIqDLG7zGcHjtd6gK4eUTwyk08iZrOvFuBYDY03Q +foog4k6mtwa6TDPE1gT0e8cTPRK7kSRkzqV4J0XskS1php8q/UXdwZr+EhUESjmd +BE+Cj0JcdKrH+gwpZu5zgFk3yPEzgYa97/8wr/uUhOA3hk+U2R5xbDdOZpQI+Lix +vRrUkJb9yqWGxhyQWkdxK+FLJMUjQxYPy/wHozG2LpTGg/QqqnCok8O9yUIvtaEC +zMtgrE4XQizu3P2dUfztcYI3TwJkD23pWc4Emlw5psZqKb6Q7lmQIcQ9n0ddfXIJ +/oHilO2s7vjLETHMf7JKviZ8owxktFgHPkfEnB2I8vQccCDhlKNUy3trWQoKz4cw +lERrKm7Aru6tBL7ucYGzG4RaRqbjlyRDMVfQ6ttAWA1p3TRdW0Y= +=RKA5 +-----END PGP SIGNATURE----- diff --git a/pygments-2.14.patch b/pygments-2.14.patch deleted file mode 100644 index c482420..0000000 --- a/pygments-2.14.patch +++ /dev/null @@ -1,110 +0,0 @@ -From 965768bfda2a00ba6466cdb12a7a46efdce47023 Mon Sep 17 00:00:00 2001 -From: Adam Turner <9087854+aa-turner@users.noreply.github.com> -Date: Sun, 1 Jan 2023 19:17:03 +0000 -Subject: [PATCH] Fix tests for Pygments 2.14 - -Pygments 2.14 was released on 01/01/2023 [0] - -[0]: https://pygments.org/docs/changelog/#version-2-14-0 ---- - pyproject.toml | 2 +- - tests/test_ext_viewcode.py | 27 +++++++++++++++++++-------- - tests/test_intl.py | 11 +++++++++-- - 3 files changed, 29 insertions(+), 11 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 8757572f6e7..23092f302dc 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -62,7 +62,7 @@ dependencies = [ - "sphinxcontrib-serializinghtml>=1.1.5", - "sphinxcontrib-qthelp", - "Jinja2>=3.0", -- "Pygments>=2.12", -+ "Pygments>=2.13", - "docutils>=0.18,<0.20", - "snowballstemmer>=2.0", - "babel>=2.9", -diff --git a/tests/test_ext_viewcode.py b/tests/test_ext_viewcode.py -index 7750b8da055..6d443d1c6d7 100644 ---- a/tests/test_ext_viewcode.py -+++ b/tests/test_ext_viewcode.py -@@ -2,6 +2,7 @@ - - import re - -+import pygments - import pytest - - -@@ -31,14 +32,24 @@ def test_viewcode(app, status, warning): - - result = (app.outdir / '_modules/spam/mod1.html').read_text(encoding='utf8') - result = re.sub('', '', result) # filter pygments classes -- assert ('
[docs]' -- '@decorator\n' -- 'class Class1' -- '(object):\n' -- ' """\n' -- ' this is Class1\n' -- ' """
\n') in result -+ if pygments.__version__ >= '2.14.0': -+ assert ('
[docs]' -+ '@decorator\n' -+ 'class Class1' -+ '(object):\n' -+ ' """\n' -+ ' this is Class1\n' -+ ' """
\n') in result -+ else: -+ assert ('
[docs]' -+ '@decorator\n' -+ 'class Class1' -+ '(object):\n' -+ ' """\n' -+ ' this is Class1\n' -+ ' """
\n') in result - - - @pytest.mark.sphinx('epub', testroot='ext-viewcode') -diff --git a/tests/test_intl.py b/tests/test_intl.py -index efe6c9bce93..07dfe8be3f4 100644 ---- a/tests/test_intl.py -+++ b/tests/test_intl.py -@@ -6,6 +6,7 @@ - import os - import re - -+import pygments - import pytest - from babel.messages import mofile, pofile - from babel.messages.catalog import Catalog -@@ -1104,8 +1105,11 @@ def test_additional_targets_should_not_be_translated(app): - expected_expr = ("""literal""" - """-""" - """block\n""" -- """in """ -+ """in""" -+ """ """ - """list""") -+ if pygments.__version__ < '2.14.0': -+ expected_expr = expected_expr.replace(""" """, ' ') - assert_count(expected_expr, result, 1) - - # doctest block should not be translated but be highlighted -@@ -1179,8 +1183,11 @@ def test_additional_targets_should_be_translated(app): - expected_expr = ("""LITERAL""" - """-""" - """BLOCK\n""" -- """IN """ -+ """IN""" -+ """ """ - """LIST""") -+ if pygments.__version__ < '2.14.0': -+ expected_expr = expected_expr.replace(""" """, ' ') - assert_count(expected_expr, result, 1) - - # doctest block should not be translated but be highlighted diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 09a58f4..3b52da2 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Thu Jan 5 18:09:36 UTC 2023 - Martin Liška + +- Update to version 6.1.1 + * #11091: Fix ``util.nodes.apply_source_workaround`` for ``literal_block`` nodes + with no source information in the node or the node's parents. + * Adopted the `Ruff`_ code linter. + .. _Ruff: https://github.com/charliermarsh/ruff + * #10979: gettext: Removed support for pluralisation in ``get_translation``. + This was unused and complicated other changes to ``sphinx.locale``. + * ``sphinx.util`` functions: + * Renamed ``sphinx.util.typing.stringify()`` + to ``sphinx.util.typing.stringify_annotation()`` + * Moved ``sphinx.util.xmlname_checker()`` + to ``sphinx.builders.epub3._XML_NAME_PATTERN`` + + Moved to ``sphinx.util.display``: + + * ``sphinx.util.status_iterator`` + * ``sphinx.util.display_chunk`` + * ``sphinx.util.SkipProgressMessage`` + * ``sphinx.util.progress_message`` + + Moved to ``sphinx.util.http_date``: + + * ``sphinx.util.epoch_to_rfc1123`` + * ``sphinx.util.rfc1123_to_epoch`` + + Moved to ``sphinx.util.exceptions``: + + * ``sphinx.util.save_traceback`` + * ``sphinx.util.format_exception_cut_frames`` + + * Cache doctrees in the build environment during the writing phase. + * Make all writing phase tasks support parallel execution. + * #11072: Use PEP 604 (``X | Y``) display conventions for ``typing.Optional`` + and ``typing.Optional`` types within the Python domain and autodoc. + * #10700: autodoc: Document ``typing.NewType()`` types as classes rather than + 'data'. + * Cache doctrees between the reading and writing phases. + * #10962: HTML: Fix the multi-word key name lookup table. + * Fixed support for Python 3.12 alpha 3 (changes in the ``enum`` module). + * #11069: HTML Theme: Removed outdated "shortcut" link relation keyword. + * #10952: Properly terminate parallel processes on programme interuption. + * #10988: Speed up ``TocTree.resolve()`` through more efficient copying. + * #6744: LaTeX: support for seealso directive should be via an environment + to allow styling. + * #11074: LaTeX: Can't change sphinxnote to use sphinxheavybox starting with + 5.1.0 + * Require Pygments 2.13 or later. + * #10944: imgmath: Fix resolving image paths for files in nested folders. + ------------------------------------------------------------------- Wed Jan 4 05:56:10 UTC 2023 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index effef0e..fa2d9eb 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-Sphinx%{psuffix} -Version: 6.0.0 +Version: 6.1.1 Release: 0 Summary: Python documentation generator License: BSD-2-Clause @@ -42,8 +42,6 @@ Source3: requests.inv Source4: readthedocs.inv Source5: update-intersphinx.sh Source99: python-Sphinx.keyring -# PATCH-FIX-UPSTREAM pygments-2.14.patch gh#sphinx-doc/sphinx#11067 -Patch0: pygments-2.14.patch BuildRequires: %{python_module base} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} diff --git a/readthedocs.inv b/readthedocs.inv index 90d3b1b..bed7587 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bed51f9e10ff55470c8e5f9a0510a40e258b2f60604b3951c1d05cd0a581fc91 -size 22074 +oid sha256:be7b89c70ba412f62c2e6ed1ba8f5325938363ebdf151ca95d855e829911f537 +size 22085 From 5a0a1ae826c663aff7756ecee314a3c3d58056d59c25b15267c5c46c38f39a3a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 9 Jan 2023 08:19:34 +0000 Subject: [PATCH 5/6] Accepting request 1056898 from home:marxin:branches:devel:languages:python - Update to version 6.1.2 * #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was implemented with name topic_padding * #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since Sphinx 5.1.0 * #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since Sphinx 5.1.0 * #11095: LaTeX: shadow of topic and contents boxes not in page margin since Sphinx 5.1.0 * #11100: Fix copying images when running under parallel mode. - Disable test_copy_images tests as they need an internet access. OBS-URL: https://build.opensuse.org/request/show/1056898 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=228 --- Sphinx-6.1.1.tar.gz | 3 --- Sphinx-6.1.1.tar.gz.asc | 16 ---------------- Sphinx-6.1.2.tar.gz | 3 +++ Sphinx-6.1.2.tar.gz.asc | 16 ++++++++++++++++ python-Sphinx.changes | 15 +++++++++++++++ python-Sphinx.spec | 4 ++-- 6 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 Sphinx-6.1.1.tar.gz delete mode 100644 Sphinx-6.1.1.tar.gz.asc create mode 100644 Sphinx-6.1.2.tar.gz create mode 100644 Sphinx-6.1.2.tar.gz.asc diff --git a/Sphinx-6.1.1.tar.gz b/Sphinx-6.1.1.tar.gz deleted file mode 100644 index cd33990..0000000 --- a/Sphinx-6.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a8e43b5030b9870d7402fb56f5efeebb83b76d65bf1c567a89b555340e127b2 -size 6661950 diff --git a/Sphinx-6.1.1.tar.gz.asc b/Sphinx-6.1.1.tar.gz.asc deleted file mode 100644 index 9e8e829..0000000 --- a/Sphinx-6.1.1.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmO3AcYACgkQUsj3KmHw -+1KoNg//dkGlbSEgkplFmCdkQRAQ7hQC78VDXEP+oroQa4atyfSXerBtADR54hd5 -RNa+o28VEof0m3NknN/T9vLsBYWE00Mbxo/CoFMaEnL5Aw3xZtU55yEUzsr7rjrH -eSXon+rwuRJ2gaNdjIqLpa+9yrkzGaM5KtPAfWly/38UvHym1TlR41wqhW9501U0 -Ya2jUd11zkoxBRzsuYq6zxBPigt0SFePyHtFKFSNBGBto/OcihfMK0bVYjuZ8k3T -alYvFHtO7fIEN3Eqs/xMG7fJtIqDLG7zGcHjtd6gK4eUTwyk08iZrOvFuBYDY03Q -foog4k6mtwa6TDPE1gT0e8cTPRK7kSRkzqV4J0XskS1php8q/UXdwZr+EhUESjmd -BE+Cj0JcdKrH+gwpZu5zgFk3yPEzgYa97/8wr/uUhOA3hk+U2R5xbDdOZpQI+Lix -vRrUkJb9yqWGxhyQWkdxK+FLJMUjQxYPy/wHozG2LpTGg/QqqnCok8O9yUIvtaEC -zMtgrE4XQizu3P2dUfztcYI3TwJkD23pWc4Emlw5psZqKb6Q7lmQIcQ9n0ddfXIJ -/oHilO2s7vjLETHMf7JKviZ8owxktFgHPkfEnB2I8vQccCDhlKNUy3trWQoKz4cw -lERrKm7Aru6tBL7ucYGzG4RaRqbjlyRDMVfQ6ttAWA1p3TRdW0Y= -=RKA5 ------END PGP SIGNATURE----- diff --git a/Sphinx-6.1.2.tar.gz b/Sphinx-6.1.2.tar.gz new file mode 100644 index 0000000..191e490 --- /dev/null +++ b/Sphinx-6.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19678b91c1f4e2025cfe3bfcbf473ffa3b086651bbdd43d6816e16e4cc58a8b4 +size 6665296 diff --git a/Sphinx-6.1.2.tar.gz.asc b/Sphinx-6.1.2.tar.gz.asc new file mode 100644 index 0000000..bec52fd --- /dev/null +++ b/Sphinx-6.1.2.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmO5r4YACgkQUsj3KmHw ++1I3gw//ZZouFDjOVEY69rxbjWUMh2NQRTgmJm59MUnS6Cw6t58Su2YOaAv+PduZ +etjTkXUVAm4IlcMVl0FigP3kxih9t39Am0FqiN1Iyy7jDwrgvNrtj0ym9HZPblkh +Ma6ZNDOpzqS8Xgj7n9+xDNo2cjCX7xLSAioDjq7eIxhLKMDVGQnKF0Fs9HhyeZNF +ZKDkQP0fwsoHC4jer4pFeU0MYrJPuNhvhW6WpDefur7Ib2GU6FKTm13ur6QnkaPG +h6LkjZPlF6hs/tRsqNV/SYCdlpFV0mkMg4kOZnHGpQfqqncQ15tPLwMGs/xUAcdJ +ba5WzJuYQo5Rfn4Dy1wBvYEMfpudpF9jQiAtJwEqTutsOfbNouwdcTemtKaVDmFf +D6rKPiHelacPzpv6qdBSlbNEiiVcrEtAq3f08D00EacLPmVx4XmKu3/LSJvFZvB3 +db8cJlFEaDJCARE/b6hda0vl9l5zQixwPBUkODGB9/Zvl7Cj/hds/ZC2xMWRmQTF +O4c4q+A2rPS59Fln5ZNMBlH38NJjS3rXnjU8RhatracXASQJIyNURlA+CTbgr1jm +XoHahb8MCcuTWJEV5VHJFZWXsQZKP3/rUBQfF3zLhQUsjPk0X4bhlANGQDgHXvaY +3c7sCmT95HfUK71yvajqR0eE+leak0NJOwlCJN2KEXj7w2siMSI= +=xiVD +-----END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 3b52da2..d333f9b 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jan 8 09:18:41 UTC 2023 - Martin Liška + +- Update to version 6.1.2 + * #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was + implemented with name topic_padding + * #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since + Sphinx 5.1.0 + * #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since + Sphinx 5.1.0 + * #11095: LaTeX: shadow of topic and contents boxes not in page margin since + Sphinx 5.1.0 + * #11100: Fix copying images when running under parallel mode. +- Disable test_copy_images tests as they need an internet access. + ------------------------------------------------------------------- Thu Jan 5 18:09:36 UTC 2023 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index fa2d9eb..26e1b97 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-Sphinx%{psuffix} -Version: 6.1.1 +Version: 6.1.2 Release: 0 Summary: Python documentation generator License: BSD-2-Clause @@ -310,7 +310,7 @@ mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quicksta export LC_ALL="C.utf8" # test_latex_images test downloading a remote image # test_signature_annotations doesn’t work -%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations)' +%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)' %endif %if ! %{with test} From a21cdf41cbbaed1f48bbd91886a23f106adf8aa9db6e6b002d4774ef084e2495 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Jan 2023 21:51:34 +0000 Subject: [PATCH 6/6] Accepting request 1057658 from home:marxin:branches:devel:languages:python - Update to version 6.1.3 * #11116: Reverted to previous Sphinx 5 node copying method * #11117: Reverted changes to parallel image processing from Sphinx 6.1.0 * #11119: Supress ``ValueError`` in the ``linkcheck`` builder OBS-URL: https://build.opensuse.org/request/show/1057658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=229 --- Sphinx-6.1.2.tar.gz | 3 --- Sphinx-6.1.2.tar.gz.asc | 16 ---------------- Sphinx-6.1.3.tar.gz | 3 +++ Sphinx-6.1.3.tar.gz.asc | 16 ++++++++++++++++ python-Sphinx.changes | 8 ++++++++ python-Sphinx.spec | 2 +- readthedocs.inv | 4 ++-- 7 files changed, 30 insertions(+), 22 deletions(-) delete mode 100644 Sphinx-6.1.2.tar.gz delete mode 100644 Sphinx-6.1.2.tar.gz.asc create mode 100644 Sphinx-6.1.3.tar.gz create mode 100644 Sphinx-6.1.3.tar.gz.asc diff --git a/Sphinx-6.1.2.tar.gz b/Sphinx-6.1.2.tar.gz deleted file mode 100644 index 191e490..0000000 --- a/Sphinx-6.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19678b91c1f4e2025cfe3bfcbf473ffa3b086651bbdd43d6816e16e4cc58a8b4 -size 6665296 diff --git a/Sphinx-6.1.2.tar.gz.asc b/Sphinx-6.1.2.tar.gz.asc deleted file mode 100644 index bec52fd..0000000 --- a/Sphinx-6.1.2.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmO5r4YACgkQUsj3KmHw -+1I3gw//ZZouFDjOVEY69rxbjWUMh2NQRTgmJm59MUnS6Cw6t58Su2YOaAv+PduZ -etjTkXUVAm4IlcMVl0FigP3kxih9t39Am0FqiN1Iyy7jDwrgvNrtj0ym9HZPblkh -Ma6ZNDOpzqS8Xgj7n9+xDNo2cjCX7xLSAioDjq7eIxhLKMDVGQnKF0Fs9HhyeZNF -ZKDkQP0fwsoHC4jer4pFeU0MYrJPuNhvhW6WpDefur7Ib2GU6FKTm13ur6QnkaPG -h6LkjZPlF6hs/tRsqNV/SYCdlpFV0mkMg4kOZnHGpQfqqncQ15tPLwMGs/xUAcdJ -ba5WzJuYQo5Rfn4Dy1wBvYEMfpudpF9jQiAtJwEqTutsOfbNouwdcTemtKaVDmFf -D6rKPiHelacPzpv6qdBSlbNEiiVcrEtAq3f08D00EacLPmVx4XmKu3/LSJvFZvB3 -db8cJlFEaDJCARE/b6hda0vl9l5zQixwPBUkODGB9/Zvl7Cj/hds/ZC2xMWRmQTF -O4c4q+A2rPS59Fln5ZNMBlH38NJjS3rXnjU8RhatracXASQJIyNURlA+CTbgr1jm -XoHahb8MCcuTWJEV5VHJFZWXsQZKP3/rUBQfF3zLhQUsjPk0X4bhlANGQDgHXvaY -3c7sCmT95HfUK71yvajqR0eE+leak0NJOwlCJN2KEXj7w2siMSI= -=xiVD ------END PGP SIGNATURE----- diff --git a/Sphinx-6.1.3.tar.gz b/Sphinx-6.1.3.tar.gz new file mode 100644 index 0000000..338619c --- /dev/null +++ b/Sphinx-6.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dac3b698538ffef41716cf97ba26c1c7788dba73ce6f150c1ff5b4720786dd2 +size 6663266 diff --git a/Sphinx-6.1.3.tar.gz.asc b/Sphinx-6.1.3.tar.gz.asc new file mode 100644 index 0000000..092f7b3 --- /dev/null +++ b/Sphinx-6.1.3.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmO9iyEACgkQUsj3KmHw ++1JTohAAno4zUA+LL6NCqYa9eeyV94sEpHDjae5tYzvJiTnna//29iumvIytiL8N +CHH+t15mwRXE71nR2XVG7ANo/VH2LS1yPv1Z/1VkQ6pjjWQAc1+CRPzz+qhNp+C7 +ctPvLI3M6ISwP6mllKtzsWeM6M8VC5Y6Ydkhrck8Uqfh/tglgLhiPQSc8/HbWnve +dYDXeWo2xayWIfWyfC+HK8Hcmm3uyffy0D12Zz4SGi/tk+IkfjgU44GoHZc4HK+Z +BEC4CeOPRbeBSKFchEOYioqNqvRLkDLS4taOZTZMq3bBpAkLTRsazxJENXNr8Sit +C0GI7e+7NvmL+QDyXhm6dHcSwYNDcfb8/fKM+AEz96uxI6lY8xIk2MjDnJJYyU+w +m2t3To1WpJXjRCpQWo6yK/qWRpHp0tXbU5z/J/R1KTJ3UvRIK34Q91Rty/4vtQPE +ef7yqs163W3abetNMW3qX8Yqz+zjRw1IXCLHh7Z11RWp1XOUHzT82rRB8Pje03ZX +b7CEEJVlxlIPBv+HB+GPAMz30j/S2jo8a81WdHd+HfiAcoo0OxrseKc4qXOIYQv8 +iqHyn+QfEU1l0+NqQTZP16NQQ79ecFHKBW5oBtxhnX1XmZrqkRomAeXrymkdu4bV +mtJDO8+OkUIzIRvshXn0cesNNGFl+Iy4n7oWKpvReUT+bB9p1hY= +=mspi +-----END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index d333f9b..3a6ec71 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 10 18:02:04 UTC 2023 - Martin Liška + +- Update to version 6.1.3 + * #11116: Reverted to previous Sphinx 5 node copying method + * #11117: Reverted changes to parallel image processing from Sphinx 6.1.0 + * #11119: Supress ``ValueError`` in the ``linkcheck`` builder + ------------------------------------------------------------------- Sun Jan 8 09:18:41 UTC 2023 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 26e1b97..553c176 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-Sphinx%{psuffix} -Version: 6.1.2 +Version: 6.1.3 Release: 0 Summary: Python documentation generator License: BSD-2-Clause diff --git a/readthedocs.inv b/readthedocs.inv index bed7587..a7a9b70 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be7b89c70ba412f62c2e6ed1ba8f5325938363ebdf151ca95d855e829911f537 -size 22085 +oid sha256:d927ebf1af3f979afd19248104ad1c369a4960d830c69db3edcb2d9573bc8652 +size 22098