From 06d83d48e72bb2bbafadbc7c983dbccafff6aae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:36:30 +0100 Subject: [PATCH] [stubsabot] Bump setuptools to 68.2.* (#10674) Release: https://pypi.org/pypi/setuptools/68.2.0 Homepage: https://github.com/pypa/setuptools Repository: https://github.com/pypa/setuptools Changelog: https://setuptools.pypa.io/en/stable/history.html Diff: https://github.com/pypa/setuptools/compare/v68.1.2...v68.2.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `setuptools/tests/test_core_metadata.py`. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `setuptools/__init__.py`, `setuptools/command/editable_wheel.py`, `setuptools/command/egg_info.py`, `setuptools/depends.py`, `setuptools/dist.py`, `setuptools/monkey.py`, `setuptools/namespaces.py`. - Total lines of Python code added: 1051. - Total lines of Python code deleted: 682. --- 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 0d2fc57ca..d1530b871 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,4 +1,4 @@ -version = "68.1.*" +version = "68.2.*" upstream_repository = "https://github.com/pypa/setuptools" partial_stub = true