Skip to content

Commit 7e7d08d

Browse files
author
github-actions
committed
Release v2024.10
1 parent 9403e99 commit 7e7d08d

File tree

7 files changed

+30
-12
lines changed

7 files changed

+30
-12
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
2024.9 (2024-10-15)
231
-------------------
332

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

news/820.update.rst

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

news/823.new.rst

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

news/825.new.rst

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

news/825.update.rst

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

news/826.new.rst

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

0 commit comments

Comments
 (0)