Skip to content

Commit

Permalink
Release v2024.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 8, 2024
1 parent 60f867b commit 7c8ef47
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2024.7 (2024-06-08)
-------------------

New hooks
~~~~~~~~~

* Add hook for ``dbus_fast`` in order to collect submodules that are imported
from cythonized extensions. (`#600
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/600>`_)
* Add hook for ``gribapi`` package from ``eccodes`` dist, in order to
collect bundled headers and ensure that the eccodes shared library is
collected from the build environment. (`#744
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/744>`_)
* Add hook for ``patoolib`` to collect dynamically-imported modules from
the ``patoolib.programs`` sub-package. (`#748
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/748>`_)


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

* Extend the ``xarray`` hook to collect additional backend plugins that are
registered via the ``xarray.backends`` entry-point (e.g., ``cfgrib``). (`#744
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/744>`_)


2024.6 (2024-05-10)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions news/600.new.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/744.new.rst

This file was deleted.

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

This file was deleted.

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

0 comments on commit 7c8ef47

Please sign in to comment.