Author: bdubbs
Date: Sat Feb 20 22:14:28 2021
New Revision: 24251

Log:
Update to Python-3.9.2.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Feb 20 17:41:49 2021        (r24250)
+++ trunk/BOOK/general.ent      Sat Feb 20 22:14:28 2021        (r24251)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "20">                   <!-- Always 2 digits -->
+<!ENTITY day          "21">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2021">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "February 20th, &year;">
+<!ENTITY releasedate  "February 21st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sat Feb 20 17:41:49 2021        (r24250)
+++ trunk/BOOK/general/prog/python3.xml Sat Feb 20 22:14:28 2021        (r24251)
@@ -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        "61981498e75ac8f00adcb908281fadb6">
+  <!ENTITY python3-md5sum        "f0dc9000312abeb16de4eccce9a870ab">
   <!ENTITY python3-size          "18 MB">
-  <!ENTITY python3-buildsize     "202 MB (add 31 MB for tests)">
-  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 1.9 SBU 
for tests, including rebuilding)">
+  <!ENTITY python3-buildsize     "379 MB (add 36 MB for tests)">
+  <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 1.7 SBU 
for tests)">
   <!--
   Note: Size does not reflect docs that were install in LFS.
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Feb 20 17:41:49 
2021        (r24250)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Feb 20 22:14:28 
2021        (r24251)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>February 21st, 2021</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to Python-3.9.2. Fixes
+          <ulink url="&blfs-ticket-root;14686">#14686</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 20th, 2021</para>
       <itemizedlist>
         <listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to