Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aeea792

Browse filesBrowse files
committed
Bump version: 79.0.1 → 80.0.0
1 parent 2c874e7 commit aeea792
Copy full SHA for aeea792

File tree

Expand file treeCollapse file tree

6 files changed

+18
-5
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+18
-5
lines changed

‎.bumpversion.cfg

Copy file name to clipboardExpand all lines: .bumpversion.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 79.0.1
2+
current_version = 80.0.0
33
commit = True
44
tag = True
55

‎NEWS.rst

Copy file name to clipboardExpand all lines: NEWS.rst
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v80.0.0
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Update test to honor new behavior in importlib_metadata 8.7. (#4961)
8+
9+
10+
Deprecations and Removals
11+
-------------------------
12+
13+
- Removed support for the easy_install command including the sandbox module. (#2908)
14+
- Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build tooling. (#4955)
15+
16+
117
v79.0.1
218
=======
319

‎newsfragments/2908.removal.rst

Copy file name to clipboardExpand all lines: newsfragments/2908.removal.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎newsfragments/4955.removal.rst

Copy file name to clipboardExpand all lines: newsfragments/4955.removal.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎newsfragments/4961.bugfix.rst

Copy file name to clipboardExpand all lines: newsfragments/4961.bugfix.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "79.0.1"
8+
version = "80.0.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
1111
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.