Changeset 8a21a6ae


Ignore:
Timestamp:
03/30/2022 11:30:47 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
988edbf5
Parents:
df165fdf
Message:

Package updates.
Update to Python-3.10.4.
Update to Jinja2-3.1.1 (Python module).

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jinja2.xml

    rdf165fdf r8a21a6ae  
    77  <!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
    88  <!ENTITY Jinja2-download-ftp  " ">
    9   <!ENTITY Jinja2-md5sum        "b76ae2f0647abebc81e7c03f5fb7b00f">
     9  <!ENTITY Jinja2-md5sum        "964afcd0853f67f20f7b2e34e5935564">
    1010  <!ENTITY Jinja2-size          "264 KB">
    1111  <!ENTITY Jinja2-buildsize     "2.3 MB">
  • general/prog/python3.xml

    rdf165fdf r8a21a6ae  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "21e0b70d70fdd4756aafc4caa55cc17e">
     10  <!ENTITY python3-md5sum        "21f2e113e087083a1e8cf10553d93599">
    1111  <!ENTITY python3-size          "18 MB">
    12   <!ENTITY python3-buildsize     "201 MB (add 35 MB for tests)">
    13   <!ENTITY python3-time          "2.4 SBU (using parallelism=4; add 2.6 SBU for tests)">
     12  <!ENTITY python3-buildsize     "202 MB (add 38 MB for tests)">
     13  <!ENTITY python3-time          "2.4 SBU (using parallelism=4; add 1.6 SBU for tests)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
  • introduction/welcome/changelog.xml

    rdf165fdf r8a21a6ae  
    4444
    4545    <listitem>
     46      <para>March 30th, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to Python-3.10.4. Fixes
     50          <ulink url="&blfs-ticket-root;16321">#16321</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to Jinja2-3.1.1 (Python module). Fixes
     54          <ulink url="&blfs-ticket-root;16320">#16320</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4660      <para>March 29th, 2022</para>
    4761      <itemizedlist>
  • packages.ent

    rdf165fdf r8a21a6ae  
    374374<!ENTITY python3-major                "3">
    375375<!ENTITY python3-minor                "10">
    376 <!ENTITY python3-patch                "3">
     376<!ENTITY python3-patch                "4">
    377377<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    378378<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
     
    575575<!-- <!ENTITY funcsigs-version             "1.0.2"> -->
    576576<!ENTITY decorator-version            "5.0.9">
    577 <!ENTITY Jinja2-version               "3.0.3">
     577<!ENTITY Jinja2-version               "3.1.1">
    578578<!-- libxml2 for Python2 shares the version of libxml2 -->
    579579<!ENTITY lxml-version                 "4.8.0">
Note: See TracChangeset for help on using the changeset viewer.