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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyinstaller from 5.0.1 to 5.1 #36

Merged
merged 1 commit into from
May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2022

Bumps pyinstaller from 5.0.1 to 5.1.

Release notes

Sourced from pyinstaller's releases.

v5.1

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

Changelog

Sourced from pyinstaller's changelog.

5.1 (2022-05-17)

Bugfix


* (Windows) Fix the regression causing the (relative) spec path ending up
  prepended to relative icon path twice, resulting in icon not being found.
  (:issue:`6788`)
* Prevent collection of an entire Python site when using
  :func:`~PyInstaller.utils.hooks.collect_data_files` or
  :func:`~PyInstaller.utils.hooks.collect_dynamic_libs` for single-file modules
  (:issue:`6789`)
* Prevent the hook utility functions, such as
  :func:`~PyInstaller.utils.hooks.collect_submodules`,
  :func:`~PyInstaller.utils.hooks.collect_data_files`, and
  :func:`~PyInstaller.utils.hooks.collect_dynamic_libs`, from failing to
  identify a package when its PEP451-compliant loader does not implement
  the optional ``is_package`` method. (:issue:`6790`)
* The :func:`~PyInstaller.utils.hooks.get_package_paths` function now
  supports PEP420 namespace packages - although for backwards-compatibility
  reasons, it returns only the first path when multiple paths are
  present. (:issue:`6790`)
* The hook utility functions
  :func:`~PyInstaller.utils.hooks.collect_submodules`,
  :func:`~PyInstaller.utils.hooks.collect_data_files`, and
  :func:`~PyInstaller.utils.hooks.collect_dynamic_libs`) now support
  collection from PEP420 namespace packages. (:issue:`6790`)
* The user-provided spec file path and paths provided via :option:`--workpath`
  and :option:`--distpath` are now resolved to absolute full paths before being
  passed to PyInstaller's internals. (:issue:`6788`)

Hooks


* Exclude ``doctest`` in the ``pickle`` hook. Update ``PySide2``, ``PySide6``,
  ``PyQt5``, and ``PyQt6`` hooks with hidden imports that were previously
  pulled in by ``doctest`` (that was in turn pulled in by ``pickle``).
  (:issue:`6797`)

Bootloader
</code></pre>
<ul>
<li>(Windows) Update the bundled <code>zlib</code> sources to v1.2.12. (:issue:<code>6804</code>)</li>
</ul>
<p>Bootloader build</p>
<pre><code>&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/4b9fd01d7dc5a0aae3ba7c100437547915464f0e&quot;&gt;&lt;code&gt;4b9fd01&lt;/code&gt;&lt;/a> Release 5.1.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3ef83b74e3ba8a3d4749aabafae2d7b3f9edbad5&quot;&gt;&lt;code&gt;3ef83b7&lt;/code&gt;&lt;/a> Fix towncrier template (again 馃槨).</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3dded2226c81b957ff4faf95690c68ebe8a485f1&quot;&gt;&lt;code&gt;3dded22&lt;/code&gt;&lt;/a> add FUNDING.yml</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/722b128657a1a42192db773e2a20682b3dc73296&quot;&gt;&lt;code&gt;722b128&lt;/code&gt;&lt;/a> compat: remove incorrect type hint</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/0d9a1d3db898db2090499668cb69b74ace008634&quot;&gt;&lt;code&gt;0d9a1d3&lt;/code&gt;&lt;/a> Bump required pyinstaller-hooks-contrib version</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/29c63dd2f957dc145dceddf529891c4c1c77babd&quot;&gt;&lt;code&gt;29c63dd&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 19 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6814&quot;&gt;#6814&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/04efaa12c470cc6f236f5c627768976df2659d62&quot;&gt;&lt;code&gt;04efaa1&lt;/code&gt;&lt;/a> CI/CD: Unbutcher sdist test.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c76087c9d3b89140cb3f91c998bea5a521536fa0&quot;&gt;&lt;code&gt;c76087c&lt;/code&gt;&lt;/a> Fix syntax error in CI workflow.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8765748ecf43c72ff573208d5236e67e8c9d7f30&quot;&gt;&lt;code&gt;8765748&lt;/code&gt;&lt;/a> Setup: Exclude non-native icons from wheels.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/50193fd48159ca42e80ac2ce413edb1474cf93bf&quot;&gt;&lt;code&gt;50193fd&lt;/code&gt;&lt;/a> Bootloader: Building: Cherry pick waf+MSVC long path fix.</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.0.1...v5.1&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 5.0.1 to 5.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.0.1...v5.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2022
@Luois45
Copy link
Owner

Luois45 commented May 23, 2022

@dependabot merge

@dependabot dependabot bot merged commit 489ca86 into main May 23, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-5.1 branch May 23, 2022 15:26
@Luois45
Copy link
Owner

Luois45 commented May 23, 2022

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2022

This PR has already been merged! 馃帀

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant