pyinat / naturtag

Tag your nature photos with iNat taxonomy and observation metadata
https://naturtag.readthedocs.io
MIT License
37 stars 4 forks source link

Bump pyinstaller from 5.6.2 to 5.8.0 #299

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyinstaller from 5.6.2 to 5.8.0.

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.

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.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"><code>4222dc4</code></a> Release v5.8.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d3392e7597f69dbf60749f09b0ba4cdb7640089e"><code>d3392e7</code></a> building: compile the collected GLib schema files</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/94475c3717ed74daddd7c45ad313c7c5d533ecfa"><code>94475c3</code></a> rhtooks: multiprocessing: use class-wide lock to prevent race conditions</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b8e975b7044930baf42092015e5ec1adb853d844"><code>b8e975b</code></a> fix the actual GI module lookup</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/21e8df65bfb9e2f42318deb47e6f931b99933fd1"><code>21e8df6</code></a> Suppress <code>invalid nullptr parameter</code> warning during `QSslSocket.supportsSsl()...</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/f2cc6bc81934fcfc6c687e37e771b1dae7fe246b"><code>f2cc6bc</code></a> Tests: Requirements: Scheduled weekly dependency update for week 06 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7416">#7416</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4bae5012e886483ed44ef4b1d54e03ca3db14875"><code>4bae501</code></a> Fix unknown log level error raised with --log-level=DEPRECATION.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d6ff0802dd6f2fbeccb4a6c47e1cf24c61c31205"><code>d6ff080</code></a> Tests: Requirements: Scheduled weekly dependency update for week 05 (<a href="https://github-redirect.dependabot.com/pyinstaller/pyinstaller/issues/7407">#7407</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/68798ee044c901e325ed3021542ba1c491bc6bc3"><code>68798ee</code></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"><code>5a73ea4</code></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.6.2...v5.8.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.8.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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.