Skip to content

Commit

Permalink
Bump version: 75.3.0 → 75.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 11, 2024
1 parent 6cc5f08 commit 8f5559c
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 19 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 = 75.3.0
current_version = 75.4.0
commit = True
tag = True

Expand Down
30 changes: 30 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v75.4.0
=======

Features
--------

- Added support for the environment variable
``SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true``, allowing users to bypass
the validation of ``pyproject.toml``.
This option should be used only as a last resort when resolving dependency
issues, as it may lead to improper functioning.
Users who enable this setting are responsible for ensuring that ``pyproject.toml``
complies with setuptools requirements. (#4611)
- Require Python 3.9 or later. (#4718)
- Remove dependency on ``importlib_resources``
and the vendored copy of the library.
Instead, ``setuptools`` consistently rely on stdlib's ``importlib.resources``
(available on Python 3.9+). (#4718)
- Setuptools' ``bdist_wheel`` implementation no longer produces wheels with
the ``m`` SOABI flag (pymalloc-related).
This flag was removed on Python 3.8+ (see :obj:`sys.abiflags`). (#4718)
- Updated vendored packaging version to 24.2. (#4740)


Bugfixes
--------

- Merge with pypa/distutils@251797602, including fix for dirutil.mkpath handling in pypa/distutils#304.


v75.3.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/+f0b61194.bugfix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions newsfragments/4611.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4718.feature.1.rst

This file was deleted.

4 changes: 0 additions & 4 deletions newsfragments/4718.feature.2.rst

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/4718.feature.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4740.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "setuptools"
version = "75.3.0"
version = "75.4.0"
authors = [
{ name = "Python Packaging Authority", email = "[email protected]" },
]
Expand Down

0 comments on commit 8f5559c

Please sign in to comment.