aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-01-09 19:28:05 +0000
committerPJ Eby <distutils-sig@python.org>2007-01-09 19:28:05 +0000
commite4b870ffeca16e2a000793a1e5515ad559d0ddfc (patch)
treee78b256a99e3e4203da4e16154963e1e38b47efd /setuptools.txt
parente75740baecd2096b927d8c30264e5da8f9bb0936 (diff)
downloadexternal_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-xsetuptools.txt4
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