Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2024-08-30 14:33:55
Message id: 20240830123356.125E4FC74@cvs.NetBSD.org
Log Message:
py-setuptools: updated to 74.0.0
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
Added detection of ARM64 variant of MSVC
Made setuptools.package_index.Credential a typing.NamedTuple
Reraise error from setuptools.command.easy_install.auto_chmod instead of \
nonsensical TypeError: 'Exception' object is not subscriptable
Fully typed all collection attributes in pkg_resources
Automatically exclude .tox|.nox|.venv directories from sdist.
Deprecations and Removals
Removed the monkeypatching of distutils._msvccompiler. Now all compiler logic is \
consolidated in distutils.
Synced with pypa/distutils@58fe058e4, including consolidating Visual Studio 2017 \
support
Files: