An open-source Python package for efficient accession and visualization of Bruker TimsTOF raw data from the Mann Labs at the Max Planck Institute of Biochemistry.
* (Linux, macOS) Fix the regression in shared library collection, where
the shared library would end up collected under its fully-versioned
.so name (e.g., ``libsomething.so.1.2.3``) instead of its originally
referenced name (e.g., ``libsomething.so.1``) due to accidental
symbolic link resolution. (:issue:`7189`)
5.6.1 (2022-10-25)
Bugfix
(macOS) Fix regression in macOS app bundle signing caused by a typo made
in :issue:7180. (:issue:7184)
5.6 (2022-10-23)
Features
* Add official support for Python 3.11. (Note that PyInstaller v5.5 is also
expected to work but has only been tested with a pre-release of Python 3.11.)
(:issue:`6783`)
* Implement a new hook utility function,
:func:`~PyInstaller.utils.hooks.collect_delvewheel_libs_directory`,
intended for dealing with external shared library in ``delvewheel``-enabled
PyPI
wheels for Windows. (:issue:`7170`)
Bugfix
* (macOS) Fix OpenCV (``cv2``) loader error in generated macOS .app
bundles, caused by the relocation of package's source .py files.
(:issue:`7180`)
* (Windows) Improve compatibility with ``scipy`` 1.9.2, whose Windows wheels
switched to ``delvewheel``, and therefore have shared libraries located in
external .libs directory. (:issue:`7168`)
* (Windows) Limit the DLL parent path preservation behavior from :issue:`7028`
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/09b8a1ebd0a62c4e61de61cd33c739c997249a89"><code>09b8a1e</code></a> Release v5.6.2. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/93446fffd58ae33992031902607daa6a0ffc1996"><code>93446ff</code></a> Add <code>--log-level</code> to spec-file command-line options.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/17c9d6be6a720f1aef737340b6ce0c773410c018"><code>17c9d6b</code></a> depend: do not resolve symlinks during dylib parent dir preservation</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/780c08d7f1827b37bfc94751a411d71451e04a35"><code>780c08d</code></a> Release v5.6.1. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3b07670f6bb9c65dc9c3af1120da4a5d768ee776"><code>3b07670</code></a> tests: add basic macOS bundle signing tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/39467f3aee2ab191a2c20e632abe42096b1db8bb"><code>39467f3</code></a> building: BUNDLE: add an option for codesign error to be fatal</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9a6820c35a080dae4b497d507aa39b174fb4a066"><code>9a6820c</code></a> Fix symlinking of data files from Resources to MacOS</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/87578de3c7557766eea83858deee6c2b89c15017"><code>87578de</code></a> Release v5.6. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7b39785ae56386a4705e127e7a11bbb2467e8bd1"><code>7b39785</code></a> Tests: Requirements: Scheduled weekly dependency update for week 43 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7182">#7182</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/af2cd6999c2c4b6a9648fa057290c0cb68efbade"><code>af2cd69</code></a> depend: DLL parent path preservation: work around for pywin32</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.10...v5.6.2">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=4.10&new-version=5.6.2)](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 4.10 to 5.6.2.
Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.