unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

Bump pyinstaller from 5.6.2 to 5.7.0 #167

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyinstaller from 5.6.2 to 5.7.0.

Release notes

Sourced from pyinstaller's releases.

v5.7.0

Please see the v5.7.0 section of the changelog for a list of the changes since v5.6.2.

Changelog

Sourced from pyinstaller's changelog.

5.7.0 (2022-12-04)

Features


* Add the package's location and exact interpreter path to the error message
  for
  the check for obsolete and PyInstaller-incompatible standard library
  back-port
  packages (``enum34`` and ``typing``). (:issue:`7221`)
* Allow controlling the build log level (:option:`--log-level`) via a
  ``PYI_LOG_LEVEL`` environment variable. (:issue:`7235`)
* Support building native ARM applications for Windows. If PyInstaller is ran
  on
  an ARM machine with an ARM build of Python, it will prodice an ARM
  application. (:issue:`7257`)

Bugfix


* (Anaconda) Fix the ``PyInstaller.utils.hooks.conda.collect_dynamic_libs``
  hook utility function to collect only dynamic libraries, by introducing
  an additional type check (to exclude directories and symbolic links to
  directories) and additional suffix check (to include only files whose
  name matches the following patterns: ``*.dll``, ``*.dylib``, ``*.so``,
  and ``*.so.*``). (:issue:`7248`)
* (Anaconda) Fix the problem with Anaconda python 3.10 on linux and macOS,
  where all content of the environment's ``lib`` directory would end up
  collected as data  due to additional symbolic link pointing from
  ``python3.1``
  to ``python3.10``. (:issue:`7248`)
* (GNU/Linux) Fixes an issue with gi shared libraries not being packaged if
  they don't
  have version suffix and are in a special location set by ``LD_LIBRARY_PATH``
  instead of
  a typical library path. (:issue:`7278`)
* (Windows) Fix the problem with ``windowed`` frozen application being unable
  to spawn interactive command prompt console via ``subprocess`` module due
  to interference of the ``subprocess`` runtime hook with stream handles.
  (:issue:`7118`)
* (Windows) In ``windowed``/``noconsole`` mode, stop setting ``sys.stdout``
  and ``sys.stderr`` to custom ``NullWriter`` object, and instead leave
  them at ``None``. This matches the behavior of windowed python interpreter
  (``pythonw.exe``) and prevents interoperability issues with code that
  (rightfully) expects the streams to be either ``None`` or objects that
  are fully compatible with ``io.IOBase``. (:issue:`3503`)
* Ensure that ``PySide6.support.deprecated`` module is collected for
  ``PySide6`` 6.4.0 and later in order to enable continued support for
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b8ba192e05705b217c8e2a217d51252dfb0b87c9"><code>b8ba192</code></a> Release v5.7.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/25b05b6a0ab32d4d0d5d118558418fd13f699073"><code>25b05b6</code></a> isolated: introduce time-out in the wait for the child subprocess to exit</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2bfd2f2fcd8e049e5be15c21f1e0090cccc1da48"><code>2bfd2f2</code></a> hooks: django: remove static command list override in run-time hook (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7259">#7259</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/17b0e2955602b686963c92aa7f32f438356a2fdb"><code>17b0e29</code></a> hooks: matplotlib: add log messages for backend detection via mpl.use()</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/287956f2bf467fa469947103edc2399240bdea0d"><code>287956f</code></a> hooks: robustify importlib_resources hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8f25b42ef88b77dd6bba1520892369d53317cc9a"><code>8f25b42</code></a> ci: switch linux runners from ubuntu-latest to ubuntu-20.04</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7e6ec703c4a9d0ce3c858fd6cc824d9f2a676544"><code>7e6ec70</code></a> setup.py: prevent implicit building of python eggs</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a743d2c26ece82d18858c1d3bd8bf0fab6f7704f"><code>a743d2c</code></a> setup.cfg: use license_files instead of deprecated license_file</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/28cc43b0edc36012e34b4b44758f376c2c1efefa"><code>28cc43b</code></a> docs: update installation instructions</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9461130e3eefafebd7fc054a1766e55f7dd13f2b"><code>9461130</code></a> building: remove spurious attempt to read distribution's top_level.txt</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.6.2...v5.7.0">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=5.6.2&new-version=5.7.0)](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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (0df35ab) compared to base (1996071). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #167 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 159 159 ========================================= Hits 159 159 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.