Skip to content

Commit

Permalink
Release v2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 29, 2024
1 parent 2f89696 commit 1d8875b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2024.2 (2024-02-29)
-------------------

New hooks
~~~~~~~~~

* Add a hook for ``iso639-lang``, to collect data files (`#707
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/707>`_)
* Add hook for ``falcon``, which has hidden imports. (`#703
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/703>`_)


Updated hooks
~~~~~~~~~~~~~

* Update ``pyqtgraph`` hook to use the helper for automatic Qt bindings
selection and exclusion from PyInstaller >= 6.5 (no-op with earlier
versions). This should help preventing multiple Qt bindings from
being collected into frozen application. (`#710
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/710>`_)
* Update the exclude list for GUI frameworks in the ``IPython`` hook with
additional contemporary Qt bindings (``PySide2``, ``PySide6``, and
``PyQt6``). (`#708
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/708>`_)


2024.1 (2024-02-10)
-------------------

Expand Down
1 change: 0 additions & 1 deletion news/703.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/707.new.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/708.update.rst

This file was deleted.

4 changes: 0 additions & 4 deletions news/710.update.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/_pyinstaller_hooks_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# ------------------------------------------------------------------

__version__ = '2024.2'
__version__ = '2024.3'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 1d8875b

Please sign in to comment.