friture
friture copied to clipboard
chore(deps): bump pyinstaller from 6.13.0 to 6.14.1
Bumps pyinstaller from 6.13.0 to 6.14.1.
Release notes
Sourced from pyinstaller's releases.
v6.14.1
Please see the v6.14.1 section of the changelog for a list of the changes since v6.14.0.
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.1 (2025-06-08)
Hooks
* Update the ``numpy`` hook for compatibility with NumPy v2.3.0. (:issue:`9162`)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
.aarchives, we need to load the shared object from the archives (e.g.,libtcl.a(libtcl.so.8.6)andlibtk.a(libtk.so.8.6)). (:issue:9111)- (AIX) Fix use of
striputility on collected binaries; pass the-x32_64flag to enable transparent processing of either 32-bit or 64-bit binaries. Suppress warnings onstriperrors when a collected binary is already stripped. (:issue:9111)- (Windows) Fix collection of DLLs from Anaconda-installed
numpyand 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-dataand :option:--add-binarywhen 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_dirand--add-data data_dir/*:data_dirend 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 theAnalysis.pureTOC 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.termsnot being found in thetk8.xdirectory; this seems to be the case in most Tcl/Tk installations found on POSIX systems. (:issue:9111)Hooks
</tr></table>
... (truncated)
Commits
cef4d53Release v6.14.1. [skip ci]6d4df84Tests: Requirements: Scheduled weekly dependency update for week 23 (#9163)793245dci: python-pillow package is not available for msys2/mingw32 anymore976b690hooks: update numpy hook for compatibility with NumPy v2.3.0776a57aRelease v6.14.0. [skip ci]19e8d04bootloader: fix bug in error-handling code in pyi_pyconfig.c09ca4bfrthooks: pkg_resources: suppress deprecation warning during import5e7659dhooks: exclude pkg_resources in the pytz hook92e79d2hooks: remove hook-packaging.py60b6db9modulegraph: suppress pkg_resources deprecation warning- Additional commits viewable in compare view
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)