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
e1ffc2ab
Commit
e1ffc2ab
authored
Jan 23, 2021
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 51.3.3 → 52.0.0
parent
4a4ef0ba
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
6 deletions
+17
-6
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+15
-0
changelog.d/2459.change.rst
changelog.d/2459.change.rst
+0
-1
changelog.d/2537.breaking.rst
changelog.d/2537.breaking.rst
+0
-1
changelog.d/2544.breaking.rst
changelog.d/2544.breaking.rst
+0
-1
changelog.d/2545.breaking.rst
changelog.d/2545.breaking.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
e1ffc2ab
[bumpversion]
current_version = 5
1.3.3
current_version = 5
2.0.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
e1ffc2ab
v52
.0.0
-------
Breaking
Changes
^^^^^^^^^^^^^^^^
*
#
2537
:
Remove
fallback
support
for
fetch_build_eggs
using
easy_install
.
Now
pip
is
required
for
setup_requires
to
succeed
.
*
#
2544
:
Removed
'easy_install'
top
-
level
model
(
runpy
entry
point
)
and
'easy_install'
console
script
.
*
#
2545
:
Removed
support
for
eggsecutables
.
Changes
^^^^^^^
*
#
2459
:
Tests
now
run
in
parallel
via
pytest
-
xdist
,
completing
in
about
half
the
time
.
Special
thanks
to
:
user
:`
webknjaz
`
for
hard
work
implementing
test
isolation
.
To
run
without
parallelization
,
disable
the
plugin
with
``
tox
--
-
p
no
:
xdist
``.
v51
.3.3
-------
...
...
changelog.d/2459.change.rst
deleted
100644 → 0
View file @
4a4ef0ba
Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``.
changelog.d/2537.breaking.rst
deleted
100644 → 0
View file @
4a4ef0ba
Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
changelog.d/2544.breaking.rst
deleted
100644 → 0
View file @
4a4ef0ba
Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
changelog.d/2545.breaking.rst
deleted
100644 → 0
View file @
4a4ef0ba
Removed support for eggsecutables.
setup.cfg
View file @
e1ffc2ab
...
...
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 5
1.3.3
version = 5
2.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
...
...
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