mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to Python-3.11.2.
This commit is contained in:
parent
404943c6d4
commit
40f6b8d281
@ -7,16 +7,16 @@
|
||||
<!ENTITY python3-download-http
|
||||
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
|
||||
<!ENTITY python3-download-ftp " ">
|
||||
<!ENTITY python3-md5sum "4efe92adf28875c77d3b9b2e8d3bc44a">
|
||||
<!ENTITY python3-md5sum "a957cffb58a89303b62124896881950b">
|
||||
<!ENTITY python3-size "19 MB">
|
||||
<!ENTITY python3-buildsize "282 MB (add 63 MB for tests)">
|
||||
<!ENTITY python3-time "2.1 SBU (add 1.2 SBU for tests; both using parallelism=4)">
|
||||
<!ENTITY python3-buildsize "283 MB (add 897 MB for tests)">
|
||||
<!ENTITY python3-time "2.2 SBU (add 3.4 SBU for tests; both using parallelism=4)">
|
||||
<!--
|
||||
Note: Size does not reflect docs that were install in LFS.
|
||||
-->
|
||||
<!ENTITY python3htmldoc-download-http
|
||||
"https://www.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
|
||||
<!ENTITY python3-docs-md5sum "32f5cd7d63adf58ca4e0687dc530ce8b" >
|
||||
<!ENTITY python3-docs-md5sum "eb4132c780b60b5782a4f66b29b08d5c" >
|
||||
]>
|
||||
|
||||
<sect1 id="python3" xreflabel="Python-&python3-version;">
|
||||
@ -172,8 +172,8 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the result, issue <command>make test</command>.
|
||||
Some tests may need an Internet connection. <!--Two tests, test_distutils
|
||||
and test_peg_generator are known to fail.-->
|
||||
Some tests may need an Internet connection. Two tests, test_distutils
|
||||
and test_embed are known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>February 13th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Python-3.11.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;17613">#17613</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to dbus-1.14.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;17611">#17611</ulink>.</para>
|
||||
|
@ -330,7 +330,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!ENTITY python3-major "3">
|
||||
<!ENTITY python3-minor "11">
|
||||
<!ENTITY python3-patch "1">
|
||||
<!ENTITY python3-patch "2">
|
||||
<!ENTITY python3-majorver "&python3-major;.&python3-minor;">
|
||||
<!ENTITY python3-version "&python3-majorver;.&python3-patch;">
|
||||
<!ENTITY python3-lib-suffix "cpython-&python3-major;&python3-minor;-<arch>-linux-gnu">
|
||||
|
Loading…
Reference in New Issue
Block a user