|
| 1 | +2025.3 (2025-04-16) |
| 2 | +------------------- |
| 3 | + |
| 4 | +New hooks |
| 5 | +~~~~~~~~~ |
| 6 | + |
| 7 | +* Add hook for ``apkutils`` which requries to collect its XML file. (`#894 |
| 8 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/894>`_) |
| 9 | +* Add hook for ``emoji``. (`#891 |
| 10 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/891>`_) |
| 11 | +* Add hook for ``frictionless`` to collect package's data files, and |
| 12 | + programmatically imported modules from ``frictionless.plugins``. (`#897 |
| 13 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/897>`_) |
| 14 | +* Add hook for ``narwhals`` to collect metadata for ``typing-extensions``, |
| 15 | + which is required starting with ``narwhals`` v1.35.0. (`#901 |
| 16 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/901>`_) |
| 17 | +* Add hooks for ``black`` and ``blikb2to3`` packages from the ``black`` |
| 18 | + dist to collect hidden imports and data files. (`#897 |
| 19 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/897>`_) |
| 20 | +* Add hooks for ``tkinterweb``, to collect data files, and |
| 21 | + ``tkinterweb-tkhtml``, to collect extra data files and binaries. (`#899 |
| 22 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/899>`_) |
| 23 | +* Add hooks for ``urllib3`` and ``urllib3_future`` to handle indirect |
| 24 | + imports made by the ``urllib3-future`` implementation of the ``urllib3`` |
| 25 | + package and its own ``urllib3_future`` package. (`#893 |
| 26 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/893>`_) |
| 27 | +* Add hooks for all submodules of ``vtkmodules`` package, which is |
| 28 | + installed by the ``vtk`` dist (currently targeting v9.4.2). (`#896 |
| 29 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/896>`_) |
| 30 | + |
| 31 | + |
| 32 | +Updated hooks |
| 33 | +~~~~~~~~~~~~~ |
| 34 | + |
| 35 | +* Update hook for ``pydantic`` to always collect submodules from the package, |
| 36 | + in order to properly handle redirections and programmatic imports found |
| 37 | + in contemporary versions of ``pydantic``. (`#897 |
| 38 | + <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/897>`_) |
| 39 | + |
| 40 | + |
1 | 41 | 2025.2 (2025-03-23) |
2 | 42 | ------------------- |
3 | 43 |
|
|
0 commit comments