From ca13bcc286d0ee672bd55f1c3ca79cefb8a47ad5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 09:46:19 +0100 Subject: [PATCH] [stubsabot] Bump pyinstaller to 5.13.* (#10357) * [stubsabot] Bump pyinstaller to 5.13.* Release: https://pypi.org/pypi/pyinstaller/5.13.0 Homepage: https://www.pyinstaller.org/ Diff: https://github.com/pyinstaller/pyinstaller/compare/v5.12.0...v5.13.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `PyInstaller/hooks/pre_safe_import_module/hook-distutils.py`. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/api.py`, `PyInstaller/building/build_main.py`, `PyInstaller/compat.py`. - Total lines of Python code added: 962. - Total lines of Python code deleted: 648. 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 * Update compat.pyi --------- Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood --- stubs/pyinstaller/METADATA.toml | 2 +- stubs/pyinstaller/PyInstaller/compat.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index 0e0e0a47e..41fc4b3ec 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "5.12.*" +version = "5.13.*" requires = ["types-setuptools"] diff --git a/stubs/pyinstaller/PyInstaller/compat.pyi b/stubs/pyinstaller/PyInstaller/compat.pyi index 664a9b2df..b06ad3bd0 100644 --- a/stubs/pyinstaller/PyInstaller/compat.pyi +++ b/stubs/pyinstaller/PyInstaller/compat.pyi @@ -14,6 +14,7 @@ is_py38: Final[bool] is_py39: Final[bool] is_py310: Final[bool] is_py311: Final[bool] +is_py312: Final[bool] is_win: Final[bool] is_win_10: Final[bool] is_win_wine: Final[bool]