Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Sphinx for openSUSE:Factory checked in at 2022-07-26 19:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old) and /work/SRC/openSUSE:Factory/.python-Sphinx.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Sphinx" Tue Jul 26 19:42:07 2022 rev:88 rq:991065 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes 2022-06-23 10:23:35.331695556 +0200 +++ /work/SRC/openSUSE:Factory/.python-Sphinx.new.1533/python-Sphinx.changes 2022-07-26 19:42:12.180400808 +0200 @@ -1,0 +2,67 @@ +Sun Jul 24 17:44:29 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 5.1.0 + * #10656: Support `Docutils 0.19`_. Patch by Adam Turner. + * #10467: Deprecated ``sphinx.util.stemmer`` in favour of ``snowballstemmer``. + Patch by Adam Turner. + * #9856: Deprecated ``sphinx.ext.napoleon.iterators``. + * #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet`` + setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings. + * #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option` + directives through a new :confval:`option_emphasise_placeholders` configuration + option. + * #10439: std domain: Use the repr of some variables when displaying warnings, + making whitespace issues easier to identify. + * #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by + Pradyun Gedam. + * #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>` + keys allow to configure four separate border-widths, four paddings, four + corner radii, a shadow (possibly inset), colours for border, background, shadow + for each of the code-block, topic, attention, caution, danger, error and warning + directives. + * #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy + * #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when + using Docutils 0.18 or later, to allow for easier styling. This matches the + behaviour introduced in Docutils 0.19. Patch by Adam Turner. + * #10518: config: Add ``include_patterns`` as the opposite of ``exclude_patterns``. + Patch by Adam Turner. + * #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+ + * #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due + to missing ``Node.findall()`` + * #10506: LaTeX: build error if highlighting inline code role in figure caption + (refs: #10251) + * #10634: Make -P (pdb) option work better with exceptions triggered from events + * #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``, + ``-``, ``~``, and ``**``). Patch by Adam Turner. + * #10460: logging: Always show node source locations as absolute paths. + * HTML Search: HTML tags are displayed as a part of object name + * HTML Search: search snipets should not be folded + * HTML Search: Minor errors are emitted on fetching search snipets + * HTML Search: The markers for header links are shown in the search result + * #10520: HTML Theme: Fix use of sidebar classes in ``agogo.css_t``. + * #6679: HTML Theme: Fix inclusion of hidden toctrees in the agogo theme. + * #10566: HTML Theme: Fix enable_search_shortcuts does not work + * #8686: LaTeX: Text can fall out of code-block at end of page and leave artifact + on next page + * #10633: LaTeX: user injected ``\color`` commands in topic or admonition boxes may + cause color leaks in PDF due to upstream `framed.sty <https://ctan.org/pkg/framed>`_ + bug + * #10638: LaTeX: framed coloured boxes in highlighted code (e.g. highlighted + diffs using Pygments style ``'manni'``) inherit thickness of code-block frame + * #10647: LaTeX: Only one ``\label`` is generated for ``desc_signature`` node + even if it has multiple node IDs + * #10579: i18n: UnboundLocalError is raised on translating raw directive + * #9577, #10088: py domain: Fix warning for duplicate Python references when + using ``:any:`` and autodoc. + * #10548: HTML Search: fix minor summary issues. +- Add update-intersphinx.sh and get all objects.inv files. +- Add Adam Turner's GPG key (61F0FB52) to python-Sphinx.keyring. + +------------------------------------------------------------------- +Tue Jul 19 18:05:49 UTC 2022 - Matej Cepl <mc...@suse.com> + +- (bsc#1201272) Add a missing dependency of latex subpackage on + tex(tgtermes.sty). +- Add python-Sphinx.keyring + +------------------------------------------------------------------- Old: ---- Sphinx-5.0.2.tar.gz Sphinx-5.0.2.tar.gz.asc New: ---- Sphinx-5.1.0.tar.gz Sphinx-5.1.0.tar.gz.asc python-Sphinx.keyring update-intersphinx.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.j3cSzm/_old 2022-07-26 19:42:13.072262993 +0200 +++ /var/tmp/diff_new_pack.j3cSzm/_new 2022-07-26 19:42:13.076262375 +0200 @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-Sphinx%{psuffix} -Version: 5.0.2 +Version: 5.1.0 Release: 0 Summary: Python documentation generator License: BSD-2-Clause @@ -35,13 +35,15 @@ 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 -# Provide intersphinx inventory offline -# https://docs.python.org/3/objects.inv#/python3.inv +# Provide intersphinx inventory offline, run update-intersphinx.sh +# https://docs.python.org/3/objects.inv Source2: python3.inv -# https://requests.readthedocs.io/en/stable/objects.inv#/requests.inv +# https://requests.readthedocs.io/en/stable/objects.inv Source3: requests.inv -# https://docs.readthedocs.io/en/stable/objects.inv#/readthedocs.inv +# https://docs.readthedocs.io/en/stable/objects.inv Source4: readthedocs.inv +Source5: update-intersphinx.sh +Source99: python-Sphinx.keyring BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -167,6 +169,7 @@ Requires: tex(pzcmi.tfm) Requires: tex(tabulary.sty) Requires: tex(textcomp.sty) +Requires: tex(tgtermes.sty) Requires: tex(threeparttable.sty) Requires: tex(times.sty) Requires: tex(titlesec.sty) ++++++ Sphinx-5.0.2.tar.gz -> Sphinx-5.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Sphinx/Sphinx-5.0.2.tar.gz /work/SRC/openSUSE:Factory/.python-Sphinx.new.1533/Sphinx-5.1.0.tar.gz differ: char 5, line 1 ++++++ python3.inv ++++++ Binary files /var/tmp/diff_new_pack.j3cSzm/_old and /var/tmp/diff_new_pack.j3cSzm/_new differ ++++++ readthedocs.inv ++++++ Binary files /var/tmp/diff_new_pack.j3cSzm/_old and /var/tmp/diff_new_pack.j3cSzm/_new differ ++++++ requests.inv ++++++ Binary files /var/tmp/diff_new_pack.j3cSzm/_old and /var/tmp/diff_new_pack.j3cSzm/_new differ ++++++ update-intersphinx.sh ++++++ #!/usr/bin/bash wget https://docs.python.org/3/objects.inv -O python3.inv wget https://requests.readthedocs.io/en/stable/objects.inv -O requests.inv wget https://docs.readthedocs.io/en/stable/objects.inv -O readthedocs.inv