Skip to content

Bump pyinstaller from 4.3 to 4.8 #74

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 Jan 12, 2022

Bumps pyinstaller from 4.3 to 4.8.

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.8 (2022-01-06)

Features


* (Windows) Set the executable's build time in PE header to the current
  time. A custom timestamp can be specified via the ``SOURCE_DATE_EPOCH``
  environment variable to allow reproducible builds. (:issue:`[#6469](https://github.com/pyinstaller/pyinstaller/issues/6469)`)
* Add strictly unofficial support for the `Termux
  <https://f-droid.org/en/packages/com.termux/>`_ platform. (:issue:`[#6484](https://github.com/pyinstaller/pyinstaller/issues/6484)`)
* Replace the dual-process ``onedir`` mode on Linux and other Unix-like OSes
  with a single-process implementation. This makes ``onedir`` mode on these
  OSes comparable to Windows and macOS, where single-process ``onedir`` mode
  has already been used for a while. (:issue:`[#6407](https://github.com/pyinstaller/pyinstaller/issues/6407)`)

Bugfix


* (macOS) Fix regression in generation of ``universal2`` executables that
  caused the generated executable to fail ``codesign`` strict validation.
  (:issue:`[#6381](https://github.com/pyinstaller/pyinstaller/issues/6381)`)
* (Windows) Fix ``onefile`` extraction behavior when the run-time temporary
  directory is set to a drive letter. The application's temporary directory
  is now created directly on the specified drive as opposed to the current
  directory on the specified drive. (:issue:`[#6051](https://github.com/pyinstaller/pyinstaller/issues/6051)`)
* (Windows) Fix compatibility issues with python 3.9.8 from python.org, arising
  from the lack of embedded manifest in the ``python.exe`` executable.
  (:issue:`[#6367](https://github.com/pyinstaller/pyinstaller/issues/6367)`)
* (Windows) Fix stack overflow in `pyarmor`-protected frozen applications,
  caused
  by the executable's stack being smaller than that of the python interpreter.
  (:issue:`[#6459](https://github.com/pyinstaller/pyinstaller/issues/6459)`)
* (Windows) Fix the ``python3.dll`` shared library not being found and
  collected when using Python from MS App Store. (:issue:`[#6390](https://github.com/pyinstaller/pyinstaller/issues/6390)`)
* Fix a bug that prevented traceback from uncaught exception to be
  retrieved and displayed in the windowed bootloader's error reporting
  facility (uncaught exception dialog on Windows, syslog on macOS).
  (:issue:`[#6426](https://github.com/pyinstaller/pyinstaller/issues/6426)`)
* Fix a crash when a onefile build attempts to overwrite an existing onedir
  build
  on macOS or Linux (:issue:`[#6418](https://github.com/pyinstaller/pyinstaller/issues/6418)`)
* Fix build errors when a linux shared library (.so) file is collected as
  a binary on macOS. (:issue:`[#6327](https://github.com/pyinstaller/pyinstaller/issues/6327)`)
* Fix build errors when a Windows DLL/PYD file is collected as a binary on
  a non-Windows OS. (:issue:`[#6327](https://github.com/pyinstaller/pyinstaller/issues/6327)`)
* Fix handling of encodings when reading the collected .py source files
  via ``FrozenImporter.get_source()``. (:issue:`[#6143](https://github.com/pyinstaller/pyinstaller/issues/6143)`)
* Fix hook loader function not finding hooks if path has whitespaces.
&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/fcff15e6e7ab6fad135c584c2b6cc5e0f7809319&quot;&gt;&lt;code&gt;fcff15e&lt;/code&gt;&lt;/a> Release v4.8.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4f52ec756cfee54ed5747ce609f36d8030489180&quot;&gt;&lt;code&gt;4f52ec7&lt;/code&gt;&lt;/a> Bindepend: Add Termux-specific libraries search path.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/34c0b6cb785dde96753c05426f8244147fadfb7b&quot;&gt;&lt;code&gt;34c0b6c&lt;/code&gt;&lt;/a> tests: repin numpy version</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/63bf31a23e016740cbd8fa49a671604679c2141f&quot;&gt;&lt;code&gt;63bf31a&lt;/code&gt;&lt;/a> hooks: numpy: do not exclude distutils and numpy.distutils anymore</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/14a14f99cf554d9b106f3e892f66a8bb2b295136&quot;&gt;&lt;code&gt;14a14f9&lt;/code&gt;&lt;/a> tests: scipy: remove obsolete version check</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/bf339731ac077e014890615c83d456ec7b146b57&quot;&gt;&lt;code&gt;bf33973&lt;/code&gt;&lt;/a> tests: remove xfail annotations from scipy tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a73951dc11c50f9b854942e4fd7a38827b1bb669&quot;&gt;&lt;code&gt;a73951d&lt;/code&gt;&lt;/a> bootloader: lock the PKG sideload mode</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c11d8d36516af35ba86c07d3d2a1e0ad51552bca&quot;&gt;&lt;code&gt;c11d8d3&lt;/code&gt;&lt;/a> bootloader: refactor the PKG cookie search code</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/45df9ebf7e67673b2b1c7b8bbbfb1e5ade9b0bff&quot;&gt;&lt;code&gt;45df9eb&lt;/code&gt;&lt;/a> building: embed special signature to activate PKG sideload mode</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4eba86a95beccec6df151d83ead3b0c88d199016&quot;&gt;&lt;code&gt;4eba86a&lt;/code&gt;&lt;/a> docs: re-pin sphinx version</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.3...v4.8&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.8.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.8/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.3...v4.8)

---
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 Jan 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2022

Superseded by #77.

@dependabot dependabot bot closed this Feb 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-4.8 branch February 4, 2022 19: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
Development

Successfully merging this pull request may close these issues.

0 participants