From 79a173d00ccff0a49c8376eba930b6f132845c8a Mon Sep 17 00:00:00 2001 From: Avasam Date: Tue, 11 Aug 2026 07:13:44 -0400 Subject: [PATCH] Bump pyinstaller to 6.22.* --- stubs/pyinstaller/METADATA.toml | 2 +- stubs/pyinstaller/PyInstaller/building/splash.pyi | 2 ++ stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index 909efab1715d..806c709bb3a6 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.21.*" +version = "6.22.*" upstream-repository = "https://github.com/pyinstaller/pyinstaller" diff --git a/stubs/pyinstaller/PyInstaller/building/splash.pyi b/stubs/pyinstaller/PyInstaller/building/splash.pyi index d7723bc76f53..4fd52ed03b96 100644 --- a/stubs/pyinstaller/PyInstaller/building/splash.pyi +++ b/stubs/pyinstaller/PyInstaller/building/splash.pyi @@ -10,6 +10,8 @@ class Splash(Target): full_tk: bool tcl_lib: str tk_lib: str + tcl_data_dir: str + tk_data_dir: str name: str script_name: StrPath minify_script: bool diff --git a/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi b/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi index 1a3f196f8f02..e73a5e1193dc 100644 --- a/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi +++ b/stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi @@ -12,6 +12,8 @@ class TclTkInfo: tcl_data_dir: str | None tk_data_dir: str | None tcl_module_dir: str | None + tcl_data_missing: bool + tk_data_missing: bool is_macos_system_framework: bool tcl_shared_library: str | None tk_shared_library: str | None