Changeset e51029f


Ignore:
Timestamp:
09/10/2022 07:20:34 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
b1724ce
Parents:
706265a
Message:

Update to Python-3.10.7.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r706265a re51029f  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "afc7e14f7118d10d1ba95ae8e2134bf0">
     10  <!ENTITY python3-md5sum        "b8094f007b3a835ca3be6bdf8116cccc">
    1111  <!ENTITY python3-size          "19 MB">
    12   <!ENTITY python3-buildsize     "202 MB (add 39 MB for tests)">
    13   <!ENTITY python3-time          "2.4 SBU (using parallelism=4; add 1.6 SBU for tests)">
     12  <!ENTITY python3-buildsize     "202 MB (add 23 MB for tests)">
     13  <!ENTITY python3-time          "2.3 SBU (add 1.6 SBU for tests; both using parallelism=4)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    146146    <para>
    147147      To test the result, issue <command>make test</command>.
    148       Some tests may need an Internet connection. One test, test_distutils,
    149       is known to fail.
     148      Some tests may need an Internet connection. Two tests, test_distutils
     149      and test_peg_generator are known to fail.
    150150    </para>
    151151
  • introduction/welcome/changelog.xml

    r706265a re51029f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to Python-3.10.7. Fixes
     49          <ulink url="&blfs-ticket-root;16994">#16994</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Add Cython python module.</para>
    4953        </listitem>
  • packages.ent

    r706265a re51029f  
    324324<!ENTITY python3-major                "3">
    325325<!ENTITY python3-minor                "10">
    326 <!ENTITY python3-patch                "6">
     326<!ENTITY python3-patch                "7">
    327327<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    328328<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
Note: See TracChangeset for help on using the changeset viewer.