Ignore:
Timestamp:
05/06/2024 05:47:14 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
3b942744
Parents:
5311f0b9
Message:

Update to sphinx-7.3.7 (Python module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/sphinx.xml

    r5311f0b9 r6cbba3e4  
    77  <!ENTITY sphinx-download-http "https://files.pythonhosted.org/packages/source/s/sphinx/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "18971ebdd6ec1b7788ff0898682fe0da">
    10   <!ENTITY sphinx-size          "6.7 MB">
    11   <!ENTITY sphinx-buildsize     "45 MB (add 35 MB for tests)">
    12   <!ENTITY sphinx-time          "less than 0.1 SBU (1.3 SBU for tests)">
     9  <!ENTITY sphinx-md5sum        "4c4f1e3e6a456a64712ff406680338ab">
     10  <!ENTITY sphinx-size          "6.8 MB">
     11  <!ENTITY sphinx-buildsize     "52 MB (with tests)">
     12  <!ENTITY sphinx-time          "less than 0.1 SBU (add 1.3 SBU for tests)">
    1313]>
    1414
     
    9191        <xref linkend="html5lib"/>,
    9292        <xref linkend="pytest"/>,
    93         <xref linkend="texlive"/>, and
     93        <xref linkend="texlive"/>,
     94        <ulink url="https://pypi.org/project/defusedxml/">defusedxml</ulink>, and
    9495        <ulink url="https://pypi.org/project/filelock/">filelock</ulink>
    9596      </para>
     
    99100    <sect3 role="installation">
    100101      <title>Installation of Sphinx</title>
    101 
    102     <para>First fix a problem with docutils-0.21.1:</para>
    103 
    104 <screen><userinput>sed -i 's/0.21/0.22/' pyproject.toml</userinput></screen>
    105102
    106103    <para>Build the module:</para>
     
    122119<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    123120source testenv/bin/activate                    &amp;&amp;
    124 pip3 install filelock                          &amp;&amp;
     121pip3 install filelock defusedxml               &amp;&amp;
    125122python3 -m pytest<!-- no && because of a possible error -->
    126123deactivate</userinput></screen>
     
    129126     test_imgmath_png, test_imgmath_svg, test_imgmath_svg_embed, test_imgmath_numfig_html
    130127     7.2.5: 2051 passed, 11 skipped, 4 warnings [pierre]
    131      7.2.6:i 2052 passed, 10 skipped, 6 warnings [pierre]
     128     7.2.6: 2052 passed, 10 skipped, 6 warnings [pierre]
     129     7.3.7: 2124 passed, 20 skipped, 35 warnings in 123.27s [bdubbs]
    132130-->
    133131    </sect3>
Note: See TracChangeset for help on using the changeset viewer.