Skip to content

Commit 2770126

Browse files
author
github-actions
committed
Release v2025.8
1 parent b90768c commit 2770126

File tree

7 files changed

+38
-20
lines changed

7 files changed

+38
-20
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
2025.7 (2025-07-22)
239
-------------------
340

_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import sys
1414

15-
__version__ = '2025.7'
15+
__version__ = '2025.8'
1616
__maintainer__ = 'Legorooj, bwoodsend'
1717
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1818

news/927.update.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/928.update.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

news/929.new.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/930.update.1.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/930.update.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)