chore(deps): bump pyinstaller from 6.13.0 to 6.14.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps pyinstaller from 6.13.0 to 6.14.0.
Release notes
Sourced from pyinstaller's releases.
v6.14.0
Please see the v6.14.0 section of the changelog for a list of the changes since v6.13.0.
Changelog
Sourced from pyinstaller's changelog.
6.14.0 (2025-06-03)
Bugfix
* (AIX) Fix the name of Tcl and Tk shared libraries used by splash screen; if said shared libraries are ``.a`` archives, we need to load the shared object from the archives (e.g., ``libtcl.a(libtcl.so.8.6)`` and ``libtk.a(libtk.so.8.6)``). (:issue:`9111`) * (AIX) Fix use of ``strip`` utility on collected binaries; pass the ``-x32_64`` flag to enable transparent processing of either 32-bit or 64-bit binaries. Suppress warnings on ``strip`` errors when a collected binary is already stripped. (:issue:`9111`) * (Windows) Fix collection of DLLs from Anaconda-installed ``numpy`` and its dependencies (MKL, OpenBLAS, TBB, etc.) when the file paths recorded in the metadata end up using Windows-style separators instead of POSIX ones. (:issue:`9113`) * Fix behavior of :option:`--add-data` and :option:`--add-binary` when the given source path contains a glob that matches directories. PyInstaller now collects the matched directories themselves into the specified target directory instead of collecting their content into the specified target directory (i.e., the directories are preserved). This ensures that ``--add-data data_dir:data_dir`` and ``--add-data data_dir/*:data_dir`` end up behaving in the same way when the data directory contains sub-directories. (:issue:`9108`) * The ``Analysis()`` class now keeps track of pure-python modules that are not collected into PYZ archive (i.e., are not listed in the ``Analysis.pure`` TOC list); the corresponding entries are added to a separate TOC list that is also under modification-time check, which allows us to detect modifications and re-run the analysis. (:issue:`9135`) * When collecting files for splash screen, suppress warning about ``license.terms`` not being found in the ``tk8.x`` directory; this seems to be the case in most Tcl/Tk installations found on POSIX systems. (:issue:`9111`)Hooks
* Add pre-safe-import-module hook for ``gi.overrides`` to properly handle cases where the ``gi.overrides`` package is split between ``/usr/lib64/python3.X/site-packages/gi/overrides`` and ``/usr/lib/python3.X/site-packages/gi/overrides`` (i.e., RPM packages for Fedora/RHEL and their derivatives, such as openEuler). (:issue:`9126`) * Have the ``pytz`` hook exclude ``pkg_resources``, to prevent the latter from being collected due to a reference in the fallback resource loading codepath in ``pytz`` that should normally not be reached. (:issue:`9154`) </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary><ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/776a57a6b07cb2c71f02018953610bcbfcdaf0aa"><code>776a57a</code></a> Release v6.14.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/19e8d04cdd33d5d76bf55b950538b65fb7209448"><code>19e8d04</code></a> bootloader: fix bug in error-handling code in pyi_pyconfig.c</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/09ca4bfce5f4e207411ceade98c4b0a91edb444a"><code>09ca4bf</code></a> rthooks: pkg_resources: suppress deprecation warning during import</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5e7659d468aa9193ab96baf98172010887ba508f"><code>5e7659d</code></a> hooks: exclude pkg_resources in the pytz hook</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/92e79d2dcbfa6b0c02c6eaffd17e093f784d7d67"><code>92e79d2</code></a> hooks: remove hook-packaging.py</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/60b6db90d522cc585be0aafdc487035e3105e0af"><code>60b6db9</code></a> modulegraph: suppress pkg_resources deprecation warning</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/536950754ee185d8383b422143a985a466f00128"><code>5369507</code></a> tests: remove individual pytest.mark.timeout() marks</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/07405f0a3b1f483b4a988f0380e6df137943fd05"><code>07405f0</code></a> tests: remove xfail mark from recursion-limit tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/7a62ea92977de8ac550fa158d4c6174e246e0963"><code>7a62ea9</code></a> analysis: keep track of modules that are not collected into PYZ archive</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a521b4aa839657183155a0fa0aa80f2a92ee5345"><code>a521b4a</code></a> tests: run a dummy subprocess at the start of test_pipe_leakage</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.13.0...v6.14.0">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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 871006 |
| UUID: | 3117702426 |
| Node ID: | PR_kwDOOP9b086ZBI0z |
| Host: | GitHub |
| Repository: | remarkablemark/python_cli_template |