Update to Python-3.12.1.

This commit is contained in:
Bruce Dubbs 2023-12-16 11:01:26 -06:00
parent 6f60a9c90e
commit 2c758f05b7
3 changed files with 13 additions and 4 deletions

View File

@ -7,10 +7,10 @@
<!ENTITY python3-download-http
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
<!ENTITY python3-md5sum "f6f4616584b23254d165f4db90c247d6">
<!ENTITY python3-md5sum "50f827c800483776c8ef86e6a53831fa">
<!ENTITY python3-size "20 MB">
<!ENTITY python3-buildsize "334 MB (add 60 MB for tests)">
<!ENTITY python3-time "1.7 SBU (add 2.3 SBU for tests; both using parallelism=4)">
<!ENTITY python3-buildsize "337 MB (add 56 MB for tests)">
<!ENTITY python3-time "2.4 SBU (add 6.0 SBU for tests; both using parallelism=4)">
<!--
Note: Size does not reflect docs that were installed in LFS.
-->
@ -181,6 +181,11 @@ make</userinput></screen>
For Python-3.12.0 all tests pass with only LANG=en_US.utf8.
Total tests: run=41,505 skipped=1,199
Total test files: run=477/483 skipped=12 resource_denied=6
For Python-3.12.1 all tests pass
Total tests: run=40,624 skipped=1,136
Total test files: run=486/489 skipped=24 resource_denied=3
-->
To test the result, issue <command>LC_ALL=en_US.UTF-8
make test</command>.

View File

@ -41,6 +41,10 @@
<listitem>
<para>December 16th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to Python-3.12.1. Fixes
<ulink url="&blfs-ticket-root;18987">#18987</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to boost-1.84.0. Fixes
<ulink url="&blfs-ticket-root;19011">#19011</ulink>.</para>

View File

@ -339,7 +339,7 @@
<!ENTITY python3-major "3">
<!ENTITY python3-minor "12">
<!ENTITY python3-patch "0">
<!ENTITY python3-patch "1">
<!ENTITY python3-majorver "&python3-major;.&python3-minor;">
<!ENTITY python3-version "&python3-majorver;.&python3-patch;">
<!ENTITY python3-lib-suffix "cpython-&python3-major;&python3-minor;-&lt;arch&gt;-linux-gnu">