Changeset 40a67787


Ignore:
Timestamp:
10/23/2015 08:39:41 AM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
a60f8ab
Parents:
e730427e
Message:

Update to python-3.5.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re730427e r40a67787  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 21st &year;">
     9<!ENTITY releasedate  "October 23rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/python3.xml

    re730427e r40a67787  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "7d092d1bba6e17f0d9bd21b49e441dd5">
     10  <!ENTITY python3-md5sum        "d149d2812f10cbe04c042232e7964171">
    1111  <!ENTITY python3-size          "14 MB">
    12   <!ENTITY python3-buildsize     "274 MB (additional 38 MB for the docs and 29 MB for the tests)">
    13   <!ENTITY python3-time          "1.2 SBU (additional 1.8 SBU for the tests)">
     12  <!ENTITY python3-buildsize     "312 MB (additional 38 MB for the docs and 29 MB for the tests)">
     13  <!ENTITY python3-time          "1.9 SBU (additional 1.8 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
  • introduction/welcome/changelog.xml

    re730427e r40a67787  
    4646
    4747    <listitem>
     48      <para>October 23rd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to python-3.5.0. Fixes
     52          <ulink url="&blfs-ticket-root;6936">#6936</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 21st, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    re730427e r40a67787  
    270270<!ENTITY php-version                  "5.6.14">
    271271<!ENTITY python2-version              "2.7.10">
    272 <!ENTITY python3-version              "3.4.3">
     272<!ENTITY python3-version              "3.5.0">
    273273<!ENTITY ruby-version                 "2.2.3">
    274274<!ENTITY ruby-patch-version           "0">
     
    290290
    291291<!ENTITY python2-majorver             "2.7">
    292 <!ENTITY python3-majorver             "3.4">
     292<!ENTITY python3-majorver             "3.5">
    293293
    294294<!-- Perl module versions used in the Perl Modules instructions -->
Note: See TracChangeset for help on using the changeset viewer.