mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
[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.
This commit is contained in:
committed by
GitHub
parent
db3f84e5c2
commit
4a854366e0
@@ -1,4 +1,4 @@
|
||||
version = "6.0.*"
|
||||
version = "6.1.*"
|
||||
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
|
||||
requires = ["types-setuptools"]
|
||||
requires_python = ">=3.8"
|
||||
|
||||
Reference in New Issue
Block a user