mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to Python-3.11.3.
This commit is contained in:
parent
6d28de3676
commit
95a526a584
@ -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 "a957cffb58a89303b62124896881950b">
|
||||
<!ENTITY python3-md5sum "c8d52fc4fb8ad9932a11d86d142ee73a">
|
||||
<!ENTITY python3-size "19 MB">
|
||||
<!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)">
|
||||
<!ENTITY python3-buildsize "282 MB (add 897 MB for tests)">
|
||||
<!ENTITY python3-time "2.0 SBU (add 3.9 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 "eb4132c780b60b5782a4f66b29b08d5c" >
|
||||
<!ENTITY python3-docs-md5sum "7a1fc1824f7c96e779ef35fe10dde120" >
|
||||
]>
|
||||
|
||||
<sect1 id="python3" xreflabel="Python-&python3-version;">
|
||||
|
@ -38,6 +38,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 14th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Python-3.11.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;17895">#17895</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 13th, 2023</para>
|
||||
<itemizedlist>
|
||||
|
@ -334,7 +334,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!ENTITY python3-major "3">
|
||||
<!ENTITY python3-minor "11">
|
||||
<!ENTITY python3-patch "2">
|
||||
<!ENTITY python3-patch "3">
|
||||
<!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