Author: gdalziel Date: 2009-07-28 03:43:23 -0600 (Tue, 28 Jul 2009) New Revision: 7890
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/python.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Python-2.6.2. Modified: trunk/BOOK/general/prog/python.xml =================================================================== --- trunk/BOOK/general/prog/python.xml 2009-07-27 19:44:55 UTC (rev 7889) +++ trunk/BOOK/general/prog/python.xml 2009-07-28 09:43:23 UTC (rev 7890) @@ -6,10 +6,10 @@ <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2"> <!ENTITY python-download-ftp "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2"> - <!ENTITY python-md5sum "e81c2f0953aa60f8062c05a4673f2be0"> - <!ENTITY python-size "10.9 MB"> - <!ENTITY python-buildsize "227 MB"> - <!ENTITY python-time "1.4 SBU (additional 2.9 SBU to run the test suite)"> + <!ENTITY python-md5sum "245db9f1e0f09ab7e0faaa0cf7301011"> + <!ENTITY python-size "11 MB"> + <!ENTITY python-buildsize "171 MB (23MB for the test suite, additional 26MB for the documentation"> + <!ENTITY python-time "1 SBU (additional 2.9 SBU to run the test suite)"> ]> <sect1 id="python" xreflabel="Python-&Python-version;"> @@ -34,6 +34,11 @@ This is useful for object-oriented programming, writing scripts, prototyping large programs or developing entire applications.</para> + <!-- Python compiled against Pth, OpenSSL, and SQLite. + 326 tests OK, 36 tests skipped, 0 failures --> + + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -113,9 +118,6 @@ <screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \ setup.py && -sed -i "s/www.python.invalid./sadflkjsasf.i.nvali.d/" \ - Lib/test/test_urllib2_localnet.py \ - Lib/test/test_urllibnet.py && ./configure --prefix=/usr --enable-shared && make</userinput></screen> @@ -158,10 +160,6 @@ is used to fix a build problem with the <application>GDBM</application> library.</para> - <para><command>sed -i "s/www.python.invalid./ ..."</command>: This command - is copied from upstream and used to fix an intermittent problem with a - couple of the test suite programs.</para> - </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-07-27 19:44:55 UTC (rev 7889) +++ trunk/BOOK/general.ent 2009-07-28 09:43:23 UTC (rev 7890) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "27"> <!-- Always 2 digits --> +<!ENTITY day "28"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -242,7 +242,7 @@ <!ENTITY NASM-version "0.98.39"> <!ENTITY pdl-version "2.4.2"> <!ENTITY php-version "5.2.3"> -<!ENTITY Python-version "2.6.1"> +<!ENTITY Python-version "2.6.2"> <!ENTITY python-majorver "2.6"> <!ENTITY ruby-version "1.8.7-p72"> <!ENTITY tcl-version "8.5.6"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-27 19:44:55 UTC (rev 7889) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-28 09:43:23 UTC (rev 7890) @@ -41,10 +41,20 @@ --> <listitem> + <para>July 28th, 2009</para> + <itemizedlist> + <listitem> + <para>[gdalziel] - Updated to Python-2.6.2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 27th, 2009</para> <itemizedlist> <listitem> - <para>[gdalziel] - Updated to GnuPG-2.0.12.</para> + <para>[gdalziel] - Updated to GnuPG-2.0.12. Added --docdir and + --enable-symcryptrun to command explanations.</para> </listitem> <listitem> <para>[gdalziel] - Updated to pinentry-0.7.6.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
