* Add the package's location and exact interpreter path to the error message
for
the check for obsolete and PyInstaller-incompatible standard library
back-port
packages (``enum34`` and ``typing``). (:issue:`7221`)
* Allow controlling the build log level (:option:`--log-level`) via a
``PYI_LOG_LEVEL`` environment variable. (:issue:`7235`)
* Support building native ARM applications for Windows. If PyInstaller is ran
on
an ARM machine with an ARM build of Python, it will prodice an ARM
application. (:issue:`7257`)
Bugfix
* (Anaconda) Fix the ``PyInstaller.utils.hooks.conda.collect_dynamic_libs``
hook utility function to collect only dynamic libraries, by introducing
an additional type check (to exclude directories and symbolic links to
directories) and additional suffix check (to include only files whose
name matches the following patterns: ``*.dll``, ``*.dylib``, ``*.so``,
and ``*.so.*``). (:issue:`7248`)
* (Anaconda) Fix the problem with Anaconda python 3.10 on linux and macOS,
where all content of the environment's ``lib`` directory would end up
collected as data due to additional symbolic link pointing from
``python3.1``
to ``python3.10``. (:issue:`7248`)
* (GNU/Linux) Fixes an issue with gi shared libraries not being packaged if
they don't
have version suffix and are in a special location set by ``LD_LIBRARY_PATH``
instead of
a typical library path. (:issue:`7278`)
* (Windows) Fix the problem with ``windowed`` frozen application being unable
to spawn interactive command prompt console via ``subprocess`` module due
to interference of the ``subprocess`` runtime hook with stream handles.
(:issue:`7118`)
* (Windows) In ``windowed``/``noconsole`` mode, stop setting ``sys.stdout``
and ``sys.stderr`` to custom ``NullWriter`` object, and instead leave
them at ``None``. This matches the behavior of windowed python interpreter
(``pythonw.exe``) and prevents interoperability issues with code that
(rightfully) expects the streams to be either ``None`` or objects that
are fully compatible with ``io.IOBase``. (:issue:`3503`)
* Ensure that ``PySide6.support.deprecated`` module is collected for
``PySide6`` 6.4.0 and later in order to enable continued support for
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b8ba192e05705b217c8e2a217d51252dfb0b87c9"><code>b8ba192</code></a> Release v5.7.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/25b05b6a0ab32d4d0d5d118558418fd13f699073"><code>25b05b6</code></a> isolated: introduce time-out in the wait for the child subprocess to exit</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2bfd2f2fcd8e049e5be15c21f1e0090cccc1da48"><code>2bfd2f2</code></a> hooks: django: remove static command list override in run-time hook (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7259">#7259</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/17b0e2955602b686963c92aa7f32f438356a2fdb"><code>17b0e29</code></a> hooks: matplotlib: add log messages for backend detection via mpl.use()</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/287956f2bf467fa469947103edc2399240bdea0d"><code>287956f</code></a> hooks: robustify importlib_resources hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8f25b42ef88b77dd6bba1520892369d53317cc9a"><code>8f25b42</code></a> ci: switch linux runners from ubuntu-latest to ubuntu-20.04</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7e6ec703c4a9d0ce3c858fd6cc824d9f2a676544"><code>7e6ec70</code></a> setup.py: prevent implicit building of python eggs</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a743d2c26ece82d18858c1d3bd8bf0fab6f7704f"><code>a743d2c</code></a> setup.cfg: use license_files instead of deprecated license_file</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/28cc43b0edc36012e34b4b44758f376c2c1efefa"><code>28cc43b</code></a> docs: update installation instructions</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9461130e3eefafebd7fc054a1766e55f7dd13f2b"><code>9461130</code></a> building: remove spurious attempt to read distribution's top_level.txt</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.2...v5.7.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller&package-manager=pip&previous-version=5.2&new-version=5.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pyinstaller from 5.2 to 5.7.0.
Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.