From 6aa0a6f18cbb6370f3e56cea186a6ba449c6a2d4582ca800e817d5b55e567e77 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jul 2023 09:12:43 +0000 Subject: [PATCH] Accepting request 1101202 from home:marxin:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 7.1.1: * #11514: Fix ``SOURCE_DATE_EPOCH`` in multi-line copyright footer. Patch by Bénédikt Tran. - Update to 7.1.0: * Releases are no longer signed, given the `change in PyPI policy`_. * #11412: Emit warnings on using a deprecated Python-specific index entry type (namely, ``module``, ``keyword``, ``operator``, ``object``, ``exception``, ``statement``, and ``builtin``) in the :rst:dir:`index` directive, and set the removal version to Sphinx 9. Patch by Adam Turner. * #11415: Add a checksum to JavaScript and CSS asset URIs included within generated HTML, using the CRC32 algorithm. * :meth:`~sphinx.application.Sphinx.require_sphinx` now allows the version requirement to be specified as ``(major, minor)``. * #11011: Allow configuring a line-length limit for object signatures, via :confval:`maximum_signature_line_length` and the domain-specific variants. If the length of the signature (in characters) is greater than the configured limit, each parameter in the signature will be split to its own logical line. This behaviour may also be controlled by options on object description directives, for example :rst:dir:`py:function:single-line-parameter-list`. Patch by Thomas Louf, Adam Turner, and Jean-François B. * #10983: Support for multiline copyright statements in the footer block. Patch by Stefanie Molin * ``sphinx.util.display.status_iterator`` now clears the current line with ANSI control codes, rather than overprinting with space characters. * #11431: linkcheck: Treat SSL failures as broken links. Patch by Bénédikt Tran * #11157: Keep the ``translated`` attribute on translated nodes. * #11451: Improve the traceback displayed when using :option:`sphinx-build -T` in parallel builds. Patch by Bénédikt Tran * #11324: linkcheck: Use session-basd HTTP requests. OBS-URL: https://build.opensuse.org/request/show/1101202 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=245 --- Sphinx-7.0.1.tar.gz | 3 -- Sphinx-7.0.1.tar.gz.asc | 16 ---------- python-Sphinx.changes | 67 ++++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 7 ++--- python3.inv | 4 +-- readthedocs.inv | 4 +-- requests.inv | Bin 2228 -> 2228 bytes sphinx-7.1.1.tar.gz | 3 ++ 8 files changed, 77 insertions(+), 27 deletions(-) delete mode 100644 Sphinx-7.0.1.tar.gz delete mode 100644 Sphinx-7.0.1.tar.gz.asc create mode 100644 sphinx-7.1.1.tar.gz diff --git a/Sphinx-7.0.1.tar.gz b/Sphinx-7.0.1.tar.gz deleted file mode 100644 index e78583c..0000000 --- a/Sphinx-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d -size 6666701 diff --git a/Sphinx-7.0.1.tar.gz.asc b/Sphinx-7.0.1.tar.gz.asc deleted file mode 100644 index 356f568..0000000 --- a/Sphinx-7.0.1.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE01SRGb1RtK/mQ+WXUsj3KmHw+1IFAmRetP4ACgkQUsj3KmHw -+1J52hAAtn70AtvZSudu4VlblFIxEJDdndHl/pC2gzUTpzYYEgdw6Voa0T8nGPKL -+cGXez6LLi+/9YsbLl7XucU7Gow047zVDrVXWv/d2P232jvzQavjno7/sKEUBMAX -3Y87vyPnVJLT6p4PnRHL2CKI38kpYn02VpxadRiZFUOocFGjDoZ8i2cljp02fnd+ -YgJvZfBYDJKHChIN+c9V8wFMw24WgavuNTXQuLYWCok0LaKXDL+MjEnCwTe/Jzc2 -3oMX7rP2jUyU7SzAKW5pGqmssBRcSOzWI5SfBN90Z4DdnAYeEtsOHtzBB5/IPz6D -Nt+l0Rh51PcNu2bzjnx8pSOkDvIGkn8LBphl6j3V9b/83MMt702zcqpCMrGnEzDw -ivhCKlxRjGWEege28hmTpdr7MOXptN5Y2BbniXWH1brS13IiHVHOdmTI9X3R4kke -3ZnuUjUcW0GOqvjLjWLWYA3yhtbF+LMiWOqqT1ZZZXLqxrV23hRTZTYtBel6mCck -Gf4sxfG/HMvp5JXm9cc7yAmVu4O0qBRat0nXhP2NjFNgwVHdnp9T/oboF8M0nabM -qmjdiIEtYmjTq4EpsXelUwty/VIqYGncm9+NZwZnLQOoMwO8FT7T85bqmsbbrhEu -jRssFZypS/qwJTpDkUIEBkqRRtOemFCI0BffwysVwykFRBQJ0ds= -=+Mq8 ------END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index b5389e9..210ff4f 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Jul 28 13:34:59 UTC 2023 - Martin Liška + +- Update to 7.1.1: + * #11514: Fix ``SOURCE_DATE_EPOCH`` in multi-line copyright footer. + Patch by Bénédikt Tran. + +- Update to 7.1.0: + * Releases are no longer signed, given the `change in PyPI policy`_. + * #11412: Emit warnings on using a deprecated Python-specific index entry type + (namely, ``module``, ``keyword``, ``operator``, ``object``, ``exception``, + ``statement``, and ``builtin``) in the :rst:dir:`index` directive, and + set the removal version to Sphinx 9. Patch by Adam Turner. + * #11415: Add a checksum to JavaScript and CSS asset URIs included within + generated HTML, using the CRC32 algorithm. + * :meth:`~sphinx.application.Sphinx.require_sphinx` now allows the version + requirement to be specified as ``(major, minor)``. + * #11011: Allow configuring a line-length limit for object signatures, via + :confval:`maximum_signature_line_length` and the domain-specific variants. + If the length of the signature (in characters) is greater than the configured + limit, each parameter in the signature will be split to its own logical line. + This behaviour may also be controlled by options on object description + directives, for example :rst:dir:`py:function:single-line-parameter-list`. + Patch by Thomas Louf, Adam Turner, and Jean-François B. + * #10983: Support for multiline copyright statements in the footer block. + Patch by Stefanie Molin + * ``sphinx.util.display.status_iterator`` now clears the current line + with ANSI control codes, rather than overprinting with space characters. + * #11431: linkcheck: Treat SSL failures as broken links. + Patch by Bénédikt Tran + * #11157: Keep the ``translated`` attribute on translated nodes. + * #11451: Improve the traceback displayed when using :option:`sphinx-build -T` + in parallel builds. Patch by Bénédikt Tran + * #11324: linkcheck: Use session-basd HTTP requests. + * #11438: Add support for the :rst:dir:`py:class` and :rst:dir:`py:function` + directives for PEP 695 (generic classes and functions declarations) and + PEP 696 (default type parameters). Multi-line support (#11011) is enabled + for type parameters list and can be locally controlled on object description + directives, e.g., :rst:dir:`py:function:single-line-type-parameter-list`. + Patch by Bénédikt Tran. + * #11484: linkcheck: Allow HTML anchors to be ignored on a per-URL basis + via :confval:`linkcheck_anchors_ignore_for_url` while + still checking the validity of the page itself. + Patch by Bénédikt Tran + * #1246: Add translation progress statistics and inspection support, + via a new substitution (``|translation progress|``) and a new + configuration variable (:confval:`translation_progress_classes`). + These enable determining the percentage of translated elements within + a document, and the remaining translated and untranslated elements. + * Restored the ``footnote-reference`` class that has been removed in + the latest (unreleased) version of Docutils. + * #11486: Use :rfc:`8081` font file MIME types in the EPUB builder. + Using the correct MIME type will prevent warnings from ``epubcheck`` + and will generate a valid EPUB. + * #11435: Use microsecond-resolution timestamps for outdated file detection + in ``BuildEnvironment.get_outdated_files``. + * #11437: Top-level headings starting with a reStructuredText role + now render properly when :confval:`rst_prolog` is set. + Previously, a file starting with the below would have + improperly rendered due to where the prologue text + was inserted into the document. + Patch by Bénédikt Tran. + * #11337: Fix a ``MemoryError`` in ``sphinx.ext.intersphinx`` when using ``None`` + or ``typing.*`` as inline type references. Patch by Bénédikt Tran (picnixz) + * #11345: Always delete ``docutils.conf`` in test directories when running + ``SphinxTestApp.cleanup()``. + ------------------------------------------------------------------- Sun May 14 15:27:42 UTC 2023 - Dirk Müller diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 589f1f0..243b27e 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -26,14 +26,13 @@ %endif %{?sle15_python_module_pythons} Name: python-Sphinx%{psuffix} -Version: 7.0.1 +Version: 7.1.1 Release: 0 Summary: Python documentation generator License: BSD-2-Clause Group: Development/Languages/Python URL: http://sphinx-doc.org -Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz -Source1: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz.asc +Source: https://files.pythonhosted.org/packages/source/s/sphinx/sphinx-%{version}.tar.gz # Provide intersphinx inventory offline, run update-intersphinx.sh # https://docs.python.org/3/objects.inv Source2: python3.inv @@ -239,7 +238,7 @@ This package contains the HTML documentation for Sphinx. %endif %prep -%setup -q -n Sphinx-%{version} +%setup -q -n sphinx-%{version} %autopatch -p1 %build diff --git a/python3.inv b/python3.inv index c23b3dd..b8e5cfb 100644 --- a/python3.inv +++ b/python3.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b7e9c9080d0e668f7be8db946529a965627e1bae00396cf2f02980e5c292489 -size 130267 +oid sha256:52bebd8bb6e646503e18c5192244051c749b1f2705422ec8024f3a7e26f1c967 +size 132495 diff --git a/readthedocs.inv b/readthedocs.inv index 5ce4d7f..b4877f4 100644 --- a/readthedocs.inv +++ b/readthedocs.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c80642b2fc5d6553a38bcc31b1f5bb12e03db66d7811ebf0227fc47f48a1a31c -size 24683 +oid sha256:422f585af5f8b5c01f00846a33f858598e48d878df319746cc9386de01af2658 +size 25516 diff --git a/requests.inv b/requests.inv index 3eaf47db4d49098c134f2e8b7f3b3c60098504c5ac59f02c8b7e05996109bfa9..92954dddc9c23382892c83da4c10aa9ebd7adf62f4996c0614809dd5f01f419a 100644 GIT binary patch delta 13 UcmdlYxJ7V+9h0%)Mu!p(03ZwmEC2ui delta 13 UcmdlYxJ7V+9g~seMu!p(03a>|GXMYp diff --git a/sphinx-7.1.1.tar.gz b/sphinx-7.1.1.tar.gz new file mode 100644 index 0000000..e46c6a5 --- /dev/null +++ b/sphinx-7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b8e391f0768a96cd233e8300fe7f0a8dc2f64f83dc2a54336a9a84f428ff4e +size 6827974