source-foundry / Slice

An open-source, cross-platform GUI app to generate custom font design spaces from variable fonts
https://slice-gui.netlify.app/
GNU General Public License v3.0
157 stars 9 forks source link

Bump pyinstaller from 4.3 to 4.8 #74

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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"><code>fcff15e</code></a> Release v4.8.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4f52ec756cfee54ed5747ce609f36d8030489180"><code>4f52ec7</code></a> Bindepend: Add Termux-specific libraries search path.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/34c0b6cb785dde96753c05426f8244147fadfb7b"><code>34c0b6c</code></a> tests: repin numpy version</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/63bf31a23e016740cbd8fa49a671604679c2141f"><code>63bf31a</code></a> hooks: numpy: do not exclude distutils and numpy.distutils anymore</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/14a14f99cf554d9b106f3e892f66a8bb2b295136"><code>14a14f9</code></a> tests: scipy: remove obsolete version check</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/bf339731ac077e014890615c83d456ec7b146b57"><code>bf33973</code></a> tests: remove xfail annotations from scipy tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a73951dc11c50f9b854942e4fd7a38827b1bb669"><code>a73951d</code></a> bootloader: lock the PKG sideload mode</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c11d8d36516af35ba86c07d3d2a1e0ad51552bca"><code>c11d8d3</code></a> bootloader: refactor the PKG cookie search code</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/45df9ebf7e67673b2b1c7b8bbbfb1e5ade9b0bff"><code>45df9eb</code></a> building: embed special signature to activate PKG sideload mode</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4eba86a95beccec6df151d83ead3b0c88d199016"><code>4eba86a</code></a> docs: re-pin sphinx version</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.3...v4.8">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller&package-manager=pip&previous-version=4.3&new-version=4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
dependabot[bot] commented 2 years ago

Superseded by #77.