Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps pyinstaller from 5.11.0 to 5.12.0.

Release notes

Sourced from pyinstaller's releases.

v5.12.0

Please see the v5.12.0 section of the changelog for a list of the changes since v5.11.0.

Changelog

Sourced from pyinstaller's changelog.

5.12.0 (2023-06-08)

Features


* (macOS) PyInstaller now removes all rpaths from collected binaries
  and replaces them with a single rpath pointing to the top-level
  application directory, relative to ``@loader_path``. (:issue:`7664`)
* Attempt to preserve the parent directory layout for ``pywin32``
  extensions that originate from ``win32`` and ``pythonwin`` directories,
  instead of collecting those extensions to top-level application directory.
  (:issue:`7627`)

Bugfix


* (Linux/macOS) Fix the Qt directory path override in ``PySide2`` and
  ``PySide6`` run-time hooks. These paths, set via ``QT_PLUGIN_PATH`` and
  ``QML2_IMPORT_PATH`` environment variables, are used with ``PySide2``
  and ``PySide6`` builds that that use system-wide Qt installation and
  are not portable by default (e.g., Homebrew). (:issue:`7649`)
* (macOS) When rewriting the dylib identifier and paths to linked
  libraries in a collected binary, instead of directly using
  ``@loader_path``-based path, use ``@rpath``-based path and replace
  rpaths in the binary with a single rpath that points to the top-level
  application directory, relative to ``@loader_path``. This ensures that
  the library identifiers of collected shared libraries and their
  references in referring binaries always match, which allows packages
  to pre-load a library from an arbitrary location via for example
  ``ctypes``. (:issue:`7664`)
* (Windows) Fix string serialization of ``VSVersionInfo`` to account for
  the possibility of ``StringStruct`` values containing quote characters.
  (:issue:`7630`)
* Attempt to fix compatibility of PyInstaller's ``PyiFrozenImporter`` with
  ``importlib.util.LazyLoader``. (:issue:`7657`)
* Attempt to mitigate issues with Anaconda ``pywin32`` package that
  result from the package installing three copies of ``pywintypes3X.dll``
  and ``pythoncom3X.dll`` in different locations. (:issue:`7627`)
* Changes made to ``datas`` and ``binaries`` lists that are passed to
  ``Analysis`` constructor will now invalidate the cached ``Analysis``
  and trigger a re-build. This applies both to changes made by editing
  the .spec file manually and to automatic changes due to addition or
  removal of corresponding command-line options (:option:`--add-data`,
  :option:`--add-binary`, :option:`--collect-data`,
  :option:`--collect-binaries`, :option:`--copy-metadata`).
  Previously, changes might not have taken effect as the old cached build
  was returned if available and unless user explicitly requested a clean
  build using the :option:`--clean` command-line option. (:issue:`7653`)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d44373a8ba07fc8719dad6de0ad834b8012578ad&quot;&gt;&lt;code&gt;d44373a&lt;/code&gt;&lt;/a> Release v5.12.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e295cd6855a41d6408b6157b457a0b3bb4ce78e3&quot;&gt;&lt;code&gt;e295cd6&lt;/code&gt;&lt;/a> compat: add ipaddress module to base modules for python &gt;= 3.11.4</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fbfc241f36cd3557448a6dafd7aa18fea5d64c6c&quot;&gt;&lt;code&gt;fbfc241&lt;/code&gt;&lt;/a> CI/CD: Unpin Python+Alpine test container.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b979afea14bc89da17e1f524c76838c785f2ae4b&quot;&gt;&lt;code&gt;b979afe&lt;/code&gt;&lt;/a> CI/CD: Alpine: Drop lxml build libraries.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/57c5c01f3ce340a384c72751158c7ba8393c8139&quot;&gt;&lt;code&gt;57c5c01&lt;/code&gt;&lt;/a> Docs: Unpin cerfi (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7684&quot;&gt;#7684&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/14de9a3487be2ade955a87d1dc9369d997ab6bff&quot;&gt;&lt;code&gt;14de9a3&lt;/code&gt;&lt;/a> hookutils: qt: collect qt_{lang} translation files</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/da382ede1711e3f6bb5ddba38b467bf49aad9453&quot;&gt;&lt;code&gt;da382ed&lt;/code&gt;&lt;/a> splash: perform binary dependency analysis on Tcl/Tk shared libraries</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9faaaf07412981a25e629241025ec110ada6e865&quot;&gt;&lt;code&gt;9faaaf0&lt;/code&gt;&lt;/a> bootloader: splash: gracefully handle failure to load Tcl/Tk libs</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fd7da05062fa41617ab773a5c30ffe089902a2d9&quot;&gt;&lt;code&gt;fd7da05&lt;/code&gt;&lt;/a> tests: splash: extend splash tests with tkinter-enabled variant</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1a667d97733d875a6d515574ca733767cffe9a35&quot;&gt;&lt;code&gt;1a667d9&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 23 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7677&quot;&gt;#7677&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.11.0...v5.12.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jun 12, 2023
@RobPasMue RobPasMue enabled auto-merge (squash) June 12, 2023 06:04
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-5.12.0 branch from 017661c to a3a8e9f Compare June 12, 2023 06:09
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-5.12.0 branch from a3a8e9f to 52325bd Compare June 12, 2023 06:14
@RobPasMue RobPasMue merged commit 7419b14 into main Jun 12, 2023
@RobPasMue RobPasMue deleted the dependabot/pip/pyinstaller-5.12.0 branch June 12, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants