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.2 #50

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps pyinstaller from 4.2 to 5.6.2.

Release notes

Sourced from pyinstaller's releases.

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.

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.

... (truncated)

Changelog

Sourced from pyinstaller's changelog.

5.6.2 (2022-10-31)

Bugfix


* (Linux, macOS) Fix the regression in shared library collection, where
  the shared library would end up collected under its fully-versioned
  .so name (e.g., ``libsomething.so.1.2.3``) instead of its originally
  referenced name (e.g., ``libsomething.so.1``) due to accidental
  symbolic link resolution. (:issue:`7189`)

5.6.1 (2022-10-25)

Bugfix

  • (macOS) Fix regression in macOS app bundle signing caused by a typo made in :issue:7180. (:issue:7184)

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
    </tr></table>
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/09b8a1ebd0a62c4e61de61cd33c739c997249a89&quot;&gt;&lt;code&gt;09b8a1e&lt;/code&gt;&lt;/a> Release v5.6.2. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/93446fffd58ae33992031902607daa6a0ffc1996&quot;&gt;&lt;code&gt;93446ff&lt;/code&gt;&lt;/a> Add <code>--log-level</code> to spec-file command-line options.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/17c9d6be6a720f1aef737340b6ce0c773410c018&quot;&gt;&lt;code&gt;17c9d6b&lt;/code&gt;&lt;/a> depend: do not resolve symlinks during dylib parent dir preservation</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/780c08d7f1827b37bfc94751a411d71451e04a35&quot;&gt;&lt;code&gt;780c08d&lt;/code&gt;&lt;/a> Release v5.6.1. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3b07670f6bb9c65dc9c3af1120da4a5d768ee776&quot;&gt;&lt;code&gt;3b07670&lt;/code&gt;&lt;/a> tests: add basic macOS bundle signing tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/39467f3aee2ab191a2c20e632abe42096b1db8bb&quot;&gt;&lt;code&gt;39467f3&lt;/code&gt;&lt;/a> building: BUNDLE: add an option for codesign error to be fatal</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9a6820c35a080dae4b497d507aa39b174fb4a066&quot;&gt;&lt;code&gt;9a6820c&lt;/code&gt;&lt;/a> Fix symlinking of data files from Resources to MacOS</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/87578de3c7557766eea83858deee6c2b89c15017&quot;&gt;&lt;code&gt;87578de&lt;/code&gt;&lt;/a> Release v5.6. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7b39785ae56386a4705e127e7a11bbb2467e8bd1&quot;&gt;&lt;code&gt;7b39785&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 43 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7182&quot;&gt;#7182&lt;/a&gt;)&lt;/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>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.2...v5.6.2&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.2.
- [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.2)

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

dependabot bot commented on behalf of github Dec 6, 2022

Superseded by #58.

@dependabot dependabot bot closed this Dec 6, 2022
@dependabot dependabot bot deleted the dependabot/pip/nightly/pyinstaller-5.6.2 branch December 6, 2022 13:10
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