Ignore:
Timestamp:
10/31/2023 10:45:31 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1459c3b2
Parents:
27fdf90a
Message:

Update to Python-3.12.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r27fdf90a r7420ff72  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "393856f1b7713aa8bba4b642ab9985d3">
    11   <!ENTITY python3-size          "19 MB">
    12   <!ENTITY python3-buildsize     "582 MB (add 64 MB for tests)">
    13   <!ENTITY python3-time          "1.7 SBU (add 1.8 SBU for tests; both using parallelism=4)">
     10  <!ENTITY python3-md5sum        "f6f4616584b23254d165f4db90c247d6">
     11  <!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)">
    1414  <!--
    1515  Note: Size does not reflect docs that were installed in LFS.
     
    5353      <para>
    5454         If upgrading to a new Python-3 minor version (for example,
    55          from Python-3.10.x to Python-3.11.0), you will need to reinstall
     55         from Python-3.11.x to Python-3.12.0), you will need to reinstall
    5656         any Python3 modules you have installed.  You should also
    5757         reinstall packages that generate Python3 modules
     
    7575         <ulink url="&lfs-root;/chapter08/flit-core.html">flit-core</ulink>,
    7676         <ulink url="&lfs-root;/chapter08/wheel.html">wheel</ulink>,
     77         <ulink url="&lfs-root;/chapter08/setuptools.html">setuptools</ulink>,
    7778         <ulink url="&lfs-root;/chapter08/meson.html">meson</ulink>,
    7879         <ulink url="&lfs-root;/chapter08/markupsafe.html">MarkupSafe</ulink>,
     
    168169            --enable-shared      \
    169170            --with-system-expat  \
    170             --with-system-ffi    \
    171171            --enable-optimizations &amp;&amp;
    172172make</userinput></screen>
     
    176176           "test test_curses failed"
    177177           "_curses.error: inswstr() returned ERR"
    178            not sure why, but let's just work around it with LC_ALL.  -->
     178           not sure why, but let's just work around it with LC_ALL. 
     179 
     180           For Python-3.12.0 all tests pass with only LANG=en_US.utf8.
     181           Total tests: run=41,505 skipped=1,199
     182           Total test files: run=477/483 skipped=12 resource_denied=6
     183      -->
    179184      To test the result, issue <command>LC_ALL=en_US.UTF-8
    180185      make test</command>.
    181       Some tests may need an Internet connection. One test, test_distutils,
    182       is known to fail.
     186      Some tests may need an Internet connection.
    183187    </para>
    184188
Note: See TracChangeset for help on using the changeset viewer.