Skip to content

Commit

Permalink
Bump version: 67.8.0 → 68.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 19, 2023
1 parent 26231f4 commit 49fec9f
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 28 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 = 67.8.0
current_version = 68.0.0
commit = True
tag = True

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


Breaking Changes
^^^^^^^^^^^^^^^^
* #3948: Removed verification for existing ``depends.txt`` file (deprecated since v0.5a4).
* #3948: 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).
* #3948: 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.
* #3948: Removed ``egg_info.get_pkg_info_revision`` (deprecated since 2015).
* #3948: Removed ``setuptools.dist._get_unpatched`` (deprecated since 2016)
* #3948: Removed support for SVN in ``setuptools.package_index`` (deprecated since 2018).
* #3948: 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.

Changes
^^^^^^^
* #3760: Added symlink support to launcher for installed executables -- by :user:`eugene-sevostianov-sc`
* #3926: Updated vendored ``packaging`` version from 23.0 to 23.1 -- by :user:`MetRonnie`
* #3950: Implemented workaround for old versions of ``vswhere``, which miss the
``-requiresAny`` parameter, such as the ones distributed together with Visual Studio 2017 < 15.6.
* #3952: Changed ``DistutilsMetaFinder`` to skip ``spec_for_pip`` on Python >= 3.12.
* #3952: Removed ``_distutils_hack.remove_shim`` on Python >= 3.12
(since ``distutils`` was removed from the standard library,
``DistutilsMetaFinder`` cannot be disabled on Python >= 3.12).

Misc
^^^^
* #3920: Add a link to deprecation warning in ``pkg_resources`` and improve
``stacklevel`` for better visibility.


v67.8.0
-------

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3920.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3948.breaking.1.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3948.breaking.4.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3948.breaking.5.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3948.breaking.6.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3950.change.rst

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/3952.change.2.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 = 67.8.0
version = 68.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 49fec9f

Please sign in to comment.