Skip to content

Commit

Permalink
Update pyinstaller requirement from <5.8,>=5 to >=5,<5.9 (#200)
Browse files Browse the repository at this point in the history
Updates the requirements on
[pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/releases">pyinstaller's
releases</a>.</em></p>
<blockquote>
<h2>v5.8.0</h2>
<p>Please see the <a
href="https://pyinstaller.org/en/v5.8.0/CHANGES.html#id1">v5.8.0 section
of the changelog</a> for a list of the changes since v5.7.0.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst">pyinstaller's
changelog</a>.</em></p>
<blockquote>
<h2>5.8.0 (2023-02-11)</h2>
<p>Features</p>
<pre><code>
* 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`)
<p>Bugfix</p>
<pre><code>
* (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
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;The deprecated &lt;code&gt;PEP-302&lt;/code&gt;
&lt;code&gt;find_module()&lt;/code&gt; and
&lt;code&gt;load_module()&lt;/code&gt;
methods have been removed from PyInstaller's
&lt;code&gt;FrozenImporter&lt;/code&gt;. These
methods have not been used by python's import machinery since
python 3.4 and &lt;code&gt;PEP-451&lt;/code&gt;, and were effectively
left untested and
unmaintained. The removal affects 3rd party code that still relies
on &lt;code&gt;PEP-302&lt;/code&gt; finder/loader methods instead of the
&lt;code&gt;PEP-451&lt;/code&gt; ones.
(:issue:&lt;code&gt;7344&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hooks&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@4222dc4d623633df713e69b03df66ec10a27df93&quot;&gt;&lt;code&gt;4222dc4&lt;/code&gt;&lt;/a&gt;
Release v5.8.0. [skip ci]&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@d3392e7597f69dbf60749f09b0ba4cdb7640089e&quot;&gt;&lt;code&gt;d3392e7&lt;/code&gt;&lt;/a&gt;
building: compile the collected GLib schema files&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@94475c3717ed74daddd7c45ad313c7c5d533ecfa&quot;&gt;&lt;code&gt;94475c3&lt;/code&gt;&lt;/a&gt;
rhtooks: multiprocessing: use class-wide lock to prevent race
conditions&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@b8e975b7044930baf42092015e5ec1adb853d844&quot;&gt;&lt;code&gt;b8e975b&lt;/code&gt;&lt;/a&gt;
fix the actual GI module lookup&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@21e8df65bfb9e2f42318deb47e6f931b99933fd1&quot;&gt;&lt;code&gt;21e8df6&lt;/code&gt;&lt;/a&gt;
Suppress &lt;code&gt;invalid nullptr parameter&lt;/code&gt; warning
during `QSslSocket.supportsSsl()...&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@f2cc6bc81934fcfc6c687e37e771b1dae7fe246b&quot;&gt;&lt;code&gt;f2cc6bc&lt;/code&gt;&lt;/a&gt;
Tests: Requirements: Scheduled weekly dependency update for week 06
(&lt;a
href=&quot;https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7416&quot;&gt;#7416&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@4bae5012e886483ed44ef4b1d54e03ca3db14875&quot;&gt;&lt;code&gt;4bae501&lt;/code&gt;&lt;/a&gt;
Fix unknown log level error raised with
--log-level=DEPRECATION.&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@d6ff0802dd6f2fbeccb4a6c47e1cf24c61c31205&quot;&gt;&lt;code&gt;d6ff080&lt;/code&gt;&lt;/a&gt;
Tests: Requirements: Scheduled weekly dependency update for week 05
(&lt;a
href=&quot;https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7407&quot;&gt;#7407&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@68798ee044c901e325ed3021542ba1c491bc6bc3&quot;&gt;&lt;code&gt;68798ee&lt;/code&gt;&lt;/a&gt;
Add pypi.org/project/pathlib to the list of prohibited stdlib
back-ports.&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;pyinstaller/pyinstaller@5a73ea4f7bde63e4e6f258ab1fb3423225a6e1fd&quot;&gt;&lt;code&gt;5a73ea4&lt;/code&gt;&lt;/a&gt;
Re-license PyInstaller.isolated + its tests under MIT. [skip
ci]&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a
href=&quot;pyinstaller/pyinstaller@v5.0...v5.8.0&quot;&gt;compare
view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
Guts committed Mar 1, 2023
2 parents 1905041 + eebcccf commit 85d2c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/packaging.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packaging
# ---------

pyinstaller>=5,<5.8
pyinstaller>=5,<5.9
pyinstaller-hooks-contrib==2022.*
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit 85d2c53

Please sign in to comment.