Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
68522a3e
Commit
68522a3e
authored
Oct 19, 2014
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog for more detail about the impact and possible user actions necessary.
parent
1fab75aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
CHANGES.txt
CHANGES.txt
+14
-9
No files found.
CHANGES.txt
View file @
68522a3e
...
@@ -2,17 +2,22 @@
...
@@ -2,17 +2,22 @@
CHANGES
CHANGES
=======
=======
---
-------
---
Unreleased
7.0
---
-------
---
* Issue #80, #209: Eggs that are downloaded for ``setup_requires``,
* Issue #80,
Issue
#209: Eggs that are downloaded for ``setup_requires``,
``test_requires``, etc. are now placed in a ``.eggs`` directory instead of
``test_requires``, etc. are now placed in a ``.
/.
eggs`` directory instead of
the package root directory. This is a better place for them as it doesn't
directly in the current directory. This choice of location means the files
ca
use later phases of setuptools to think that the package is already
ca
n be readily managed (removed, ignored). Additionally,
installed and then not install the package permanently in the environment
later phases or invocations of setuptools will not detect the package as
(See #209).
already installed and ignore it for permanent install
(See #209).
This change is indicated as backward-incompatible as installations that
depend on the installation in the current directory will need to account for
the new location. Systems that ignore ``*.egg`` will probably need to be
adapted to ignore ``.eggs``. The files will need to be manually moved or
will be retrieved again. Most use cases will require no attention.
---
---
6.1
6.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment