Skip to content

chore(deps): update dependency pyinstaller-hooks-contrib to v2025.8 #438

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Change Age Confidence
pyinstaller-hooks-contrib ==2025.7 -> ==2025.8 age confidence

Release Notes

pyinstaller/pyinstaller-hooks-contrib (pyinstaller-hooks-contrib)

v2025.8

Compare Source

New hooks


* Add hook for ``uuid6``, which, starting with version 2025.0.1, requires
  its metadata to be collected. (`#​929
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/929>`_)

Updated hooks
  • shapely hook: extend the search for geos_c DLL to also look for an
    alternative name with lib prefix (i.e., libgeos_c), which is used
    in MSYS2 environment. (#&#8203;927 <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/927>_)
  • Adjust the value of automatically-raised recursion limit (which :issue:925
    set at 5000); for Windows builds of python 3.8 - 3.10 and python
    3.9 available under Cygwin, the value needs to be lowered to 1900, as
    higher values lead to python interpreter crash in scenarios when recursion
    level actually approaches the limit (for example, the recursion limit
    test in the main PyInstaller repository). (#&#8203;928 <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/928>_)
  • Update gribapi hook for compatibility with eccodes 2.43.0; add
    hooks for eccodeslib, eckitlib, and fckitlib, which now
    provide the bundled shared libraries on non-Windows systems. (#&#8203;930 <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>_)
  • Update the run-time hook for findlibs for improved compatibility
    with findlibs > 1.0.0; avoid providing a default value for
    pkg_name argument in our findlibs.find() override, and instead
    forward the original value (i.e., None) to the original find()
    implementation. (#&#8203;930 <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>_)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants