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-10-13 15:39:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old) and /work/SRC/openSUSE:Factory/.python-Sphinx.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Sphinx" Thu Oct 13 15:39:41 2022 rev:90 rq:1007684 version:5.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes 2022-08-01 21:28:21.733305870 +0200 +++ /work/SRC/openSUSE:Factory/.python-Sphinx.new.2275/python-Sphinx.changes 2022-10-13 15:39:44.114440327 +0200 @@ -1,0 +2,48 @@ +Sun Oct 2 18:47:20 UTC 2022 - Mark??ta Machov?? <mmach...@suse.com> + +- BuildRequires just flit-core instead of flit + +------------------------------------------------------------------- +Fri Sep 30 18:06:55 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 5.2.3 + * #10878: Fix base64 image embedding in sphinx.ext.imgmath + * #10886: Add :nocontentsentry: flag and global domain table of contents entry + control option. Patch by Adam Turner + +------------------------------------------------------------------- +Tue Sep 27 15:35:11 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 5.2.2 + * #10872: Restore link targets for autodoc modules to the top of content. + Patch by Dominic Davis-Foster. + +------------------------------------------------------------------- +Mon Sep 26 07:06:34 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 5.2.1 + * #10861: Always normalise the ``pycon3`` lexer to ``pycon``. + * Fix using ``sphinx.ext.autosummary`` with modules containing titles in the + module-level docstring. +- Remove unneeded spec hunks. + +------------------------------------------------------------------- +Sun Sep 25 15:24:42 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 5.2.0 + * #10356: Sphinx now uses declarative metadata with pyproject.toml to create packages, + using PyPA???s build project as a build backend. Patch by Adam Turner. + * #10286: C++, support requires clauses not just between the template parameter lists and the declaration. + * #10755: linkcheck: Check the source URL of raw directives that use the url option. + * #10781: Allow ref role to be used with definitions and fields. + * #10717: HTML Search: Increase priority for full title and subtitle matches in search results + * #10718: HTML Search: Save search result score to the HTML element for debugging + * #10673: Make toctree accept ???genindex???, ???modindex??? and ???search??? docnames + * #6316, #10804: Add domain objects to the table of contents. Patch by Adam Turner + * #6692: HTML Search: Include explicit index directive index entries in the search index and search results. Patch by Adam Turner + * #10816: imgmath: Allow embedding images in HTML as base64 + * #10257: C++, ensure consistent non-specialization template argument representation. + * #10729: C++, fix parsing of certain non-type template parameter packs. + * #10715: Revert #10520: ???Fix??? use of sidebar classes in agogo.css_t + +------------------------------------------------------------------- Old: ---- Sphinx-5.1.1.tar.gz Sphinx-5.1.1.tar.gz.asc New: ---- Sphinx-5.2.3.tar.gz Sphinx-5.2.3.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Sphinx.spec ++++++ --- /var/tmp/diff_new_pack.BcI1PX/_old 2022-10-13 15:39:45.558443553 +0200 +++ /var/tmp/diff_new_pack.BcI1PX/_new 2022-10-13 15:39:45.562443562 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -25,9 +24,8 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python2 1 Name: python-Sphinx%{psuffix} -Version: 5.1.1 +Version: 5.2.3 Release: 0 Summary: Python documentation generator License: BSD-2-Clause @@ -45,9 +43,13 @@ Source5: update-intersphinx.sh Source99: python-Sphinx.keyring BuildRequires: %{python_module base} +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python3-pip # workaround for suboptimal CentOS-7 project config #!BuildIgnore: texinfo Requires: python-Babel >= 1.3 @@ -235,10 +237,8 @@ %setup -q -n Sphinx-%{version} %autopatch -p1 -sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line encoding - %build -%python_build +%pyproject_wheel %if %{with test} mkdir build.doc @@ -251,19 +251,17 @@ # 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:..docs.python-requests.org.*, \)None\()\)/\1'requests.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.readthedocs.io.*, \)None\()\)/\1'readthedocs.inv'\2/g" doc/conf.py -$python setup.py build_sphinx -rm build/sphinx/html/.buildinfo -$python setup.py build_sphinx -b man +# rm build/sphinx/html/.buildinfo +$python -m sphinx -b man ./doc ./build.doc/man +$python -m sphinx -M html ./doc ./build.doc/html } - -mv build/sphinx/{html,man} build.doc/ %endif %install %if ! %{with test} -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/sphinx-apidoc %python_clone -a %{buildroot}%{_bindir}/sphinx-autogen @@ -325,7 +323,8 @@ %python_alternative %{_bindir}/sphinx-quickstart %{python_sitelib}/sphinx/ %exclude %{python_sitelib}/sphinx/texinputs/ -%{python_sitelib}/Sphinx-%{version}-py*.egg-info +%dir %{python_sitelib}/sphinx-%{version}.dist-info +%{python_sitelib}/sphinx-%{version}.dist-info/* %dir %{python_sitelib}/sphinxcontrib %files %{python_files latex} ++++++ Sphinx-5.1.1.tar.gz -> Sphinx-5.2.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Sphinx/Sphinx-5.1.1.tar.gz /work/SRC/openSUSE:Factory/.python-Sphinx.new.2275/Sphinx-5.2.3.tar.gz differ: char 5, line 1 ++++++ python3.inv ++++++ Binary files /var/tmp/diff_new_pack.BcI1PX/_old and /var/tmp/diff_new_pack.BcI1PX/_new differ ++++++ readthedocs.inv ++++++ Binary files /var/tmp/diff_new_pack.BcI1PX/_old and /var/tmp/diff_new_pack.BcI1PX/_new differ