Changeset c9b65a3d


Ignore:
Timestamp:
06/14/2024 04:46:47 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
d09f8bcc
Parents:
68df8455
Message:

Update to Python3-3.12.4

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r68df8455 rc9b65a3d  
    113113     packages referenced throughout the BLFS book. -->
    114114
    115 <!ENTITY lfs-perl-version             "5.38"> <!-- used in git -->
     115<!ENTITY lfs-perl-version             "5.40"> <!-- used in git -->
    116116
    117117<!-- End LFS versions -->
  • general/prog/python3.xml

    r68df8455 rc9b65a3d  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "8defb33f0c37aa4bdd3a38ba52abde4e">
     10  <!ENTITY python3-md5sum        "d68f25193eec491eb54bc2ea664a05bd">
    1111  <!ENTITY python3-size          "20 MB">
    12   <!ENTITY python3-buildsize     "335 MB (add 57 MB for tests)">
    13   <!ENTITY python3-time          "2.2 SBU (add 1.0 SBU for tests; both using parallelism=4)">
     12  <!ENTITY python3-buildsize     "336 MB (add 59 MB for tests)">
     13  <!ENTITY python3-time          "2.3 SBU (add 1.5 SBU for tests; both using parallelism=4)">
    1414  <!--
    1515  Note: Size does not reflect docs that were installed in LFS.
     16  Test time measured with 60 second timeout.
    1617  -->
    1718  <!ENTITY python3htmldoc-download-http
     
    184185<screen remap='test'><userinput>make test TESTOPTS="--timeout 120"</userinput></screen>
    185186
    186     <!-- For Python-3.12.3 all tests pass
     187    <!--
     188         For Python-3.12.3 all tests pass
    187189         Total tests: run=41,778 skipped=1,155
    188190         Total test files: run=485/488 skipped=24 resource_denied=3
     191
     192         For Python-3.13.4
     193         Total tests: run=42,152 failures=6 skipped=1,234
     194         Total test files: run=487/489 failed=4 skipped=17 resource_denied=6 rerun=4
    189195    -->
    190196
     
    195201      automatically re-run failed tests.  If a test failed but then passed
    196202      when re-run, it should be considered as passed.
     203    </para>
     204
     205    <para>
     206      Of over 42,000 tests, the following are known to fail: test__xxsubinterpreters,
     207      test_import, test_interpreters, and test_threading.
    197208    </para>
    198209
  • introduction/welcome/changelog.xml

    r68df8455 rc9b65a3d  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>June 14th, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to Python3-3.12.4. Fixes
     47          <ulink url="&blfs-ticket-root;19909">#19909</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4151
    4252    <listitem>
  • packages.ent

    r68df8455 rc9b65a3d  
    364364<!ENTITY python3-major                "3">
    365365<!ENTITY python3-minor                "12">
    366 <!ENTITY python3-patch                "3">
     366<!ENTITY python3-patch                "4">
    367367<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    368368<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
Note: See TracChangeset for help on using the changeset viewer.