From 6ab3dbf87d99a21201ff2c81d9aaec051c43afb0 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 28 Mar 2025 00:14:25 +0000 Subject: [PATCH] [stubsabot] Bump setuptools to ~=78.1.0 Release: https://pypi.org/pypi/setuptools/78.1.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/v77.0.3...v78.1.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 3 files included in typeshed's stubs have been modified or renamed: `setuptools/_distutils/_msvccompiler.py`, `setuptools/_distutils/command/__init__.py`, `setuptools/dist.py`. - Total lines of Python code added: 118. - Total lines of Python code deleted: 101. 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 b5b04e04ff19..7bc932bbedbc 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,4 +1,4 @@ -version = "~=77.0.2" +version = "~=78.1.0" upstream_repository = "https://github.com/pypa/setuptools" extra_description = """\ Given that `pkg_resources` is typed since `setuptools >= 71.1`, \