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

Bump pyinstaller from 5.6.2 to 5.7.0 #170

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

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&quot;&gt;&lt;code&gt;b8ba192&lt;/code&gt;&lt;/a> Release v5.7.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/25b05b6a0ab32d4d0d5d118558418fd13f699073&quot;&gt;&lt;code&gt;25b05b6&lt;/code&gt;&lt;/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&quot;&gt;&lt;code&gt;2bfd2f2&lt;/code&gt;&lt;/a> hooks: django: remove static command list override in run-time hook (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7259&quot;&gt;#7259&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/17b0e2955602b686963c92aa7f32f438356a2fdb&quot;&gt;&lt;code&gt;17b0e29&lt;/code&gt;&lt;/a> hooks: matplotlib: add log messages for backend detection via mpl.use()</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/287956f2bf467fa469947103edc2399240bdea0d&quot;&gt;&lt;code&gt;287956f&lt;/code&gt;&lt;/a> hooks: robustify importlib_resources hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/8f25b42ef88b77dd6bba1520892369d53317cc9a&quot;&gt;&lt;code&gt;8f25b42&lt;/code&gt;&lt;/a> ci: switch linux runners from ubuntu-latest to ubuntu-20.04</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7e6ec703c4a9d0ce3c858fd6cc824d9f2a676544&quot;&gt;&lt;code&gt;7e6ec70&lt;/code&gt;&lt;/a> setup.py: prevent implicit building of python eggs</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a743d2c26ece82d18858c1d3bd8bf0fab6f7704f&quot;&gt;&lt;code&gt;a743d2c&lt;/code&gt;&lt;/a> setup.cfg: use license_files instead of deprecated license_file</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/28cc43b0edc36012e34b4b44758f376c2c1efefa&quot;&gt;&lt;code&gt;28cc43b&lt;/code&gt;&lt;/a> docs: update installation instructions</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9461130e3eefafebd7fc054a1766e55f7dd13f2b&quot;&gt;&lt;code&gt;9461130&lt;/code&gt;&lt;/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&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 will merge this PR once CI passes on it, as requested by @Luois45.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@Luois45
Copy link
Owner

Luois45 commented Dec 5, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Luois45
Copy link
Owner

Luois45 commented Dec 5, 2022

@dependabot merge

@Luois45
Copy link
Owner

Luois45 commented Dec 5, 2022

@dependabot recreate

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.6.2...v5.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-5.7.0 branch from 231c73d to 296885d Compare December 5, 2022 17:18
@dependabot dependabot bot merged commit bd43ba4 into main Dec 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-5.7.0 branch December 5, 2022 17:23
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