|
| 1 | +2025.8 (2025-07-27) |
| 2 | +------------------- |
| 3 | + |
| 4 | +New hooks |
| 5 | +~~~~~~~~~ |
| 6 | + |
| 7 | +* Add hook for ``uuid6``, which, starting with version 2025.0.1, requires |
| 8 | + its metadata to be collected. (`#929 |
| 9 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/929>`_) |
| 10 | + |
| 11 | + |
| 12 | +Updated hooks |
| 13 | +~~~~~~~~~~~~~ |
| 14 | + |
| 15 | +* `shapely` hook: extend the search for `geos_c` DLL to also look for an |
| 16 | + alternative name with `lib` prefix (i.e., `libgeos_c`), which is used |
| 17 | + in `MSYS2` environment. (`#927 |
| 18 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/927>`_) |
| 19 | +* Adjust the value of automatically-raised recursion limit (which :issue:`925` |
| 20 | + set at 5000); for Windows builds of python 3.8 - 3.10 and python |
| 21 | + 3.9 available under Cygwin, the value needs to be lowered to 1900, as |
| 22 | + higher values lead to python interpreter crash in scenarios when recursion |
| 23 | + level actually approaches the limit (for example, the recursion limit |
| 24 | + test in the main PyInstaller repository). (`#928 |
| 25 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/928>`_) |
| 26 | +* Update ``gribapi`` hook for compatibility with ``eccodes`` 2.43.0; add |
| 27 | + hooks for ``eccodeslib``, ``eckitlib``, and ``fckitlib``, which now |
| 28 | + provide the bundled shared libraries on non-Windows systems. (`#930 |
| 29 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>`_) |
| 30 | +* Update the run-time hook for ``findlibs`` for improved compatibility |
| 31 | + with ``findlibs`` > 1.0.0; avoid providing a default value for |
| 32 | + ``pkg_name`` argument in our ``findlibs.find()`` override, and instead |
| 33 | + forward the original value (i.e., ``None``) to the original ``find()`` |
| 34 | + implementation. (`#930 |
| 35 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/930>`_) |
| 36 | + |
| 37 | + |
1 | 38 | 2025.7 (2025-07-22) |
2 | 39 | ------------------- |
3 | 40 |
|
|
0 commit comments