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

Update pyinstaller and improve packaging workflow #43

Merged
merged 4 commits into from
Mar 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Updates the requirements on pyinstaller to permit the latest version.

Release notes

Sourced from pyinstaller's releases.

Release v4.9

Please see the v4.9 section of the changelog for a list of the changes since v4.8.

Changelog

Sourced from pyinstaller's changelog.

4.9 (2022-02-03)

Bugfix


* Add support for external paths when running ``pkgutil.iter_modules``.
  Add support for multiple search paths to ``pkgutil.iter_modules``.
  Correctly handle ``pkgutil.iter_modules`` with an empty list.
  (:issue:`[#6529](https://github.com/pyinstaller/pyinstaller/issues/6529)`)
* Fix finding ``libpython3x.so`` when Python is installed with pyenv and the
  python executable is not linked against ``libpython3x.so``. (:issue:`[#6542](https://github.com/pyinstaller/pyinstaller/issues/6542)`)
* Fix handling of symbolic links in the path matching part of the
  PyInstaller's ``pkgutil.iter_modules`` replacement/override. (:issue:`[#6537](https://github.com/pyinstaller/pyinstaller/issues/6537)`)

Hooks


* Add hooks for ``PySide6.QtMultimedia`` and ``PyQt6.QtMultimedia``.
  (:issue:`[#6489](https://github.com/pyinstaller/pyinstaller/issues/6489)`)
* Add hooks for ``QtMultimediaWidgets`` of all four supported Qt bindings
  (``PySide2``, ``PySide6``, ``PyQt5``, and ``PySide6``). (:issue:`[#6489](https://github.com/pyinstaller/pyinstaller/issues/6489)`)
* Add support for ``setuptools 60.7.1`` and its vendoring  of ``jaraco.text``
  in ``pkg_resources``. Exit with an error message if ``setuptools 60.7.0``
  is encountered due to incompatibility with PyInstaller's loader logic.
  (:issue:`[#6564](https://github.com/pyinstaller/pyinstaller/issues/6564)`)
* Collect the ``QtWaylandClient``-related plugins to enable Wayland support in
  the
  frozen applications using any of the four supported Qt bindings (``PySide2``,
  ``PyQt5``, ``PySide6``, and ``PyQt6``). (:issue:`[#6483](https://github.com/pyinstaller/pyinstaller/issues/6483)`)
* Fix the issue with missing ``QtMultimediaWidgets`` module when using
  ``PySide2.QtMultimedia`` or ``PySide6.QtMultimedia`` in combination
  with PySide's ``true_property`` `feature
  <https://doc.qt.io/qtforpython/feature-why.html#the-true-property-feature>`_.
  (:issue:`[#6489](https://github.com/pyinstaller/pyinstaller/issues/6489)`)

4.8 (2022-01-06)

Features
</code></pre>
<ul>
<li>(Windows) Set the executable's build time in PE header to the current
time. A custom timestamp can be specified via the <code>SOURCE_DATE_EPOCH</code>
environment variable to allow reproducible builds. (:issue:<code>#6469</code>)</li>
<li>Add strictly unofficial support for the <code>Termux &lt;https://f-droid.org/en/packages/com.termux/&amp;gt;&lt;/code>_ platform. (:issue:<code>#6484</code>)</li>
<li>Replace the dual-process <code>onedir</code> mode on Linux and other Unix-like OSes</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d006b364cfabd1ac23f57c28b92d385331987edf&quot;&gt;&lt;code&gt;d006b36&lt;/code&gt;&lt;/a> Release v4.9.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/aaf7a5796d763854b6020f1510af08cd10797a50&quot;&gt;&lt;code&gt;aaf7a57&lt;/code&gt;&lt;/a> ci: unpin pip, run pytest directly instead via action</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/cb8a00c7a4d5e6d31b91e4cf6de53640e582c8ce&quot;&gt;&lt;code&gt;cb8a00c&lt;/code&gt;&lt;/a> hooks: add support for setuptools 60.7.1, mark 60.7.0 as unsupported</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/f3e9e2412a805d413b6fd621427b08aa666071df&quot;&gt;&lt;code&gt;f3e9e24&lt;/code&gt;&lt;/a> ci: avoid setting QT_QPA_PLATFORM=offscreen on Windows</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5c606cd646d60e137c53d37179d391257ba12dd6&quot;&gt;&lt;code&gt;5c606cd&lt;/code&gt;&lt;/a> ci: prevent setuptools from replacing distutils</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/6af6795dc38dbeb42674f285c55d57c7674d1717&quot;&gt;&lt;code&gt;6af6795&lt;/code&gt;&lt;/a> requirements.txt: unpin setuptools</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2215df2aee3cfb06aa831801963a9a858a276462&quot;&gt;&lt;code&gt;2215df2&lt;/code&gt;&lt;/a> ci: pin pip to 21.3.1</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/23e5c2bafc7e3528295ff9b250d836ccb5d32973&quot;&gt;&lt;code&gt;23e5c2b&lt;/code&gt;&lt;/a> Bindepend: Fix finding libpython.so on Linux with pyenv.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a7b4bcdae2a8f8d10f72a07a3034a306a8fba07c&quot;&gt;&lt;code&gt;a7b4bcd&lt;/code&gt;&lt;/a> hooks: fix pkgutil.iter_modules when paths involve symbolic links</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5838760a1d32d2822d102d5308995e3ab81cf9af&quot;&gt;&lt;code&gt;5838760&lt;/code&gt;&lt;/a> Docs: Build Bootloader: Update command to install MSVC.</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v4.5...v4.9&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

@dependabot dependabot bot added the dependencies Project dependencies. label Mar 1, 2022
@github-actions github-actions bot removed the dependencies Project dependencies. label Mar 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-gte-4.5-and-lt-4.10 branch 3 times, most recently from cb648c5 to a0d6ac2 Compare March 3, 2022 11:28
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2022

Codecov Report

Merging #43 (87e3d58) into main (eb38bf1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   49.67%   49.67%           
=======================================
  Files          13       13           
  Lines         308      308           
  Branches       29       29           
=======================================
  Hits          153      153           
  Misses        150      150           
  Partials        5        5           

@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-gte-4.5-and-lt-4.10 branch 2 times, most recently from ebed789 to 576110f Compare March 3, 2022 16:29
Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.9/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.5...v4.9)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyinstaller-gte-4.5-and-lt-4.10 branch from 576110f to eccdbdc Compare March 4, 2022 07:00
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 4, 2022
@Guts Guts changed the title Update pyinstaller requirement from <4.6,>=4.5 to >=4.5,<4.10 Update pyinstaller and improve packaging workflow Mar 4, 2022
@Guts Guts self-assigned this Mar 4, 2022
@Guts Guts added the dependencies Project dependencies. label Mar 4, 2022
@github-actions github-actions bot removed the dependencies Project dependencies. label Mar 4, 2022
@Guts Guts merged commit ec7b7fc into main Mar 4, 2022
@Guts Guts deleted the dependabot/pip/pyinstaller-gte-4.5-and-lt-4.10 branch March 4, 2022 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants