aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-08-06 16:26:44 +0000
committerPJ Eby <distutils-sig@python.org>2005-08-06 16:26:44 +0000
commit01972d44570029e8b54ce3719a83a5f2d81f2d8b (patch)
treee6594e44c8e71b8a1ebfbe32871c65d8ac31d51d /setuptools.txt
parent34e9acb9b0572b1f0503ee9e56439b768e575e83 (diff)
downloadexternal_python_setuptools-01972d44570029e8b54ce3719a83a5f2d81f2d8b.tar.gz
external_python_setuptools-01972d44570029e8b54ce3719a83a5f2d81f2d8b.tar.bz2
external_python_setuptools-01972d44570029e8b54ce3719a83a5f2d81f2d8b.zip
Fix wrongly including files that Subversion has marked deleted.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041177
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 1c466d06..2bd40905 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -1601,6 +1601,9 @@ Release Notes/Change History
* Enhanced performance of ``require()`` and related operations when all
requirements are already in the working set, and enhanced performance of
directory scanning for distributions.
+
+ * The ``sdist`` command now recognizes Subversion "deleted file" entries and
+ does not include them in source distributions.
* Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other than
``zipimport``, and the previously-broken "eager resource" support.