From 07a5639dc28106d08a56297b0bcad3c4f1dde2a8 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 10 Aug 2026 00:16:36 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.22.* Release: https://pypi.org/pypi/pyinstaller/6.22.0 Homepage: https://pyinstaller.org Repository: https://github.com/pyinstaller/pyinstaller Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyinstaller Diff: https://github.com/pyinstaller/pyinstaller/compare/v6.21.0...v6.22.0 Stubsabot analysis of the diff between the two releases: - 5 public Python files have been added: `PyInstaller/hooks/hook-gi.repository.Soup.py`, `PyInstaller/hooks/hook-gi.repository.Spelling.py`, `PyInstaller/hooks/hook-matplotlib.figure.py`, `PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Soup.py`, `PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Spelling.py`. - 0 files included in typeshed's stubs have been deleted. - 3 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/splash.py`, `PyInstaller/utils/hooks/tcl_tk.py`. - Total lines of Python code added: 789. - Total lines of Python code deleted: 426. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/pyinstaller/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index ba63c75201d6..719dd6fcddc9 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,3 +1,3 @@ -version = "6.21.*" +version = "6.22.*" upstream-repository = "https://github.com/pyinstaller/pyinstaller" partial-stub = true