Skip to content

Bump pyinstaller from 4.3 to 4.7 #69

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2021

Bumps pyinstaller from 4.3 to 4.7.

Release notes

Sourced from pyinstaller's releases.

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.

Changelog

Sourced from pyinstaller's changelog.

4.7 (2021-11-10)

Bugfix


* Fix a bug since v4.6 where certain Unix system directories were incorrectly
  assumed to exist and resulted in
  a :class:`FileNotFoundError`. (:issue:`[#6331](https://github.com/pyinstaller/pyinstaller/issues/6331)`)

Hooks


* Update ``sphinx`` hook for compatibility with latest version (4.2.0).
  (:issue:`[#6330](https://github.com/pyinstaller/pyinstaller/issues/6330)`)

Bootloader
</code></pre>
<ul>
<li>(Windows) Explicitly set <code>NTDDI_VERSION=0x06010000</code> and
<code>_WIN32_WINNT=0x0601</code> when compiling Windows bootloaders to request
Windows 7 feature level for Windows headers. The windowed bootloader
requires at least Windows Vista feature level, and some toolchains
(e.g., mingw cross-compiler on linux) set too low level by default.
(:issue:<code>#6338</code>)</li>
<li>(Windows) Remove the check for the unused <code>windres</code> utility when compiling
with MinGW toolchain. (:issue:<code>#6339</code>)</li>
<li>Replace use of <code>PyRun_SimpleString</code> with <code>PyRun_SimpleStringFlags</code>.
(:issue:<code>#6332</code>)</li>
</ul>
<h2>4.6 (2021-10-29)</h2>
<p>Features</p>
<pre><code>

  • 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))
    &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/41842f5ad31dd33d7ba4ae03daace2287c80dcb7&quot;&gt;&lt;code&gt;41842f5&lt;/code&gt;&lt;/a> release v4.7</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b4cd8e7e11fdd614e4cf7cc510b40c950adca023&quot;&gt;&lt;code&gt;b4cd8e7&lt;/code&gt;&lt;/a> Update README version for release</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5c72041b47fcf12915b1228f8bf9255a4b5e168d&quot;&gt;&lt;code&gt;5c72041&lt;/code&gt;&lt;/a> rebuild man pages</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/ec02dad83177461a26e5a35fb0050750c192bc5d&quot;&gt;&lt;code&gt;ec02dad&lt;/code&gt;&lt;/a> Prepare for release 4.7</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b9ea730974b4f1b93aeab5fd18b08f647c25f747&quot;&gt;&lt;code&gt;b9ea730&lt;/code&gt;&lt;/a> Rebuild bootloaders</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/6248924faae4b50c0bac6e3b80767c7e05271c79&quot;&gt;&lt;code&gt;6248924&lt;/code&gt;&lt;/a> Assorted environment checks. (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/6361&quot;&gt;#6361&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a10ff6ffa26df1662f8baf8a1eb46d15518ce506&quot;&gt;&lt;code&gt;a10ff6f&lt;/code&gt;&lt;/a> bootloader: remove the check for unused windres utility</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1ca7f65499ff2f8e1990e2fdf1f7ac046804dce4&quot;&gt;&lt;code&gt;1ca7f65&lt;/code&gt;&lt;/a> bootloader: set NTDDI_VERSION &amp; _WIN32_WINNT when compiling for Windows</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4d1c98cd6070c521b2b85ab7e6390dae616f9b60&quot;&gt;&lt;code&gt;4d1c98c&lt;/code&gt;&lt;/a> bootloader: replace PyRun_SimpleString with PyRun_SimpleStringFlags</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d8c434a9100f00ac5ac6a773afa8cdce6f78cbb5&quot;&gt;&lt;code&gt;d8c434a&lt;/code&gt;&lt;/a> Bindepend: Fix FileNotFoundErrors in _which_library().</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.3...v4.7&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.3 to 4.7.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.7/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.3...v4.7)

---
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 added the dependencies Pull requests that update a dependency file label Nov 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2022

Superseded by #74.

@dependabot dependabot bot closed this Jan 12, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-4.7 branch January 12, 2022 19:09
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
Development

Successfully merging this pull request may close these issues.

0 participants