Skip to content

Commit

Permalink
Release v2022.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 26, 2022
1 parent 25306f4 commit 46345a0
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 15 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@

2022.9 (2022-08-26)
--------------------

New hooks
~~~~~~~~~

* Add hook for Hydra config system (``hydra-core``). (`#424
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/424>`_)


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

* Fixed ``pyqtgraph`` hook for PyInstaller 5.2. (`#465
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/465>`_)
* Update ``cv2`` hook to add support for versions that attempt to perform
module
substitution via ``sys.path`` manipulation (== 4.5.4.58, >= 4.6.0.66) when
used
in combination with PyInstaller that supports setting module collection mode
in hooks (> 5.2). The contents of the ``cv2`` package are now collected in
source form to bypass PYZ archive and avoid compatibility issues with
PyInstaller's ``FrozenImporter`` (`#468
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/468>`_)
* Update ``pyshark`` hook to be compatible with versions ``>=0.5.2``. (`#477
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/477>`_)
* Update ``pywintypes`` and ``pythoncom`` hooks for compatibility with upcoming
changes in PyInstaller's attempt at preserving DLL parent directory
structure. (`#474
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/474>`_)
* Update ``tensorflow`` hook to opt-out of generating warnings for missing
hidden imports, using hook variable introduced in PyInstaller >= 5.2. On
earlier releases, this is no-op. (`#458
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/458>`_)


2022.8 (2022-07-08)
--------------------

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

This file was deleted.

3 changes: 0 additions & 3 deletions news/458.update.rst

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions news/468.update.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/477.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__ = '2022.9'
__version__ = '2022.10'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 46345a0

Please sign in to comment.