Update to sphinx-7.2.5 (python module)

This commit is contained in:
Pierre Labastie 2023-09-02 14:01:30 +02:00
parent fe7a360b70
commit 5c5417a89d
3 changed files with 12 additions and 7 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
<!ENTITY sphinx-download-ftp " ">
<!ENTITY sphinx-md5sum "ae8427a2035ebd4359c3df8f5436c4b9">
<!ENTITY sphinx-size "6.6 MB">
<!ENTITY sphinx-buildsize "27 MB (add 40 MB for tests)">
<!ENTITY sphinx-time "less than 0.1 SBU (1.0 SBU for tests)">
<!ENTITY sphinx-md5sum "49b1de4c90edda47940b99320d573ec5">
<!ENTITY sphinx-size "6.7 MB">
<!ENTITY sphinx-buildsize "45 MB (add 35 MB for tests)">
<!ENTITY sphinx-time "less than 0.1 SBU (1.2 SBU for tests)">
]>
<sect2 id="sphinx" xreflabel="sphinx-&sphinx-version;">
@ -111,18 +111,19 @@
<para>
Assuming <xref linkend="cython"/> and <xref linkend="pytest"/> are
installed, but the other optional dependency is not, the installation
installed, but the other optional dependencies are not, the installation
can be tested with the following commands:
</para>
<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
source testenv/bin/activate &amp;&amp;
pip3 install html5lib filelock &amp;&amp;
python3 /usr/bin/pytest<!-- no && because of a possible error -->
python3 -m pytest<!-- no && because of a possible error -->
deactivate</userinput></screen>
<!-- No failure in 7.0.1 [pierre]
7.1.0: 4 failed, 1896 passed, 10 skipped in 108.14s (0:01:48)
test_imgmath_png, test_imgmath_svg, test_imgmath_svg_embed, test_imgmath_numfig_html
7.2.5: 2051 passed, 11 skipped, 4 warnings [pierre]
-->
<para>
Four subtests in <command>tests/test_ext_math.py</command>

View File

@ -42,6 +42,10 @@
<listitem>
<para>September 2nd, 2023</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to sphinx-7.2.5 (python module). Fixes
<ulink url="&blfs-ticket-root;18427">#18427</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to cmake-3.27.4. Fixes
<ulink url="&blfs-ticket-root;18422">#18422</ulink>.</para>

View File

@ -575,7 +575,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY scour-version "0.38.2">
<!ENTITY six-version "1.16.0">
<!ENTITY six-md5sum "a7c927740e4964dd29b72cebfc1429bb">
<!ENTITY sphinx-version "7.1.2">
<!ENTITY sphinx-version "7.2.5">
<!ENTITY sphinx_rtd_theme-version "1.2.2">
<!ENTITY sphinx_rtd_theme-md5sum "ea90571ea4ffb546d419c05faf86a838">