Skip to content

Commit 98ad794

Browse files
committed
Bump version: 73.0.1 → 74.0.0
1 parent b4fb917 commit 98ad794

12 files changed

+29
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 73.0.1
2+
current_version = 74.0.0
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
v74.0.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- 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)
8+
- Added detection of ARM64 variant of MSVC -- by :user:`saschanaz` (#4553)
9+
- Made ``setuptools.package_index.Credential`` a `typing.NamedTuple` -- by :user:`Avasam` (#4585)
10+
- Reraise error from ``setuptools.command.easy_install.auto_chmod`` instead of nonsensical ``TypeError: 'Exception' object is not subscriptable`` -- by :user:`Avasam` (#4593)
11+
- Fully typed all collection attributes in ``pkg_resources`` -- by :user:`Avasam` (#4598)
12+
- Automatically exclude ``.tox|.nox|.venv`` directories from ``sdist``. (#4603)
13+
14+
15+
Deprecations and Removals
16+
-------------------------
17+
18+
- Removed the monkeypatching of distutils._msvccompiler. Now all compiler logic is consolidated in distutils. (#4600)
19+
- 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)
20+
21+
22+
Misc
23+
----
24+
25+
- #4592
26+
27+
128
v73.0.1
229
=======
330

newsfragments/4548.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4553.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4585.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4592.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4593.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4598.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4600.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4603.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4606.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "73.0.1"
8+
version = "74.0.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)