TurboWarp / packager-extras

Extra utilities to use after running the TurboWarp Packager
https://github.com/TurboWarp/packager-extras/releases
GNU General Public License v3.0
22 stars 7 forks source link

Bump pyinstaller-hooks-contrib from 2024.7 to 2024.8 #154

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps pyinstaller-hooks-contrib from 2024.7 to 2024.8.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2024.8

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.8 (2024-08-09)

New hooks


* Add a hook for ``cmocean``, which has text data files. (`[#769](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/769)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/769>`_)
* Add a hook for ``pydicom``, which has hidden imports. (`[#776](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/776)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/776>`_)
* Add a hook for ``tzwhere``, which has data files. (`[#772](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/772)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/772>`_)
* Add hook for ``monai`` to collect its source .py files for TorchScript/JIT.
  (`[#778](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/778)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/778>`_)
* Add hooks for ``itk`` to work around the package's requirements about
  the ``itk/Configuration`` directory. (`[#778](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/778)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/778>`_)
* Added hooks for the ``trame`` suite of libraries, which has data files and
  hidden imports. (`[#775](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/775)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/775>`_)

Updated hooks

  • Rework the OpenSSL version check in cryptography hook to fix compatibility with cryptography 43.0.0. ([#768](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/768) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/768>_)
  • Update hydra hook to include work-around for hydra's plugin manager, which under python < 3.10 (still) uses deprecated PEP-302 that was removed from PyInstaller's PyiFrozenImporter in PyInstaller 5.8. When building using python = 5.8, the modules collected from hydra._internal.core_plugins and hydra_plugins packages are now collected as source .py files only; this way, they are handled by built-in python's finder/importer instead of PyInstaller's PyiFrozenImporter. ([#760](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/760) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/760>_)
  • Update imageio_ffmpeg hook for compatibility with imageio-ffmpeg 0.5.0 and later. ([#766](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/766) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/766>_)
  • Update pyexcel_ods hook to add missing hidden import and add tests. ([#779](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/779) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/779>_)

Project & Process


* Released sdists and tagged GitHub source archives contain the changelog
</tr></table> 

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)