Author: pierre
Date: Thu Jun 30 09:25:46 2016
New Revision: 17541

Log:
Python-2.7.12

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

Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Wed Jun 29 18:48:30 2016        (r17540)
+++ trunk/BOOK/general/prog/python2.xml Thu Jun 30 09:25:46 2016        (r17541)
@@ -7,10 +7,10 @@
   <!ENTITY python2-download-http
      
"https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz";>
   <!ENTITY python2-download-ftp  " ">
-  <!ENTITY python2-md5sum        "1dbcc848b4cd8399a8199d000f9f823c">
+  <!ENTITY python2-md5sum        "57dffcee9cee8bb2ab5f82af1d8e9a69">
   <!ENTITY python2-size          "12 MB">
-  <!ENTITY python2-buildsize     "229 MB (additional 18 MB for the tests)">
-  <!ENTITY python2-time          "0.8 SBU (additional 5.6 SBU for tests)">
+  <!ENTITY python2-buildsize     "268 MB (additional 17 MB for the tests)">
+  <!ENTITY python2-time          "0.9 SBU (additional 4.8 SBU for tests)">
 
   <!ENTITY python2htmldoc-download-http
      
"https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2";>
@@ -179,14 +179,14 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>--with-system-expat</option>: This switch enables linking against
-      system version of <application>Expat</application>.
+      <parameter>--with-system-expat</parameter>: This switch enables linking
+      against system version of <application>Expat</application>.
     </para>
 
     <para>
-      <option>--with-system-ffi</option>: This switch enables linking against
-      system version of <application>libffi</application>. Remove if you have
-      not installed <xref linkend="libffi"/>.
+      <parameter>--with-system-ffi</parameter>: This switch enables linking
+      against system version of <application>libffi</application>. Remove if
+      you have not installed <xref linkend="libffi"/>.
     </para>
 
     <para>
@@ -195,7 +195,7 @@
     </para>
 
     <para>
-      <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
+      <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
       if you want to build <application>Python</application> DBM Module
       against <application>Berkeley DB</application> instead of
       <application>GDBM</application>.
@@ -256,9 +256,9 @@
         <listitem>
           <para>
             is a <application>Python</application> program that reads
-            <application>Python 2.x</application> source code and applies a 
series of
-            fixers to transform it into valid <application>Python 
3.x</application>
-            code.
+            <application>Python 2.x</application> source code and applies a
+            series of fixes to transform it into valid
+            <application>Python 3.x</application> code.
           </para>
           <indexterm zone="python2 python2-2to3">
             <primary sortas="b-2to3">2to3</primary>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jun 29 18:48:30 
2016        (r17540)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Jun 30 09:25:46 
2016        (r17541)
@@ -47,6 +47,10 @@
       <para>June 30th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[pierre] - Update to python-2.7.12. Fixes
+          <ulink url="&blfs-ticket-root;8013">#8013</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Update texlive to 2016 and update xindy to match. Fixes
           <ulink url="&blfs-ticket-root;7919">#7919</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Jun 29 18:48:30 2016        (r17540)
+++ trunk/BOOK/packages.ent     Thu Jun 30 09:25:46 2016        (r17541)
@@ -293,7 +293,7 @@
 <!ENTITY nasm-version                 "2.12.01">
 <!ENTITY npapi-sdk-version            "0.27.2">
 <!ENTITY php-version                  "7.0.8">
-<!ENTITY python2-version              "2.7.11">
+<!ENTITY python2-version              "2.7.12">
 <!ENTITY python3-version              "3.5.2">
 <!ENTITY ruby-minor-version           "2.3">
 <!ENTITY ruby-patch-version           "1">
-- 
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