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-dev): bump pyinstaller from 4.5.1 to 4.6 #27

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2021

Bumps pyinstaller from 4.5.1 to 4.6.

Release notes

Sourced from pyinstaller's releases.

Release v4.6

Please see the v4.6 section of the changelog for a list of the changes since v4.5.1.

Changelog

Sourced from pyinstaller's changelog.

4.6 (2021-10-29)

Features


* Add support for Python 3.10. (:issue:`[#5693](https://github.com/pyinstaller/pyinstaller/issues/5693)`)
  • (Windows) Embed the manifest into generated onedir executables by default, in order to avoid potential issues when user renames the executable (e.g., the manifest not being found anymore due to activation context caching when user renames the executable and attempts to run it before also renaming the manifest file). The old behavior of generating the external manifest file in onedir mode can be re-enabled using the :option:--no-embed-manifest command-line switch, or via the embed_manifest=False argument to EXE() in the .spec file. (:issue:[#6248](https://github.com/pyinstaller/pyinstaller/issues/6248))
  • (Windows) Respect :pep:239 encoding specifiers in Window's VSVersionInfo files. (:issue:[#6259](https://github.com/pyinstaller/pyinstaller/issues/6259))
  • Implement basic resource reader for accessing on-filesystem resources (data files) via importlib.resources (python >= 3.9) or importlib_resources (python <= 3.8). (:issue:[#5616](https://github.com/pyinstaller/pyinstaller/issues/5616))
  • Ship precompiled wheels for musl-based Linux distributions (such as Alpine or OpenWRT) on x86_64 and aarch64. (:issue:[#6245](https://github.com/pyinstaller/pyinstaller/issues/6245))

Bugfix


* (macOS) Ensure that executable pre-processing and post-processing steps
  (target arch selection, SDK version adjustment, (re)signing) are applied in
  the stand-alone PKG mode. (:issue:`[#6251](https://github.com/pyinstaller/pyinstaller/issues/6251)`)
* (macOS) Robustify the macOS assembly pipeline to work around the issues with
  the ``codesign`` utility on macOS 10.13 High Sierra. (:issue:`[#6167](https://github.com/pyinstaller/pyinstaller/issues/6167)`)
* (Windows) Fix collection of ``sysconfig`` platform-specific data module when
  using MSYS2/MINGW python. (:issue:`[#6118](https://github.com/pyinstaller/pyinstaller/issues/6118)`)
* (Windows) Fix displayed script name and exception message in the
  unhandled exception dialog (windowed mode) when bootloader is compiled
  using the ``MinGW-w64`` toolchain. (:issue:`[#6199](https://github.com/pyinstaller/pyinstaller/issues/6199)`)
* (Windows) Fix issues in ``onedir`` frozen applications when the bootloader
  is compiled using a toolchain that forcibly embeds a default manifest
  (e.g., the ``MinGW-w64`` toolchain from ``msys2``). The issues range from
  manifest-related options (e.g., ``uac-admin``) not working to windowed frozen
  application not starting at all (with the ``The procedure entry point
  LoadIconMetric could not be located...`` error message). (:issue:`[#6196](https://github.com/pyinstaller/pyinstaller/issues/6196)`)
* (Windows) Fix the declared length of strings in the optional embedded
  product version information resource structure. The declared lengths
  were twice too long, and resulted in trailing garbage characters when
  the version information was read using `ctypes` and winver API.
&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/6eae2c7cf93a968ddc054339e0cb3063f90d0e64&quot;&gt;&lt;code&gt;6eae2c7&lt;/code&gt;&lt;/a> release v4.6</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c45a1d9b26daa28a3fed7b8c463311233a94b683&quot;&gt;&lt;code&gt;c45a1d9&lt;/code&gt;&lt;/a> Change README version for release</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7f370f03d0911e636c0294a1d017ac0907cee9bb&quot;&gt;&lt;code&gt;7f370f0&lt;/code&gt;&lt;/a> rebuild man pages</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/0540bcb697cee33725d55c08c40165762497f38f&quot;&gt;&lt;code&gt;0540bcb&lt;/code&gt;&lt;/a> Prepare for release 4.6</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/ad5c802113974599eac4a5c5e90492f6a9e99414&quot;&gt;&lt;code&gt;ad5c802&lt;/code&gt;&lt;/a> Setup: Block installation on too new Python versions. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/6feeff2826b1761cad8c22247aa66e2167d1661b&quot;&gt;&lt;code&gt;6feeff2&lt;/code&gt;&lt;/a> Fix compatibility with MIPS and loongarch64 architectures. (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6306&quot;&gt;#6306&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e8f25f78974096a40dd50684bc831ff01b5e0b0b&quot;&gt;&lt;code&gt;e8f25f7&lt;/code&gt;&lt;/a> Add hooks for PyQt6/PySide6 QtOpenGLWidgets and add a dynamic dependency (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6310&quot;&gt;#6310&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1f9a2890dfa99525549bbbfdb985352154bff492&quot;&gt;&lt;code&gt;1f9a289&lt;/code&gt;&lt;/a> Rebuild the bootloaders</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9ddea56950ac81e31ff206ce52147bd7c6243a59&quot;&gt;&lt;code&gt;9ddea56&lt;/code&gt;&lt;/a> bootloader: add Dockerfile.osxcross</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/6f1d54c05ddbfb80bd8dc06547c79775bf9240bd&quot;&gt;&lt;code&gt;6f1d54c&lt;/code&gt;&lt;/a> Doc: Declare support for Python 3.10.</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.5.1...v4.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.5.1 to 4.6.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.6/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.5.1...v4.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2021
@dogtopus dogtopus merged commit ffdd8cc into master Oct 29, 2021
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-4.6 branch October 29, 2021 21:19
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