Changeset 6cbba3e4


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

Update to sphinx-7.3.7 (Python module).

Files:
3 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>
  • introduction/welcome/changelog.xml

    r5311f0b9 r6cbba3e4  
    4444      <itemizedlist>
    4545        <listitem>
    46           <para>[bdubbs] - Update to sphinxcontrib_applehelp-1.0.8 (Python module).
    47         </listitem>
    48         <listitem>
    49           <para>[bdubbs] - Update to alabaster-0.7.16 (Python module).
     46          <para>[bdubbs] - Update to sphinx-7.3.7 (Python module).  Fixes
     47          <ulink url="&blfs-ticket-root;19676">#19676</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to sphinxcontrib_applehelp-1.0.8 (Python module).</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to alabaster-0.7.16 (Python module).</para>
    5054        </listitem>
    5155        <listitem>
  • packages.ent

    r5311f0b9 r6cbba3e4  
    608608<!ENTITY six-version                  "1.16.0">
    609609<!ENTITY six-md5sum                   "a7c927740e4964dd29b72cebfc1429bb">
    610 <!ENTITY sphinx-version               "7.2.6">
     610<!ENTITY sphinx-version               "7.3.7">
    611611<!ENTITY sphinx_rtd_theme-version     "2.0.0">
    612612<!ENTITY sphinx_rtd_theme-md5sum      "8ad74a8e9ca706ed77117be0e9eed7e8">
Note: See TracChangeset for help on using the changeset viewer.