Skip to content
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

Bump pyinstaller from 4.2 to 5.9.0 #56

Open
wants to merge 1 commit into
base: nightly
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Bumps pyinstaller from 4.2 to 5.9.0.

Release notes

Sourced from pyinstaller's releases.

v5.9.0

Please see the v5.9.0 section of the changelog for a list of the changes since v5.8.0.

v5.8.0

Please see the v5.8.0 section of the changelog for a list of the changes since v5.7.0.

v5.7.0

Please see the v5.7.0 section of the changelog for a list of the changes since v5.6.2.

v5.6.2

Please see the v5.6.2 section of the changelog for a list of the changes since v5.6.1.

v5.6.1

Please see the v5.6.1 section of the changelog for a list of the changes since v5.6.

v5.6

Please see the v5.6 section of the changelog for a list of the changes since v5.5.

v5.5

Please see the v5.5 section of the changelog for a list of the changes since v5.4.1.

v5.4.1

Please see the v5.4.1 section of the changelog for a list of the changes since v5.4.

v5.4

Please see the v5.4 section of the changelog for a list of the changes since v5.3.

v5.3

Please see the v5.3 section of the changelog for a list of the changes since v5.2.

v5.2

Please see the v5.2 section of the changelog for a list of the changes since v5.1.

v5.1

Please see the v5.1 section of the changelog for a list of the changes.

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.

... (truncated)

Changelog

Sourced from pyinstaller's changelog.

5.9.0 (2023-03-13)

Features


* Choose :ref:`hooks provided by packages <provide hooks with package>` over
  hooks from
  `pyinstaller-hooks-contrib <https://github.com/pyinstaller/pyinstaller-hooks-contrib/>`_
  if both provide the same hook. (:issue:`7456`)

Bugfix


* Fix changes to :data:`sys.path` made in the spec file being ignored by hook
  utility functions (e.g. :func:`~PyInstaller.utils.hooks.collect_submodules`).
  (:issue:`7456`)

5.8.0 (2023-02-11)

Features
</code></pre>
<ul>
<li>Compile the collected GLib schema files using <code>glib-schema-compiler</code>
instead of collecting the pre-compiled <code>gschemas.compiled</code> file, in
order to properly support collection of schema files from multiple
locations. Do not collect the source schema files anymore, as only
<code>gschemas.compiled</code> file should be required at run time. (:issue:<code>7394</code>)</li>
</ul>
<p>Bugfix</p>
<pre><code>

  • (Cygwin) Avoid using Windows-specific codepaths that require
    pywin32-ctypes functionality that is not available in Cygwin
    environment. (:issue:7382)
  • (non-Windows) Fix race condition in environment modification done by
    multiprocessing runtime hook when multiple threads concurrently
    spawn processes using the spawn method. (:issue:7410)
  • (Windows) Changes in the version info file now trigger rebuild of the
    executable file. (:issue:7338)
  • Disallow empty source path in the binaries and datas tuples
    that are returned from the hooks and sanitized in the
    PyInstaller.building.utils.format_binaries_and_datas. The empty
    source path is usually result of an error in the hook's path retrieval
    code, and causes implicit collection of the whole current working
    directory. This is never the intended behavior, so raise a SystemExit.
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/77022483b440448c62efd264ab5c5d5dd26b2e03&quot;&gt;&lt;code&gt;7702248&lt;/code&gt;&lt;/a> Release v5.9.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/89a1f69beaf03d47531573d538580717927c94d6&quot;&gt;&lt;code&gt;89a1f69&lt;/code&gt;&lt;/a> Replace deprecated error with BadZipFile</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8bcf75fad851fc6597d678800e8ec6d5675a139d&quot;&gt;&lt;code&gt;8bcf75f&lt;/code&gt;&lt;/a> Replace deprecated BadZipfile with BadZipFile</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/df992f17040a76fac5ac21d1edbfd72bb751c217&quot;&gt;&lt;code&gt;df992f1&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 11 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7486&quot;&gt;#7486&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/960a5d3ea39701a64793b7d6d5b336d225e1fd8d&quot;&gt;&lt;code&gt;960a5d3&lt;/code&gt;&lt;/a> Remove hook-numpy._pytesttester.py.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/0f0147e55cdd65272f555ebc0e708c3e162a2a48&quot;&gt;&lt;code&gt;0f0147e&lt;/code&gt;&lt;/a> Remove <em>Several hooks defined for</em> warning. (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7477&quot;&gt;#7477&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a0085221fd6b514028bdc3103ef591d30096d4c0&quot;&gt;&lt;code&gt;a008522&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 10 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7475&quot;&gt;#7475&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/330339781b275ad843837ba91cecf88e1caeaacc&quot;&gt;&lt;code&gt;3303397&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 09 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7465&quot;&gt;#7465&lt;/a&gt;).&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a9b8d35c6d354fde9bef6fc95563262ea045e032&quot;&gt;&lt;code&gt;a9b8d35&lt;/code&gt;&lt;/a> Propagate sys.path to PyInstaller.isolated subprocesses.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/556cd59e66a8b034d8061267ef9b5dea05526821&quot;&gt;&lt;code&gt;556cd59&lt;/code&gt;&lt;/a> Prevent pyinstaller-hooks-contrib <em>randomly</em> shadowing hooks from packages.</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.2...v5.9.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)

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.2 to 5.9.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.2...v5.9.0)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 14, 2023
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 python Pull requests that update Python code
Projects
None yet
0 participants