* (Windows) Support embedding multiple icons in the executable. (:issue:`7103`)
Bugfix
* (Windows) Fix a regression introduced in PyInstaller 5.4 (:issue:`[#6925](https://github.com/pyinstaller/pyinstaller/issues/6925)`),
where incorrect copy of ``python3.dll`` (and consequently an additional,
incorrect copy of ``python3X.dll`` from the same directory) is collected
when additional python installations are present in ``PATH``. (:issue:`7102`)
* (Windows) Provide run-time override for ``ctypes.util.find_library`` that
searches ``sys._MEIPASS`` in addition to directories specified in ``PATH``.
(:issue:`7097`)
* Fix the problem with ``pywin32`` DLLs not being found when importing
``pywin32`` top-level extension modules, caused by the DLL directory
structure preservation behavior introduced in :issue:`7028`. Introduce
a new bootstrap/loader module that adds the ``pywin32_system32``
directory, if available, to both ``sys.path`` and the DLL search paths,
in lieu of having to provide a runtime hook script for every single
top-level extension module from ``pywin32``. (:issue:`7110`)
Hooks
~~~~~
* Fix an error raised by the ``matplotlib.backends`` hook when trying to
specify the list of backends to collect via the hooks configuration.
(:issue:`7091`)
5.4.1 (2022-09-11)
-------------------
Bugfix
(Windows) Fix run-time error raised by pyi_rth_win32comgenpy, the
run-time
hook for win32com. (:issue:7079)
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 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.5.
Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.
... (truncated)
Commits
df7e2fe
Release v5.5. [skip ci]039a4c0
bootloader: waflib: cherry pick "c_config: add RISC-V generic detection"fc425b9
Tests: Requirements: Scheduled weekly dependency update for week 40 (#7124)b308784
building: prepend sys.base_prefix to DLL search paths on Windows7b2b93a
hooks: clean up pywin32 runtime hooksf400b46
loader: add boostrap/loader module for pywin3272d12b0
tests: add basic import tests for pywin32 modules27a5a6b
make --icon option repeatable (#7103)2b26b5b
GitHub Workflows security hardening (#7112)a8b27e3
Tests: Requirements: Scheduled weekly dependency update for week 39 (#7110)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 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)