Skip to content

Commit 1b67caf

Browse files
author
github-actions
committed
Release v2025.6
1 parent b9d99d2 commit 1b67caf

File tree

8 files changed

+31
-10
lines changed

8 files changed

+31
-10
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2025.6 (2025-07-14)
2+
-------------------
3+
4+
New hooks
5+
~~~~~~~~~
6+
7+
* Add a hook for ``pynng``, which has a hidden import. (`#922
8+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/922>`_)
9+
* Add hook for ``torchao`` to collect its source .py files for TorchScript/JIT.
10+
(`#917
11+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/917>`_)
12+
* Add hooks for new modules that were introduced in ``vtk`` 9.5.0:
13+
``vtkmodules.vtkIOAvmesh``, ``vtkmodules.vtkIOLANLX3D``,
14+
``vtkmodules.vtkRenderingGridAxes``, and
15+
``vtkmodules.vtkTestingSerialization``. (`#919
16+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/919>`_)
17+
18+
19+
Updated hooks
20+
~~~~~~~~~~~~~
21+
22+
* Update ``plotly`` hook for compatibility with ``plotly`` 6.2.0. (`#919
23+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/919>`_)
24+
* Update ``pylsl`` hook for compatibility with ``pylsl`` >= 1.17.0. (`#924
25+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/924>`_)
26+
* Update ``toga`` hook for compatibility with ``toga`` 0.5.2: ensure that
27+
``toga/__init__.pyi`` file is collected. (`#923
28+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/923>`_)
29+
30+
131
2025.5 (2025-06-08)
232
-------------------
333

_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.5'
13+
__version__ = '2025.6'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1616

news/917.new.rst

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

news/919.new.rst

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

news/919.update.rst

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

news/922.new.rst

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

news/923.update.rst

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

news/924.update.rst

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

0 commit comments

Comments
 (0)