Bump setuptools to 80.1.* (#13915)

This commit is contained in:
Semyon Moroz
2025-05-03 03:19:19 +04:00
committed by GitHub
parent 0042bcc68f
commit dde3f837a6
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "80.0.*"
version = "80.1.*"
upstream_repository = "https://github.com/pypa/setuptools"
extra_description = """\
Given that `pkg_resources` is typed since `setuptools >= 71.1`, \
@@ -1,6 +1,6 @@
from _typeshed import Incomplete
from collections.abc import Callable
from typing import Any, ClassVar, NoReturn
from typing import Any, ClassVar
from setuptools.dist import Distribution
@@ -19,5 +19,3 @@ class install(orig.install):
path_file: Incomplete
extra_dirs: str
def handle_extra_path(self): ...
def run(self): ...
def do_egg_install(self) -> NoReturn: ...