mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
[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 <Alex.Waygood@Gmail.com>
This commit is contained in:
committed by
GitHub
parent
b5c9d8d677
commit
35450d9c0d
@@ -1,4 +1,4 @@
|
||||
version = "67.7.*"
|
||||
version = "67.8.*"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user