From de1335de181a57a45374e63573d3dc70fb660842 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 10 Mar 2025 00:12:26 +0000 Subject: [PATCH] [stubsabot] Bump setuptools to ~=76.0.0 Release: https://pypi.org/pypi/setuptools/76.0.0 Repository: https://github.com/pypa/setuptools Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools Changelog: https://setuptools.pypa.io/en/stable/history.html Diff: https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.0 Stubsabot analysis of the diff between the two releases: - 6 public Python files have been added: `setuptools/_distutils/compilers/C/base.py`, `setuptools/_distutils/compilers/C/cygwin.py`, `setuptools/_distutils/compilers/C/errors.py`, `setuptools/_distutils/compilers/C/msvc.py`, `setuptools/_distutils/compilers/C/unix.py`, `setuptools/_distutils/compilers/C/zos.py`. - 0 files included in typeshed's stubs have been deleted. - 27 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3840. - Total lines of Python code deleted: 3250. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/setuptools/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/setuptools/METADATA.toml b/stubs/setuptools/METADATA.toml index b5e6c51d7221..f8c0ecb7c936 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,4 +1,4 @@ -version = "~=75.8.2" +version = "~=76.0.0" upstream_repository = "https://github.com/pypa/setuptools" extra_description = """\ Given that `pkg_resources` is typed since `setuptools >= 71.1`, \