Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 12, 2023
1 parent 845cf11 commit bee8255
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/3948.breaking.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed verification for existing ``depends.txt`` file (deprecated since v0.5a4).
4 changes: 4 additions & 0 deletions changelog.d/3948.breaking.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remove autofixing of broken ``.egg-info`` directories containing the ``-``
character in their base name (without suffix).
They should no longer be produced by sufficiently new versions of ``setuptools``
(warning introduced in 2005).
4 changes: 4 additions & 0 deletions changelog.d/3948.breaking.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remove deprecated APIs in ``easy_install``: ``get_script_args``,
``get_script_header`` and ``get_writer``.
The direct usage of ``easy_install`` has been deprecated since v58.3.0,
and the warnings regarding these APIs predate that version.
1 change: 1 addition & 0 deletions changelog.d/3948.breaking.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed ``egg_info.get_pkg_info_revision`` (deprecated since 2015).
1 change: 1 addition & 0 deletions changelog.d/3948.breaking.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed ``setuptools.dist._get_unpatched`` (deprecated since 2016)
1 change: 1 addition & 0 deletions changelog.d/3948.breaking.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed support for SVN in ``setuptools.package_index`` (deprecated since 2018).
4 changes: 4 additions & 0 deletions changelog.d/3948.breaking.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Removed support for invalid ``pyproject.toml`` files.
During the implementation of PEP 621, it was identified that some users were
producing invalid files. As a transitional measure, the validation was relaxed
for a few use cases. The grace period, however, came to an end.

0 comments on commit bee8255

Please sign in to comment.