Skip to content

Commit 9b33fdc

Browse files
author
github-actions
committed
Release v2025.3
1 parent fa07790 commit 9b33fdc

File tree

11 files changed

+41
-18
lines changed

11 files changed

+41
-18
lines changed

CHANGELOG.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
141
2025.2 (2025-03-23)
242
-------------------
343

_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# SPDX-License-Identifier: GPL-2.0-or-later
1111
# ------------------------------------------------------------------
1212

13-
__version__ = '2025.2'
13+
__version__ = '2025.3'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1616

news/891.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/893.new.rst

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

news/894.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/896.new.rst

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

news/897.new.1.rst

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

news/897.new.rst

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

news/897.update.rst

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

news/899.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)