mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Package updates.
Update to Python-3.10.4. Update to Jinja2-3.1.1 (Python module).
This commit is contained in:
parent
df165fdf88
commit
8a21a6ae75
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
|
||||
<!ENTITY Jinja2-download-ftp " ">
|
||||
<!ENTITY Jinja2-md5sum "b76ae2f0647abebc81e7c03f5fb7b00f">
|
||||
<!ENTITY Jinja2-md5sum "964afcd0853f67f20f7b2e34e5935564">
|
||||
<!ENTITY Jinja2-size "264 KB">
|
||||
<!ENTITY Jinja2-buildsize "2.3 MB">
|
||||
<!ENTITY Jinja2-time "less than 0.1 SBU">
|
||||
|
@ -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 "21e0b70d70fdd4756aafc4caa55cc17e">
|
||||
<!ENTITY python3-md5sum "21f2e113e087083a1e8cf10553d93599">
|
||||
<!ENTITY python3-size "18 MB">
|
||||
<!ENTITY python3-buildsize "201 MB (add 35 MB for tests)">
|
||||
<!ENTITY python3-time "2.4 SBU (using parallelism=4; add 2.6 SBU for tests)">
|
||||
<!ENTITY python3-buildsize "202 MB (add 38 MB for tests)">
|
||||
<!ENTITY python3-time "2.4 SBU (using parallelism=4; add 1.6 SBU for tests)">
|
||||
<!--
|
||||
Note: Size does not reflect docs that were install in LFS.
|
||||
|
||||
|
@ -42,6 +42,20 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 30th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Python-3.10.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;16321">#16321</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Jinja2-3.1.1 (Python module). Fixes
|
||||
<ulink url="&blfs-ticket-root;16320">#16320</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 29th, 2022</para>
|
||||
<itemizedlist>
|
||||
|
@ -373,7 +373,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!ENTITY python3-major "3">
|
||||
<!ENTITY python3-minor "10">
|
||||
<!ENTITY python3-patch "3">
|
||||
<!ENTITY python3-patch "4">
|
||||
<!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">
|
||||
@ -574,7 +574,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY dbusmock-version "0.27.3">
|
||||
<!-- <!ENTITY funcsigs-version "1.0.2"> -->
|
||||
<!ENTITY decorator-version "5.0.9">
|
||||
<!ENTITY Jinja2-version "3.0.3">
|
||||
<!ENTITY Jinja2-version "3.1.1">
|
||||
<!-- libxml2 for Python2 shares the version of libxml2 -->
|
||||
<!ENTITY lxml-version "4.8.0">
|
||||
<!ENTITY mako-version "1.2.0">
|
||||
|
Loading…
Reference in New Issue
Block a user