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
a73118b9
Commit
a73118b9
authored
Apr 26, 2016
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ez_setup.py from master branch (and packaged sdist releases).
parent
661440a9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
431 deletions
+17
-431
CHANGES.rst
CHANGES.rst
+9
-0
docs/releases.txt
docs/releases.txt
+8
-11
ez_setup.py
ez_setup.py
+0
-420
No files found.
CHANGES.rst
View file @
a73118b9
...
...
@@ -2,6 +2,15 @@
CHANGES
=======
v21
.0.0
-------
*
Removed
ez_setup
.
py
from
Setuptools
sdist
.
The
bootstrap
script
will
be
maintained
in
its
own
branch
and
should
be
generally
be
retrieved
from
its
canonical
location
at
https
://
bootstrap
.
pypa
.
io
/
ez_setup
.
py
.
v20
.10.0
--------
...
...
docs/releases.txt
View file @
a73118b9
...
...
@@ -10,23 +10,20 @@ successful build of a tagged release per
To cut a release, install and run ``bumpversion {part}`` where ``part``
is major, minor, or patch based on the scope of the changes in the
release. Then, push the commits to the master branch. If tests pass,
the release will be uploaded to PyPI.
the release will be uploaded to PyPI
(from the Python 3.5 tests)
.
Bootstrap B
ookmark
----------------
--
Bootstrap B
ranch
----------------
Setuptools has a bootstrap script (ez_setup.py) which is hosted in the
repository and must be updated with each release (to bump the default version).
The "published" version of the script is the one indicated by the ``bootstrap``
branch.
Setuptools has a bootstrap script (ez_setup.py), which is hosted in the
repository in the ``bootstrap`` branch.
Therefore, the latest bootstrap script can be retrieved by checking out the
repository at that bookmark. It's also possible to get the bootstrap script for
any particular release by grabbing the script from that tagged release.
Therefore, the latest bootstrap script can be retrieved by checking out
that branch.
The officially-published location of the bootstrap script is hosted on Python
infrastructure (#python-infra on freenode) at https://bootstrap.pypa.io and
is updated every fifteen minutes from the bootstrap
script
. Sometimes,
is updated every fifteen minutes from the bootstrap
branch
. Sometimes,
especially when the bootstrap script is rolled back, this
process doesn't work as expected and requires manual intervention.
...
...
ez_setup.py
deleted
100644 → 0
View file @
661440a9
This diff is collapsed.
Click to expand it.
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