mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 17:43:25 +08:00
Bump pyinstaller to 6.3.* (#11175)
This commit is contained in:
@@ -35,7 +35,6 @@ PyInstaller\.hooks(\.[\w-]+)* # weird hyphens in runtime module names
|
||||
PyInstaller.lib.modulegraph.__main__
|
||||
PyInstaller.lib.modulegraph.find_modules
|
||||
PyInstaller.lib.modulegraph.util
|
||||
PyInstaller.lib.modulegraph.zipio
|
||||
PyInstaller\.loader(\.\w+)*
|
||||
PyInstaller.log
|
||||
PyInstaller\.utils\.cliutils(\.\w+)*
|
||||
@@ -53,6 +52,3 @@ PyInstaller.utils.win32.icon
|
||||
PyInstaller.utils.win32.winmanifest
|
||||
PyInstaller.utils.win32.winresource
|
||||
PyInstaller.utils.win32.winutils
|
||||
|
||||
# Module can't be imported at runtime on non-win32 platforms
|
||||
PyInstaller.utils.win32.versioninfo
|
||||
|
||||
2
stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt
Normal file
2
stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Module can't be imported at runtime on non-win32 platforms
|
||||
PyInstaller.utils.win32.versioninfo
|
||||
2
stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt
Normal file
2
stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Module can't be imported at runtime on non-win32 platforms
|
||||
PyInstaller.utils.win32.versioninfo
|
||||
@@ -1,4 +1,4 @@
|
||||
version = "6.2.*"
|
||||
version = "6.3.*"
|
||||
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
|
||||
requires = ["types-setuptools"]
|
||||
requires_python = ">=3.8"
|
||||
|
||||
@@ -58,9 +58,6 @@ def exec_command(
|
||||
*cmdargs: str, encoding: str | None = None, raise_enoent: bool | None = None, **kwargs: int | bool | Iterable[int] | None
|
||||
) -> str: ...
|
||||
def exec_command_rc(*cmdargs: str, **kwargs: float | bool | Iterable[int] | None) -> int: ...
|
||||
def exec_command_stdout(
|
||||
*command_args: str, encoding: str | None = None, **kwargs: float | str | bytes | bool | Iterable[int] | None
|
||||
) -> str: ...
|
||||
def exec_command_all(
|
||||
*cmdargs: str, encoding: str | None = None, **kwargs: int | bool | Iterable[int] | None
|
||||
) -> tuple[int, str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user