Changeset 7944b44


Ignore:
Timestamp:
04/16/2015 07:04:51 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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:
200bab29
Parents:
e5f35a85
Message:

Update to setuptools-15.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/setuptools.xml

    re5f35a85 r7944b44  
    88           "https://pypi.python.org/packages/source/s/setuptools/setuptools-&setuptools-version;.tar.gz">
    99  <!ENTITY setuptools-download-ftp  " ">
    10   <!ENTITY setuptools-md5sum        "2a6b2901b6c265d682139345849cbf03">
    11   <!ENTITY setuptools-size          "613 KB">
    12   <!ENTITY setuptools-buildsize     "8.6 MB (add 5 MB for tests)">
    13   <!ENTITY setuptools-time          "less than 0.1 SBU (add 5 SBU for tests)">
     10  <!ENTITY setuptools-md5sum        "10407f6737d8dc37e5310e68c1f1f6ec">
     11  <!ENTITY setuptools-size          "616 KB">
     12  <!ENTITY setuptools-buildsize     "8.6 MB (additional 4.4 MB for tests)">
     13  <!ENTITY setuptools-time          "less than 0.1 SBU (additional 2.1 SBU for tests)">
    1414]>
    1515
     
    109109
    110110      <para>
    111         Run the tests by issuing <command>python setup.py test</command>
    112         and/or <command>python3 setup.py test</command>. The tests need an active
    113         internet connexion. An optional python module, mock, will be downloaded
    114         and installed during the tests.
     111        Run the tests by issuing <command>python setup.py test</command> and/or
     112        <command>python3 setup.py test</command>. The tests need an active
     113        internet connexion. Optional python modules mock, pytest and py will be
     114        downloaded and installed during the tests.
    115115      </para>
    116116
     
    142142          <seg>
    143143            easy_install, easy_install-&python2-majorver;, and/or
    144             easy_install3, easy_install-&python3-majorver;
     144            easy_install3, easy_install3-&python3-majorver;
    145145          </seg>
    146146          <seg>
  • introduction/welcome/changelog.xml

    re5f35a85 r7944b44  
    4848      <para>April 14th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to setuptools-15.1. Fixes
     52          <ulink url="&blfs-ticket-root;6406">#6406</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to cmake-3.2.2. Fixes
  • packages.ent

    re5f35a85 r7944b44  
    333333<!ENTITY pygtk-version                "2.24.0">
    334334<!ENTITY pyxdg-version                "0.25">
    335 <!ENTITY setuptools-version           "15.0">
     335<!ENTITY setuptools-version           "15.1">
    336336<!ENTITY mako-version                 "1.0.1">
    337337
Note: See TracChangeset for help on using the changeset viewer.