Skip to content

Commit e2aea1e

Browse files
authored
Bump pyinstaller to 6.10.* (#12513)
1 parent b406ba9 commit e2aea1e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

stubs/pyinstaller/@tests/stubtest_allowlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ PyInstaller.utils.git
4343
PyInstaller.utils.hooks.django
4444
PyInstaller.utils.hooks.gi
4545
PyInstaller.utils.hooks.qt
46+
PyInstaller.utils.hooks.setuptools
4647
PyInstaller.utils.hooks.tcl_tk
4748
PyInstaller.utils.misc
4849
PyInstaller.utils.osx

stubs/pyinstaller/METADATA.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
version = "6.9.*"
1+
version = "6.10.*"
22
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
3-
requires = ["types-setuptools"]
4-
5-
[tool.stubtest]
6-
extras = ["completion"]

stubs/pyinstaller/PyInstaller/building/splash.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ class Splash(Target):
4242
always_on_top: bool = True,
4343
) -> None: ...
4444
def assemble(self) -> None: ...
45-
def test_tk_version(self) -> None: ...
4645
def generate_script(self) -> str: ...

stubs/pyinstaller/PyInstaller/compat.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ is_py39: Final[bool]
1414
is_py310: Final[bool]
1515
is_py311: Final[bool]
1616
is_py312: Final[bool]
17+
is_py313: Final[bool]
1718
is_win: Final[bool]
1819
is_win_10: Final[bool]
1920
is_win_11: Final[bool]
@@ -31,6 +32,7 @@ is_musl: Final[bool]
3132
is_macos_11_compat: Final[bool]
3233
is_macos_11_native: Final[bool]
3334
is_macos_11: Final[bool]
35+
is_nogil: Final[bool]
3436
PYDYLIB_NAMES: Final[set[str]]
3537
base_prefix: Final[str]
3638
is_venv: Final[bool]

0 commit comments

Comments
 (0)