There was an error while loading. Please reload this page.
1 parent 5864804 commit ad066ebCopy full SHA for ad066eb
3 files changed
stubs/pyinstaller/METADATA.toml
@@ -1,3 +1,3 @@
1
-version = "6.21.*"
+version = "6.22.*"
2
upstream-repository = "https://github.com/pyinstaller/pyinstaller"
3
partial-stub = true
stubs/pyinstaller/PyInstaller/building/splash.pyi
@@ -10,6 +10,8 @@ class Splash(Target):
10
full_tk: bool
11
tcl_lib: str
12
tk_lib: str
13
+ tcl_data_dir: str
14
+ tk_data_dir: str
15
name: str
16
script_name: StrPath
17
minify_script: bool
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
18
tcl_shared_library: str | None
19
tk_shared_library: str | None
0 commit comments