summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-24 22:56:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-24 22:56:03 -0500
commit7f175a0bfb78659680159c194480866078ac271f (patch)
tree4822bd79a8658d3c9661683a18ecb7bda33d02b0
parent80a210e263d8787b9bc87fffc7090b3769f8cb5b (diff)
downloadpython-setuptools-git-7f175a0bfb78659680159c194480866078ac271f.tar.gz
Updated changelog0.6.31
--HG-- branch : distribute extra : rebase_source : 9fa0ef551c34deba0f744ef279ecf9fe4ef7c13d
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2b376104..29843abb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,13 @@ CHANGES
PYTHONIOENCODING=utf8 pip install numpy
* Fix for encoding issue when installing from Windows executable on Python 3.
+* Issue #323: Allow `setup_requires` requirements to supercede installed
+ requirements. Added some new keyword arguments to existing pkg_resources
+ methods. Also had to updated how __path__ is handled for namespace packages
+ to ensure that when a new egg distribution containing a namespace package is
+ placed on sys.path, the entries in __path__ are found in the same order they
+ would have been in had that egg been on the path when pkg_resources was
+ first imported.
------
0.6.30