Skip to content

Commit

Permalink
Bump version: 62.6.0 → 63.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Jul 3, 2022
1 parent d680efc commit edaf14a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 62.6.0
current_version = 63.0.0
commit = True
tag = True

Expand Down
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v63.0.0
-------


Breaking Changes
^^^^^^^^^^^^^^^^
* #3421: Drop setuptools' support for installing an entrypoint extra requirements at load time:
- the functionality has been broken since v60.8.0.
- the mechanism to do so is deprecated (`fetch_build_eggs`).
- that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #3305: Updated the example pyproject.toml -- by :user:`jacalata`
* #3394: This updates the documentation for the ``file_finders`` hook so that
the logging recommendation aligns with the suggestion to not use
``distutils`` directly.
* #3397: Fix reference for ``keywords`` to point to the Core Metadata Specification
instead of PEP 314 (the live standard is kept always up-to-date and
consolidates several PEPs together in a single document).
* #3402: Reordered the User Guide's Table of Contents -- by :user:`codeandfire`


v62.6.0
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3305.doc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/3394.doc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/3397.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3402.doc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/3421.breaking.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 62.6.0
version = 63.0.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit edaf14a

Please sign in to comment.