Changelog
### 5.9.0
```
------------------
Features
~~~~~~~~
* Choose :ref:`hooks provided by packages <provide hooks with package>` over
hooks from
`pyinstaller-hooks-contrib <https://github.com/pyinstaller/pyinstaller-hooks-contrib/>`_
if both provide the same hook. (:issue:`7456`)
Bugfix
~~~~~~
* Fix changes to :data:`sys.path` made in the spec file being ignored by hook
utility functions (e.g. :func:`~PyInstaller.utils.hooks.collect_submodules`).
(:issue:`7456`)
```
Links
- PyPI: https://pypi.org/project/pyinstaller
- Changelog: https://pyup.io/changelogs/pyinstaller/
- Homepage: https://www.pyinstaller.org/
This PR updates PyInstaller from 5.8.0 to 5.9.0.
Changelog
### 5.9.0 ``` ------------------ Features ~~~~~~~~ * Choose :ref:`hooks provided by packages <provide hooks with package>` over hooks from `pyinstaller-hooks-contrib <https://github.com/pyinstaller/pyinstaller-hooks-contrib/>`_ if both provide the same hook. (:issue:`7456`) Bugfix ~~~~~~ * Fix changes to :data:`sys.path` made in the spec file being ignored by hook utility functions (e.g. :func:`~PyInstaller.utils.hooks.collect_submodules`). (:issue:`7456`) ```Links
- PyPI: https://pypi.org/project/pyinstaller - Changelog: https://pyup.io/changelogs/pyinstaller/ - Homepage: https://www.pyinstaller.org/