From 4a854366e03dee700109f8e758a08b2457ea2f51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 07:44:01 +0200 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.1.* (#10885) Release: https://pypi.org/pypi/pyinstaller/6.1.0 Homepage: https://www.pyinstaller.org/ Repository: https://github.com/pyinstaller/pyinstaller Diff: https://github.com/pyinstaller/pyinstaller/compare/v6.0.0...v6.1.0 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `tests/functional/modules/pyi_import_main/hooks/hook-PyInstaller.py`, `tests/functional/modules/pyi_import_main/hooks/hook-pytest.py`. - 0 files included in typeshed's stubs have been deleted. - 5 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/api.py`, `PyInstaller/building/build_main.py`, `PyInstaller/depend/analysis.py`, `PyInstaller/utils/hooks/__init__.py`. - Total lines of Python code added: 122. - Total lines of Python code deleted: 22. --- 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 8d22e88c4..671a85b0d 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.0.*" +version = "6.1.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller" requires = ["types-setuptools"] requires_python = ">=3.8"