diff options
author | PJ Eby <distutils-sig@python.org> | 2006-02-08 05:46:54 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-02-08 05:46:54 +0000 |
commit | 81bd937426b4f47094ae50157b12f82093a8f3ef (patch) | |
tree | c6f7335fd348f13d42c246236f9306f3745e6725 /setuptools.txt | |
parent | ca9ccbf6e73daf553bc41d5abd02f8ebf0d44b45 (diff) | |
download | external_python_setuptools-81bd937426b4f47094ae50157b12f82093a8f3ef.tar.gz external_python_setuptools-81bd937426b4f47094ae50157b12f82093a8f3ef.tar.bz2 external_python_setuptools-81bd937426b4f47094ae50157b12f82093a8f3ef.zip |
The ``--find-links`` option previously scanned all supplied URLs and
directories as early as possible, but now only directories and direct
archive links are scanned immediately. URLs are not retrieved unless a
package search was already going to go online due to a package not being
available locally, or due to the use of the ``--update`` or ``-U``
option. Also, fixed the ``develop`` command ignoring ``--find-links``.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042262
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index a6485abb..b1bc873f 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2342,6 +2342,9 @@ XXX Release Notes/Change History ---------------------------- +0.6a10 + * Fixed the ``develop`` command ignoring ``--find-links``. + 0.6a9 * The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to create source distributions. ``MANIFEST.in`` is still read and processed, |