Skip to content

Commit ad066eb

Browse files
authored
[pyinstaller] Bump to 6.22.* (#16187)
1 parent 5864804 commit ad066eb

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

stubs/pyinstaller/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "6.21.*"
1+
version = "6.22.*"
22
upstream-repository = "https://github.com/pyinstaller/pyinstaller"
33
partial-stub = true

stubs/pyinstaller/PyInstaller/building/splash.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class Splash(Target):
1010
full_tk: bool
1111
tcl_lib: str
1212
tk_lib: str
13+
tcl_data_dir: str
14+
tk_data_dir: str
1315
name: str
1416
script_name: StrPath
1517
minify_script: bool

stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class TclTkInfo:
1212
tcl_data_dir: str | None
1313
tk_data_dir: str | None
1414
tcl_module_dir: str | None
15+
tcl_data_missing: bool
16+
tk_data_missing: bool
1517
is_macos_system_framework: bool
1618
tcl_shared_library: str | None
1719
tk_shared_library: str | None

0 commit comments

Comments
 (0)