Skip to content

Commit

Permalink
Release v2024.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 18, 2024
1 parent 29c475a commit dff7526
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 10 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
2024.0 (2024-01-18)
-------------------

New hooks
~~~~~~~~~

* Add hook for ``cel-python``. (`#687
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/687>`_)
* Add hook for ``eth_keys`` that collects package metadata for
``eth-keys >= 0.5.0``. (`#688
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/688>`_)
* Add hook for ``fairscale`` to collect its source .py files for
TorchScript/JIT. (`#692
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/692>`_)
* Add hook for ``pygwalker`` that collects data files from the package. (`#690
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/690>`_)
* Add hook for ``PyTaskbar`` (`#684
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/684>`_)


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

* Collect package metadata for ``eth-hash`` (fixes ``PackageNotFoundError``).
(`#688
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/688>`_)
* Update ``pypylon`` hook for compatibility with PyInstaller 6.0 and later.
(`#691
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/691>`_)


2023.12 (2024-01-03)
--------------------

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/688.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/688.update.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/691.update.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/692.new.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.0'
__version__ = '2024.1'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit dff7526

Please sign in to comment.