Bump pyinstaller to 6.13.* (#13843)

This commit is contained in:
Semyon Moroz
2025-04-16 20:54:53 -04:00
committed by GitHub
parent 45c0e52b30
commit b37974492e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.12.*"
version = "6.13.*"
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
+1
View File
@@ -29,6 +29,7 @@ is_openbsd: Final[bool]
is_hpux: Final[bool]
is_unix: Final[bool]
is_musl: Final[bool]
is_termux: Final[bool]
is_macos_11_compat: Final[bool]
is_macos_11_native: Final[bool]
is_macos_11: Final[bool]
@@ -52,7 +52,7 @@ def collect_system_data_files(
path: str, destdir: StrPath | None = None, include_py_files: bool = False
) -> list[tuple[str, str]]: ...
def copy_metadata(package_name: str, recursive: bool = False) -> list[tuple[str, str]]: ...
def get_installer(module: str) -> str | None: ...
def get_installer(dist_name: str) -> str | None: ...
def collect_all(
package_name: str,
include_py_files: bool = True,