Changeset 1d6fda1


Ignore:
Timestamp:
04/24/2023 12:36:16 AM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2280e49
Parents:
9af2c82
Message:

Update to sphinx-6.2.0 (Python module).

Files:
3 edited

Legend:

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

    r9af2c82 r1d6fda1  
    77  <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "18b07621d19d4b2cffd58d7a6ac5bed3">
     9  <!ENTITY sphinx-md5sum        "25ceafbd257b4640b87fc032e3155d4d">
    1010  <!ENTITY sphinx-size          "6.4 MB">
    11   <!ENTITY sphinx-buildsize     "43 MB (add 35 MB for tests)">
    12   <!ENTITY sphinx-time          "less than 0.1 SBU (1.1 SBU for tests)">
     11  <!ENTITY sphinx-buildsize     "26 MB (add 36 MB for tests)">
     12  <!ENTITY sphinx-time          "less than 0.1 SBU (0.9 SBU for tests)">
    1313]>
    1414
     
    9191        <xref linkend="cython"/>,
    9292        <xref linkend="pytest"/>,
    93         <xref linkend="texlive"/>, and
     93        <xref linkend="texlive"/>,
     94        <ulink url="https://pypi.org/project/filelock/">filelock</ulink>, and
    9495        <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
    9596      </para>
     
    118119<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    119120source testenv/bin/activate                    &amp;&amp;
    120 pip3 install html5lib                          &amp;&amp;
     121pip3 install html5lib filelock                 &amp;&amp;
    121122python3 /usr/bin/pytest<!-- no && because of a possible error -->
    122123deactivate</userinput></screen>
  • introduction/welcome/changelog.xml

    r9af2c82 r1d6fda1  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to sphinx-6.2.0 (Python module). Fixes
     46         <ulink url="&blfs-ticket-root;17977">#17977</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[renodr] - Update to gsettings-desktop-schemas-44.0. Fixes
    4650         <ulink url="&blfs-ticket-root;17830">#17830</ulink>.</para>
  • packages.ent

    r9af2c82 r1d6fda1  
    575575<!ENTITY six-version                  "1.16.0">
    576576<!ENTITY six-md5sum                   "a7c927740e4964dd29b72cebfc1429bb">
    577 <!ENTITY sphinx-version               "6.1.3">
     577<!ENTITY sphinx-version               "6.2.0">
    578578<!ENTITY sphinx_rtd_theme-version     "1.2.0">
    579579<!ENTITY sphinx_rtd_theme-md5sum      "e05658f53b4274bbe0756671bc188181">
Note: See TracChangeset for help on using the changeset viewer.