diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 16:41:11 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-11 16:41:11 -0500 |
commit | 6f5dc38012824dc3d104356d023ec3c959bbb586 (patch) | |
tree | 316d3ea9ede4713dd17c7372ea3b74826cdde8cf | |
parent | 230ffaafd061b42f8674b6b6b75ed8133e8d6934 (diff) | |
download | python-setuptools-git-issue250-module_from_spec.tar.gz |
Update changelog. Fixes #250. Fixes #870. Ref #805. Ref pypa/pip#1924. Ref #845.issue250-module_from_spec
-rw-r--r-- | CHANGES.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1efdb498..cbb913fb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +v31.0.0 +------- + +* #250: Install '-nspkg.pth' files for packages installed + with 'setup.py develop'. These .pth files allow + namespace packages installed by pip or develop to + co-mingle. This change required the removal of the + change for #805, introduced in 28.3.0 and implicated + in #870, but means that namespace packages not in a + site packages directory will no longer work on Python + earlier than 3.5, whereas before they would work on + Python not earlier than 3.3. + v30.4.0 ------- |