Changeset 2c758f0


Ignore:
Timestamp:
12/16/2023 05:01:26 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
ca81b26
Parents:
6f60a9c9
Message:

Update to Python-3.12.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r6f60a9c9 r2c758f0  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "f6f4616584b23254d165f4db90c247d6">
     10  <!ENTITY python3-md5sum        "50f827c800483776c8ef86e6a53831fa">
    1111  <!ENTITY python3-size          "20 MB">
    12   <!ENTITY python3-buildsize     "334 MB (add 60 MB for tests)">
    13   <!ENTITY python3-time          "1.7 SBU (add 2.3 SBU for tests; both using parallelism=4)">
     12  <!ENTITY python3-buildsize     "337 MB (add 56 MB for tests)">
     13  <!ENTITY python3-time          "2.4 SBU (add 6.0 SBU for tests; both using parallelism=4)">
    1414  <!--
    1515  Note: Size does not reflect docs that were installed in LFS.
     
    182182           Total tests: run=41,505 skipped=1,199
    183183           Total test files: run=477/483 skipped=12 resource_denied=6
     184           
     185           For Python-3.12.1 all tests pass
     186           Total tests: run=40,624 skipped=1,136
     187           Total test files: run=486/489 skipped=24 resource_denied=3
     188
    184189      -->
    185190      To test the result, issue <command>LC_ALL=en_US.UTF-8
  • introduction/welcome/changelog.xml

    r6f60a9c9 r2c758f0  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to Python-3.12.1. Fixes
     46          <ulink url="&blfs-ticket-root;18987">#18987</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to boost-1.84.0. Fixes
    4650          <ulink url="&blfs-ticket-root;19011">#19011</ulink>.</para>
  • packages.ent

    r6f60a9c9 r2c758f0  
    340340<!ENTITY python3-major                "3">
    341341<!ENTITY python3-minor                "12">
    342 <!ENTITY python3-patch                "0">
     342<!ENTITY python3-patch                "1">
    343343<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    344344<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
Note: See TracChangeset for help on using the changeset viewer.