From 35450d9c0d673fc713c3210d8c25d19425f9790e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 09:46:05 +0100 Subject: [PATCH] [stubsabot] Bump setuptools to 67.8.* (#10194) Release: https://pypi.org/pypi/setuptools/67.8.0 Homepage: https://github.com/pypa/setuptools Changelog: https://setuptools.pypa.io/en/stable/history.html Diff: https://github.com/pypa/setuptools/compare/v67.7.2...v67.8.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. - 2 files included in typeshed's stubs have been modified or renamed: `setuptools/command/easy_install.py`, `setuptools/version.py`. - Total lines of Python code added: 425. - Total lines of Python code deleted: 215. --------- Co-authored-by: Alex Waygood --- stubs/setuptools/METADATA.toml | 2 +- stubs/setuptools/setuptools/command/easy_install.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/setuptools/METADATA.toml b/stubs/setuptools/METADATA.toml index 17591da64..c3f5535f7 100644 --- a/stubs/setuptools/METADATA.toml +++ b/stubs/setuptools/METADATA.toml @@ -1,4 +1,4 @@ -version = "67.7.*" +version = "67.8.*" partial_stub = true [tool.stubtest] diff --git a/stubs/setuptools/setuptools/command/easy_install.pyi b/stubs/setuptools/setuptools/command/easy_install.pyi index 0363907d1..37c4eae99 100644 --- a/stubs/setuptools/setuptools/command/easy_install.pyi +++ b/stubs/setuptools/setuptools/command/easy_install.pyi @@ -99,6 +99,7 @@ class PthDistributions(Environment): filename: Any sitedirs: Any basedir: Any + paths: list[str] def __init__(self, filename, sitedirs=()) -> None: ... def save(self) -> None: ... def add(self, dist) -> None: ...