mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Bump pyinstaller to 5.8.* (#9721)
Release: https://pypi.org/pypi/pyinstaller/5.8.0 Homepage: https://www.pyinstaller.org/ Diff: https://github.com/pyinstaller/pyinstaller/compare/v5.7.0...v5.8.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "5.7.*"
|
||||
version = "5.8.*"
|
||||
requires = ["types-setuptools"]
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -45,7 +45,7 @@ def is_module_or_submodule(name: str, mod_or_submod: str) -> bool: ...
|
||||
|
||||
PY_DYLIB_PATTERNS: Final[list[str]]
|
||||
|
||||
def collect_dynamic_libs(package: str, destdir: object = None) -> list[tuple[str, str]]: ...
|
||||
def collect_dynamic_libs(package: str, destdir: object = None, search_patterns: Iterable[str] = ...) -> list[tuple[str, str]]: ...
|
||||
def collect_data_files(
|
||||
package: str,
|
||||
include_py_files: bool = False,
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
__all__ = ("get_pywin32_module_file_attribute",)
|
||||
|
||||
def get_pywin32_module_file_attribute(module_name: str) -> str | int: ...
|
||||
def get_pywin32_module_file_attribute(module_name: str) -> str | None: ...
|
||||
|
||||
Reference in New Issue
Block a user