mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
Bump PyInstaller-stubs to 5.5 (#8874)
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
# fake module, only exists once the app is frozen
|
||||
pyi_splash
|
||||
|
||||
# Undocumented and clearly not meant to be exposed
|
||||
PyInstaller.__main__.generate_parser
|
||||
PyInstaller.__main__.run_build
|
||||
PyInstaller.__main__.run_makespec
|
||||
PyInstaller.utils.hooks.conda.lib_dir
|
||||
|
||||
# A mix of modules meant to be private, and shallow incomplete type references for other modules
|
||||
PyInstaller.building.*
|
||||
PyInstaller.depend.analysis.*
|
||||
PyInstaller.isolated._parent.*
|
||||
|
||||
# Most modules are not meant to be used, yet are not marked as private
|
||||
PyInstaller.archive.*
|
||||
PyInstaller.config
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version = "5.4.*"
|
||||
version = "5.5.*"
|
||||
requires = ["types-setuptools"]
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -15,6 +15,7 @@ is_py37: bool
|
||||
is_py38: bool
|
||||
is_py39: bool
|
||||
is_py310: bool
|
||||
is_py311: bool
|
||||
is_win: bool
|
||||
is_win_10: bool
|
||||
is_win_wine: bool
|
||||
|
||||
Reference in New Issue
Block a user