Skip to content

Commit dde3f83

Browse files
authored
Bump setuptools to 80.1.* (#13915)
1 parent 0042bcc commit dde3f83

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

stubs/setuptools/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "80.0.*"
1+
version = "80.1.*"
22
upstream_repository = "https://github.com/pypa/setuptools"
33
extra_description = """\
44
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \

stubs/setuptools/setuptools/command/install.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from _typeshed import Incomplete
22
from collections.abc import Callable
3-
from typing import Any, ClassVar, NoReturn
3+
from typing import Any, ClassVar
44

55
from setuptools.dist import Distribution
66

@@ -19,5 +19,3 @@ class install(orig.install):
1919
path_file: Incomplete
2020
extra_dirs: str
2121
def handle_extra_path(self): ...
22-
def run(self): ...
23-
def do_egg_install(self) -> NoReturn: ...

0 commit comments

Comments
 (0)