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 requirement from <5.8,>=5 to >=5,<5.9 #200

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pyinstaller to permit the latest version.

Release notes

Sourced from pyinstaller's releases.

v5.8.0

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

Changelog

Sourced from pyinstaller's changelog.

5.8.0 (2023-02-11)

Features


* Compile the collected GLib schema files using ``glib-schema-compiler``
  instead of collecting the pre-compiled ``gschemas.compiled`` file, in
  order to properly support collection of schema files from multiple
  locations. Do not collect the source schema files anymore, as only
  ``gschemas.compiled`` file should be required at run time. (:issue:`7394`)

Bugfix


* (Cygwin) Avoid using Windows-specific codepaths that require
  ``pywin32-ctypes`` functionality that is not available in Cygwin
  environment. (:issue:`7382`)
* (non-Windows) Fix race condition in environment modification done by
  ``multiprocessing`` runtime hook when multiple threads concurrently
  spawn processes using the ``spawn`` method. (:issue:`7410`)
* (Windows) Changes in the version info file now trigger rebuild of the
  executable file. (:issue:`7338`)
* Disallow empty source path in the ``binaries`` and ``datas`` tuples
  that are returned from the hooks and sanitized in the
  ``PyInstaller.building.utils.format_binaries_and_datas``. The empty
  source path is usually result of an error in the hook's path retrieval
  code, and causes implicit collection of the whole current working
  directory. This is never the intended behavior, so raise a ``SystemExit``.
  (:issue:`7384`)
* Fix *unknown log level* error raised with ``--log-level=DEPRECATION``.
  (:issue:`7413`)

Incompatible Changes
</code></pre>
<ul>
<li>The deprecated <code>PEP-302</code> <code>find_module()</code> and <code>load_module()</code>
methods have been removed from PyInstaller's <code>FrozenImporter</code>. These
methods have not been used by python's import machinery since
python 3.4 and <code>PEP-451</code>, and were effectively left untested and
unmaintained. The removal affects 3rd party code that still relies
on <code>PEP-302</code> finder/loader methods instead of the <code>PEP-451</code> ones.
(:issue:<code>7344</code>)</li>
</ul>
<p>Hooks</p>
<pre><code>
&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/4222dc4d623633df713e69b03df66ec10a27df93&quot;&gt;&lt;code&gt;4222dc4&lt;/code&gt;&lt;/a> Release v5.8.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d3392e7597f69dbf60749f09b0ba4cdb7640089e&quot;&gt;&lt;code&gt;d3392e7&lt;/code&gt;&lt;/a> building: compile the collected GLib schema files</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/94475c3717ed74daddd7c45ad313c7c5d533ecfa&quot;&gt;&lt;code&gt;94475c3&lt;/code&gt;&lt;/a> rhtooks: multiprocessing: use class-wide lock to prevent race conditions</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b8e975b7044930baf42092015e5ec1adb853d844&quot;&gt;&lt;code&gt;b8e975b&lt;/code&gt;&lt;/a> fix the actual GI module lookup</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/21e8df65bfb9e2f42318deb47e6f931b99933fd1&quot;&gt;&lt;code&gt;21e8df6&lt;/code&gt;&lt;/a> Suppress <code>invalid nullptr parameter</code> warning during `QSslSocket.supportsSsl()...</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/f2cc6bc81934fcfc6c687e37e771b1dae7fe246b&quot;&gt;&lt;code&gt;f2cc6bc&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 06 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7416&quot;&gt;#7416&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4bae5012e886483ed44ef4b1d54e03ca3db14875&quot;&gt;&lt;code&gt;4bae501&lt;/code&gt;&lt;/a> Fix unknown log level error raised with --log-level=DEPRECATION.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d6ff0802dd6f2fbeccb4a6c47e1cf24c61c31205&quot;&gt;&lt;code&gt;d6ff080&lt;/code&gt;&lt;/a> Tests: Requirements: Scheduled weekly dependency update for week 05 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7407&quot;&gt;#7407&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/68798ee044c901e325ed3021542ba1c491bc6bc3&quot;&gt;&lt;code&gt;68798ee&lt;/code&gt;&lt;/a> Add pypi.org/project/pathlib to the list of prohibited stdlib back-ports.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5a73ea4f7bde63e4e6f258ab1fb3423225a6e1fd&quot;&gt;&lt;code&gt;5a73ea4&lt;/code&gt;&lt;/a> Re-license PyInstaller.isolated + its tests under MIT. [skip ci]</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.0...v5.8.0&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, 2023
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/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.0...v5.8.0)

---
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-5-and-lt-5.9 branch from 3df51dd to eebcccf Compare March 1, 2023 19:12
@Guts Guts merged commit 85d2c53 into main Mar 1, 2023
@Guts Guts deleted the dependabot/pip/pyinstaller-gte-5-and-lt-5.9 branch March 1, 2023 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant