Skip to content

Commit

Permalink
Bump version: 73.0.1 → 74.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 27, 2024
1 parent b4fb917 commit 98ad794
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 11 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 = 73.0.1
current_version = 74.0.0
commit = True
tag = True

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

Features
--------

- Changed the type of error raised by ``setuptools.command.easy_install.CommandSpec.from_param`` on unsupported argument from `AttributeError` to `TypeError` -- by :user:`Avasam` (#4548)
- Added detection of ARM64 variant of MSVC -- by :user:`saschanaz` (#4553)
- Made ``setuptools.package_index.Credential`` a `typing.NamedTuple` -- by :user:`Avasam` (#4585)
- Reraise error from ``setuptools.command.easy_install.auto_chmod`` instead of nonsensical ``TypeError: 'Exception' object is not subscriptable`` -- by :user:`Avasam` (#4593)
- Fully typed all collection attributes in ``pkg_resources`` -- by :user:`Avasam` (#4598)
- Automatically exclude ``.tox|.nox|.venv`` directories from ``sdist``. (#4603)


Deprecations and Removals
-------------------------

- Removed the monkeypatching of distutils._msvccompiler. Now all compiler logic is consolidated in distutils. (#4600)
- Synced with pypa/distutils@58fe058e4, including consolidating Visual Studio 2017 support (#4600, pypa/distutils#289), removal of deprecated legacy MSVC compiler modules (pypa/distutils#287), suppressing of errors when the home directory is missing (pypa/distutils#278), removal of wininst binaries (pypa/distutils#282). (#4606)


Misc
----

- #4592


v73.0.1
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4548.feature.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4592.misc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4600.removal.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4606.removal.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 = "73.0.1"
version = "74.0.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 98ad794

Please sign in to comment.