File tree Expand file tree Collapse file tree 7 files changed +30
-12
lines changed
_pyinstaller_hooks_contrib Expand file tree Collapse file tree 7 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1+ 2024.10 (2024-11-10)
2+ --------------------
3+
4+ New hooks
5+ ~~~~~~~~~
6+
7+ * Add hook for ``h3 `` to collect its metadata (required with ``h3 `` v4.0.0
8+ and later). (`#825
9+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825> `_)
10+ * Add hook for ``numbers_parser `` to ensure that package's data file is
11+ collected. (`#823
12+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/823> `_)
13+ * Add hook for ``sv_ttk `` to ensure that its resources (.tcl files and
14+ images) are collected. (`#826
15+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/826> `_)
16+
17+
18+ Updated hooks
19+ ~~~~~~~~~~~~~
20+
21+ * Update ``falcon `` hook for compatibility with ``falcon `` v4.0.0. (`#820
22+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/820> `_)
23+ * Update ``tensorflow `` hook to automatically raise recursion limit to
24+ 5000 (if not already set to a higher value) in order to avoid recursion
25+ limit errors in certain import chains (dependent on build environment
26+ and other packages installed in it). (`#825
27+ <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/825> `_)
28+
29+
1302024.9 (2024-10-15)
231-------------------
332
Original file line number Diff line number Diff line change 1010# SPDX-License-Identifier: GPL-2.0-or-later
1111# ------------------------------------------------------------------
1212
13- __version__ = '2024.9 '
13+ __version__ = '2024.10 '
1414__maintainer__ = 'Legorooj, bwoodsend'
1515__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1616
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments