unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

Bump pyinstaller from 4.10 to 5.0.1 #139

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pyinstaller from 4.10 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.

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

Codecov Report

Merging #139 (42f9098) into master (0c17496) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #139   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          159       159           
=========================================
  Hits           159       159           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0c17496...42f9098. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #143.