diff options
| author | PJ Eby <distutils-sig@python.org> | 2007-01-09 19:28:05 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2007-01-09 19:28:05 +0000 |
| commit | e4b870ffeca16e2a000793a1e5515ad559d0ddfc (patch) | |
| tree | e78b256a99e3e4203da4e16154963e1e38b47efd /setuptools.txt | |
| parent | e75740baecd2096b927d8c30264e5da8f9bb0936 (diff) | |
| download | external_python_setuptools-e4b870ffeca16e2a000793a1e5515ad559d0ddfc.tar.gz external_python_setuptools-e4b870ffeca16e2a000793a1e5515ad559d0ddfc.tar.bz2 external_python_setuptools-e4b870ffeca16e2a000793a1e5515ad559d0ddfc.zip | |
Fix uploaded ``bdist_wininst`` packages being described as suitable for
"any" version by Python 2.5, even if a ``--target-version`` was
specified. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053319
Diffstat (limited to 'setuptools.txt')
| -rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index df3dee98..8e1968ac 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2604,8 +2604,10 @@ Release Notes/Change History * Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg`` packages under Python versions less than 2.5. -0.6c4 + * Fix uploaded ``bdist_wininst`` packages being described as suitable for + "any" version by Python 2.5, even if a ``--target-version`` was specified. +0.6c4 * Overhauled Windows script wrapping to support ``bdist_wininst`` better. Scripts installed with ``bdist_wininst`` will always use ``#!python.exe`` or ``#!pythonw.exe`` as the executable name (even when built on non-Windows |
