Changeset 86b4e0ee


Ignore:
Timestamp:
02/21/2021 06:14:28 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0ff76e8
Parents:
6b063cc3
Message:

Update to Python-3.9.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24251 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6b063cc3 r86b4e0ee  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 20th, &year;">
     9<!ENTITY releasedate  "February 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/python3.xml

    r6b063cc3 r86b4e0ee  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "61981498e75ac8f00adcb908281fadb6">
     10  <!ENTITY python3-md5sum        "f0dc9000312abeb16de4eccce9a870ab">
    1111  <!ENTITY python3-size          "18 MB">
    12   <!ENTITY python3-buildsize     "202 MB (add 31 MB for tests)">
    13   <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 1.9 SBU for tests, including rebuilding)">
     12  <!ENTITY python3-buildsize     "379 MB (add 36 MB for tests)">
     13  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 1.7 SBU for tests)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
  • introduction/welcome/changelog.xml

    r6b063cc3 r86b4e0ee  
    4343    -->
    4444    <listitem>
     45      <para>February 21st, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to Python-3.9.2. Fixes
     49          <ulink url="&blfs-ticket-root;14686">#14686</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 20th, 2021</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.