Update to python-2.7.9.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15194 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-12-12 13:34:37 +00:00
parent 4e95ca30cf
commit 549e65fec0
4 changed files with 22 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "December 11th, &year;">
<!ENTITY releasedate "December 12th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -5,16 +5,16 @@
%general-entities;
<!ENTITY python2-download-http
"http://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
"https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
<!ENTITY python2-download-ftp " ">
<!ENTITY python2-md5sum "d235bdfa75b8396942e360a70487ee00">
<!ENTITY python2-size "11 MB">
<!ENTITY python2-buildsize "222 MB (additional 18 MB for the tests)">
<!ENTITY python2-time "1.0 SBU (additional 4.8 SBU for tests)">
<!ENTITY python2-md5sum "38d530f7efc373d64a8fb1637e3baaa7">
<!ENTITY python2-size "12 MB">
<!ENTITY python2-buildsize "228 MB (additional 18 MB for the tests)">
<!ENTITY python2-time "1.0 SBU (additional 4.6 SBU for tests)">
<!ENTITY python2htmldoc-download-http
"http://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
<!ENTITY python2htmldoc-md5sum "2cf9ba96b2723a5268cd14432b15fdcf">
"https://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
<!ENTITY python2htmldoc-md5sum "8804bc888f6b7a1cc217be1acbb59ad6">
<!ENTITY python2htmldoc-size "4.4 MB">
]>
@ -118,7 +118,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/>
<xref linkend="bluez"/> and
<xref linkend="valgrind"/>
</para>
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>December 12th, 2014</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to python-2.7.9. Fixes
<ulink url="&blfs-ticket-root;5896">#5896</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 11th, 2014</para>
<itemizedlist>

View File

@ -266,7 +266,7 @@
<!ENTITY nasm-version "2.11.06">
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "5.6.3">
<!ENTITY python2-version "2.7.8">
<!ENTITY python2-version "2.7.9">
<!ENTITY python3-version "3.4.2">
<!ENTITY ruby-version "2.1.5">
<!ENTITY ruby-patch-version "0">