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.6 #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps pyinstaller from 4.2 to 5.6.

Release notes

Sourced from pyinstaller's releases.

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.

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.

v4.3

Please see the changelog if you wish to see a full list of changes.

Changelog

Sourced from pyinstaller's changelog.

5.6 (2022-10-23)

Features


* Add official support for Python 3.11. (Note that PyInstaller v5.5 is also
  expected to work but has only been tested with a pre-release of Python 3.11.)
  (:issue:`6783`)
* Implement a new hook utility function,
  :func:`~PyInstaller.utils.hooks.collect_delvewheel_libs_directory`,
  intended for dealing with external shared library in ``delvewheel``-enabled
  PyPI
  wheels for Windows. (:issue:`7170`)

Bugfix


* (macOS) Fix OpenCV (``cv2``) loader error in generated macOS .app
  bundles, caused by the relocation of package's source .py files.
  (:issue:`7180`)
* (Windows) Improve compatibility with ``scipy`` 1.9.2, whose Windows wheels
  switched to ``delvewheel``, and therefore have shared libraries located in
  external .libs directory. (:issue:`7168`)
  • (Windows) Limit the DLL parent path preservation behavior from :issue:7028
    to files collected from site-packages directories (as returned by
    :func:site.getsitepackages and :func:site.getusersitepackages) instead of all
    paths in :data:sys.path, to avoid unintended behavior in corner cases, such as
    :data:sys.path containing the drive root or user's home directory.
    (:issue:7155)

  • Fix compatibility with PySide6 6.4.0, where the deprecated
    Qml2ImportsPath location key is not available anymore; use the
    new QmlImportsPath key when it is available. (:issue:7164)

  • Prevent PyInstaller runtime hook for setuptools from attempting to
    override distutils with setuptools-provided version when
    setuptools is collected and its version is lower than 60.0. This
    both mimics the unfrozen behavior and prevents errors on versions
    between 50.0 and 60.0, where we do not explicitly collect
    setuptools._distutils. (:issue:7172)

Incompatible Changes
</code></pre>
<ul>
<li>(macOS) In generated macOS .app bundles, the collected source .py files
are not relocated from <code>Contents/MacOS</code> to <code>Contents/Resources</code>
anymore, to avoid issues when the path to a .py file is supposed to</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/acc4f4dc36358e1466d95b8134aefb2709452f6f&quot;&gt;&lt;code&gt;acc4f4d&lt;/code&gt;&lt;/a> Release v5.6. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/af2cd6999c2c4b6a9648fa057290c0cb68efbade&quot;&gt;&lt;code&gt;af2cd69&lt;/code&gt;&lt;/a> depend: DLL parent path preservation: work around for pywin32</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/69b94c0fa27992b5f82a4f446353a55698dcb131&quot;&gt;&lt;code&gt;69b94c0&lt;/code&gt;&lt;/a> depend: limit DLL parent path preservation to site-packages</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/46a5950d0c39b248588e9bc4d437ef6f7c54313c&quot;&gt;&lt;code&gt;46a5950&lt;/code&gt;&lt;/a> building: BUNDLE: exempt collected .py/.pyc files from relocation</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/64f6f8b62127380334a10c838358b77b2dd59199&quot;&gt;&lt;code&gt;64f6f8b&lt;/code&gt;&lt;/a> README; Add &quot;.. code:: bash&quot; to code-blocks to enable GItHub's copy to clipbo...</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/30bff2395dc472f79a27112ffc1e914619ddb042&quot;&gt;&lt;code&gt;30bff23&lt;/code&gt;&lt;/a> hooks: setuptools: do not enable distutils hack for setuptools &lt; 60.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fe4a77c52f9810a30e7dc62319a4764bd9f2ab2e&quot;&gt;&lt;code&gt;fe4a77c&lt;/code&gt;&lt;/a> hooks: scipy: improve compatibility with scipy 1.9.2 on Windows</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9373f07c7724d3bc7a55da9b36a251f5965e3b51&quot;&gt;&lt;code&gt;9373f07&lt;/code&gt;&lt;/a> hookutils: implement a helper for dealing with delvewheel-enabled wheels</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/ae39735fd8c79e63a4c29961f1de803627867656&quot;&gt;&lt;code&gt;ae39735&lt;/code&gt;&lt;/a> tests: add a basic top-level scipy import test</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b0227e5a4e44a2d2eeb3444d7efa05f1b2499a54&quot;&gt;&lt;code&gt;b0227e5&lt;/code&gt;&lt;/a> ci: bump used action versions to ones that use Node 16</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.2...v5.6&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.6.
- [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.6)

---
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 Oct 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 26, 2022

Superseded by #49.

@dependabot dependabot bot closed this Oct 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/nightly/pyinstaller-5.6 branch October 26, 2022 13:36
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
Development

Successfully merging this pull request may close these issues.

0 participants