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

build(deps): bump pyinstaller from 5.9.0 to 5.13.0 #9663

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pyinstaller from 5.9.0 to 5.13.0.

Release notes

Sourced from pyinstaller's releases.

v5.13.0

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

Note that this is intended to be the last v5.x release. v6.0 will contain breaking changes from #7619, #7713 and #6999. If you want to avoid unexpected disruption, you may wish to pin pyinstaller (e.g. pip install "pyinstaller<6").

v5.12.0

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

v5.11.0

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

v5.10.1

Please see the v5.10.1 section of the changelog for a list of the changes since v5.10.0.

v5.10.0

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

Changelog

Sourced from pyinstaller's changelog.

5.13.0 (2023-06-24)

Features


* Add support for Python 3.12. (:issue:`7670`)
* (Windows) Add support for collecting .pyc files from the ``python3X.zip``
  archive where ``Windows embeddable package`` Python stores its stdlib modules.
  (:issue:`4989`)

Bugfix


* Limit the import of collected packages prior to performing binary
  dependency analysis to only Windows, where it is actually useful.
  On non-Windows platforms, there is no benefit to it, and it might
  cause issues with particular orders of package imports. (:issue:`7698`)
* When building PKG for ``onedir`` build, ensure that ``DATA`` entries
  are put into dependencies list instead of including them in the PKG.
  This complements existing behavior for ``BINARY`` and ``EXTENSION``
  entries, and prevents a ``onedir`` build from becoming a broken
  ``onefile`` one if user accidentally passes binaries and data files
  TOCs to ``EXE`` instead of `COLLECT` when manually editing the
  spec file. (:issue:`7708`)

5.12.0 (2023-06-08)

Features
</code></pre>
<ul>
<li>(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 <code>@loader_path</code>. (:issue:<code>7664</code>)</li>
<li>Attempt to preserve the parent directory layout for <code>pywin32</code>
extensions that originate from <code>win32</code> and <code>pythonwin</code> directories,
instead of collecting those extensions to top-level application directory.
(:issue:<code>7627</code>)</li>
</ul>
<p>Bugfix</p>
<pre><code>

  • (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
    &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/58b8235b0ecd474f71c56e119d2889bf09026cb4&quot;&gt;&lt;code&gt;58b8235&lt;/code&gt;&lt;/a> Release v5.13.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/63738a41d43839fa905473217e0141a00053c7e3&quot;&gt;&lt;code&gt;63738a4&lt;/code&gt;&lt;/a> rthook: harden run-time hooks against global namespace changes</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/732de6be4098d4c1ea320febb536454679f261be&quot;&gt;&lt;code&gt;732de6b&lt;/code&gt;&lt;/a> building: macOS: extend library path rewriting to all relocatable load comman...</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/92c8fe4e94c708f625aa28bb9541a2a4976a5f76&quot;&gt;&lt;code&gt;92c8fe4&lt;/code&gt;&lt;/a> Revert installing pywin32-ctypes from git on Python 3.12.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/72f19ea862e66dd1066cfbd7abd7e47b3445b43c&quot;&gt;&lt;code&gt;72f19ea&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 25 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/7716&quot;&gt;#7716&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1cc6719f74a4416e5744ca22603add5128bac94d&quot;&gt;&lt;code&gt;1cc6719&lt;/code&gt;&lt;/a> building: add support for collecting .pyc files from .zip archives</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1bf2be5f27ccbb3113416eee28e82cb37ff856e6&quot;&gt;&lt;code&gt;1bf2be5&lt;/code&gt;&lt;/a> tests: improve ctypes.util.find_library compatibility check on macOS</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5b85fcc53d301f0fac6200d95cb053ca9476293e&quot;&gt;&lt;code&gt;5b85fcc&lt;/code&gt;&lt;/a> Add Python 3.12 to README, add news fragment</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/048a51dcbeff9edc5f797044da5020ed90df3525&quot;&gt;&lt;code&gt;048a51d&lt;/code&gt;&lt;/a> hooks: add pre-safe-import-module hook for distutils</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fa1a009a2c7a1be1ad5152bb03a846048b92d032&quot;&gt;&lt;code&gt;fa1a009&lt;/code&gt;&lt;/a> test/bytecode: Update test for scanning nested code objects.</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.9.0...v5.13.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)

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (5cff489) 90.62% compared to head (f73b757) 90.62%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9663   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files         472      472           
  Lines       36283    36283           
  Branches     5218     5218           
=======================================
  Hits        32883    32883           
  Misses       2814     2814           
  Partials      586      586           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.9.0 to 5.13.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.9.0...v5.13.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.13.0 branch from a97f760 to f73b757 Compare July 2, 2023 20:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 2, 2023

Looks like pyinstaller is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-5.13.0 branch July 2, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants