Skip to content

Commit 0b13c1d

Browse files
authored
[setuptools] Update to 75.8.2 (#13563)
1 parent bc4473d commit 0b13c1d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stubs/setuptools/METADATA.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "75.8.*"
1+
version = "~=75.8.2"
22
upstream_repository = "https://github.com/pypa/setuptools"
33
extra_description = """\
44
If using `setuptools >= 71.1` *only* for `pkg_resources`,

stubs/setuptools/setuptools/command/bdist_wheel.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ from typing import ClassVar, Final, Literal
44

55
from setuptools import Command
66

7-
def safe_name(name: str) -> str: ...
87
def safe_version(version: str) -> str: ...
98

109
setuptools_major_version: Final[int]
@@ -15,7 +14,6 @@ def python_tag() -> str: ...
1514
def get_platform(archive_root: str | None) -> str: ...
1615
def get_flag(var: str, fallback: bool, expected: bool = True, warn: bool = True) -> bool: ...
1716
def get_abi_tag() -> str | None: ...
18-
def safer_name(name: str) -> str: ...
1917
def safer_version(version: str) -> str: ...
2018

2119
class bdist_wheel(Command):

0 commit comments

Comments
 (0)