Pyinstaller-hooks-contrib

Latest version: v2024.10

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

2022.9

--------------------

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

--------------------

New hooks
~~~~~~~~~

* Add hook for ``great_expectations``. (`445
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/445>`_)
* Add hook for ``hdf5plugin``. (`461
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/461>`_)
* Add hook for ``pandas_flavor`` to handle hidden imports in version 0.3.0
of the package. (`455
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/455>`_)
* Add hook for ``pyshark``. (`449
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/449>`_)


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

* (Linux) Ensure that OpenCV hook collects Qt plugins and font files that
are bundled with linux versions of ``opencv-python`` PyPI wheels. (`453
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/453>`_)
* Fix ``tensorflow`` not being collected at all when using ``tensorflow``
2.8.0 or newer and importing only from the ``tensorflow.keras`` subpackage.
(`451
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/451>`_)
* Update ``clr`` (``pythonnet-2.5.x``) hook to ensure ``platform`` and
``warnings`` modules are collected via hidden imports. Starting with
PyInstaller 5.1, these may not be collected as part of optional imports
of other modules, so they need to be explicitly collected by this hook.
(`444
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/444>`_)
* Update ``mariadb`` hook for compatibility with 1.1.x series. (`463
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/463>`_)
* Update ``scikit-learn`` hooks for compatibility with 1.0.x and 1.1.x series.
(`456
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/456>`_)

2022.7

--------------------

New hooks
~~~~~~~~~

* Add a hook for ``limits``, which has a data files to collect. (`442
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/442>`_)
* Add hook for ``yt_dlp`` to handle indirect import in ``yt-dlp v2022.05.18``.
(`438
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/438>`_)
* Add libraries for ``pypemicro==0.1.9`` (`417
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/417>`_)


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

* Update ``weasyprint`` hook with required binaries. (`439
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/439>`_)

2022.6

--------------------

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

* Fix the filter function used with ``collect_submodules`` in the ``pylint``
hook to properly exclude ``pylint.testutils``. (`435
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/435>`_)
* Update ``sounddevice`` and ``soundfile`` hooks for PyInstaller 5.1
compatibility. (`432
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/432>`_)

2022.5

--------------------

New hooks
~~~~~~~~~

* Add a hook for ``numcodecs``, which has a hidden import. (`420
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/420>`_)
* Add hook for ``grpc`` roots.pem file which is used by grpc. (`419
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/419>`_)
* Add hook for ``python-stdnum``. (`412
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/412>`_)


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

* Update ``mariadb`` hook to always include the ``decimal`` module as a
hidden import, instead of implicitly relying on it being picked up due
to import in some other, unrelated module. (`426
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/426>`_)

2022.4

--------------------

New hooks
~~~~~~~~~

* Add a hook for ``clr_loader`` (used by upcoming ``pythonnet`` 3.x) that
collects the DLLs required by the default runtime (.NET Framework) loader
on Windows. (`406
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/406>`_)
* Add a hook for ``lark`` (used by ``commentjson`` and others) that loads the
needed grammar files. (`409
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/409>`_)
* Add fiona hidden imports for ``fiona==1.8.21``. (`399
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/399>`_)


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

* Update the ``av`` hook for compatibility with the new DLL directory layout
used by
Windows PyPI wheels from version 9.1.1 on. (`408
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/408>`_)

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.