Skip to content

Bump pyinstaller from 4.3 to 5.0.1 #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps pyinstaller from 4.3 to 5.0.1.

Release notes

Sourced from pyinstaller's releases.

Release v5.0

Please see the v5.0 section of the changelog for a list of the changes since v4.10.

Release v4.10

Please see the v4.10 section of the changelog for a list of the changes since v4.9.

Release v4.9

Please see the v4.9 section of the changelog for a list of the changes since v4.8.

Release v4.8

Please see the v4.8 section of the changelog for a list of the changes since v4.7.

Release v4.7

Please see the v4.7 section of the changelog for a list of the changes since v4.6.

Release v4.6

Please see the v4.6 section of the changelog for a list of the changes since v4.5.1.

Release 4.5.1

Please see the v4.5.1 section of the changelog for a list of the bufixes since v4.5.

v4.5

Please see the v4.5 section of the changelog for the new features and bufixes since v4.4.

v4.4

See the the v4.4 section of the changelog for the new features and bugfixes since v4.3.

Changelog

Sourced from pyinstaller's changelog.

5.0.1 (2022-04-25)

Bugfix


* (Linux) Have ``glib`` runtime hook prepend the frozen application's data
  dir to the ``XDG_DATA_DIRS`` environment variable instead of completely
  overwriting it. This should fix the case when ``xdg-open`` is used to
  launch a system-installed application (for example, opening an URL in a
  web browser via the ``webbrowser`` module) and no registered applications
  being found. (:issue:`3668`)
* Prevent unactionable errors raised by UPX from terminating the build.
  (:issue:`6757`)
* Restore the pre PyInstaller 5.0 behavior of resolving relative paths to icons
  as
  relative to the spec file rather than the current working directory.
  (:issue:`6759`)
* (Windows) Update system DLL inclusion list to allow collection of DLLs from
  Visual Studio 2012 (VC11) runtime and Visual Studio 2013 (VC12) runtime,
  as well as the latest version of Visual Studio 2015/2017/2019/2022 (VC14)
  runtime (14.3). (:issue:`6778`)

Hooks


* Refactor ``QtWebEngine`` hooks to support both pure Widget-based and
  pure QML/Quick-based applications. (:issue:`6753`)
* Update PySide6 and PyQt6 hooks for compatibility with Qt 6.3. ``QtWebEngine``
  on Windows and Linux does not provide the ``qt.conf`` file for the helper
  executable anymore, so we generate our own version of the file in order for
  ``QtWebengine`` -based frozen applications to work. (:issue:`6769`)

5.0 (2022-04-15)

Features
</code></pre>
<ul>
<li>(macOS) App bundles built in <code>onedir</code> mode can now opt-in for :ref:<code>argv emulation &lt;macos event forwarding and argv emulation&gt;</code> so that file paths
passed from the UI (<code>Open with...</code>) are reflected in :data:<code>sys.argv</code>.
(:issue:<code>5908</code>)</li>
<li>(macOS) App bundles built in <code>onedir</code> mode can now opt-in for :ref:<code>argv emulation &lt;macos event forwarding and argv emulation&gt;</code> so that file paths
received in initial drag &amp; drop event are reflected in :data:<code>sys.argv</code>.
(:issue:<code>5436</code>)</li>
<li>(macOS) The :ref:<code>argv emulation &lt;macos event forwarding and argv emulation&gt;</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9cd95992503194f75f735a9e5949d8f19b386343&quot;&gt;&lt;code&gt;9cd9599&lt;/code&gt;&lt;/a> Release v5.0.1.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/111232eba245e8d6cf370072b90aff7778b34184&quot;&gt;&lt;code&gt;111232e&lt;/code&gt;&lt;/a> depend: allow collection of DLLs from VC11, VC12, and VC14.3</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/ca05c6e7463999dd4e44f1fedb2e6c6070c9ba49&quot;&gt;&lt;code&gt;ca05c6e&lt;/code&gt;&lt;/a> Resolve icon paths relative to specpath instead of cwd (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6759&quot;&gt;#6759&lt;/a>). (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6775&quot;&gt;#6775&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e39ca1f2981ec4e82375465c359dc8c0aa0b0ce4&quot;&gt;&lt;code&gt;e39ca1f&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 17 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6776&quot;&gt;#6776&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d6e47cff675977ac9c73afe578ca5bf6eb3fad58&quot;&gt;&lt;code&gt;d6e47cf&lt;/code&gt;&lt;/a> rthooks: glib: prepend XDG_DATA_PATH instead of overwriting it</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/557d035c495eb8c934a2832b03870c324dfbb2d9&quot;&gt;&lt;code&gt;557d035&lt;/code&gt;&lt;/a> tests: update PyQt6 and PySide6 to version 6.3</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2ae6914ab27b8ed4f0a058fc205a0960e0748efb&quot;&gt;&lt;code&gt;2ae6914&lt;/code&gt;&lt;/a> hooks: generate our own qt.conf file if original is missing</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/85e704725fc8b5c1a98f1d2c8a7af3c2e595f106&quot;&gt;&lt;code&gt;85e7047&lt;/code&gt;&lt;/a> hooks: move qt.conf collection into QtWebEngine hooks</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/43fe16914920fce48d4eb37ae1e1e08e41e5ed27&quot;&gt;&lt;code&gt;43fe169&lt;/code&gt;&lt;/a> hookutils: add qt6webenginequick mapping to dynamic deps dictionary</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/947a96a8d2fc80bb76a4492fc9b631d642cf5065&quot;&gt;&lt;code&gt;947a96a&lt;/code&gt;&lt;/a> tests: fixup QtWebEngine Qml/Quick test</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.3...v5.0.1&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)

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.3 to 5.0.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.3...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2022

Superseded by #88.

@dependabot dependabot bot closed this May 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-5.0.1 branch May 17, 2022 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants