Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps pyinstaller-hooks-contrib from 2024.8 to 2024.9.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

v2024.9

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.9 (2024-10-15)

New hooks


* Add a hook for comtypes to ensure compatibility with comtypes >= 1.4.5.
  (`[#807](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807>`_)
* Add analysis hook for ``slixmpp`` library (`[#784](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/784)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/784>`_)
* Add hook for ``capstone`` package. (`[#787](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/787)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/787>`_)
* Add hook for ``grapheme`` to collect its data files. (`[#793](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/793)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/793>`_)
* Add hook for ``onnxruntime`` to ensure that provider plugins are
  collected. (`[#817](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/817)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/817>`_)
* Add hook for ``saml2`` package which has XSD files and hidden imports. (`[#798](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/798)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/798>`_)
* Add hook for ``setuptools_scm`` that collects metadata of ``setuptools``
  dist in order to avoid run-time warning about unknown/incompatible
  ``setuptools`` version. (`[#805](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/805)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/805>`_)
* Add hook for ``ultralytics`` package. (`[#786](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/786)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/786>`_)
* Add hook for ``xmlschema`` package which has XSD files. (`[#797](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/797)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/797>`_)
* Add hook for ``yapf_third_party`` (part of ``yapf``) to collect its
  data files. (`[#792](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/792)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/792>`_)
* Add hooks for ``toga`` widget toolkit and its backends. (`[#804](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/804)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/804>`_)
* Add run-time hook for ``findlibs`` that overrides the ``findlibs.find``
  function with custom implementation in order to ensure that the top-level
  application directory is searched first. This prevents a system-wide
  copy of the library being found and loaded instead of the bundled copy
  when the system-wide copy happens to be available in one of fixed
  locations that is scanned by the original implementation of ``findlibs.find``
  (for example, Homebrew directory on macOS). (`[#799](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/799)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/799>`_)

Updated hooks

  • (Linux) Update tensorflow hook to suppress creation of symbolic links to the top-level application directory for the following shared libraries discovered during binary dependency analysis: libtensorflow_cc.so.2, libtensorflow_framework.so.2, and _pywrap_tensorflow_internal.so.

... (truncated)

Commits
  • 5bcaf52 Release v2024.9
  • 5177ccb Scheduled weekly dependency update for week 41 (#816)
  • bf3d572 hooks: add hook for onnxruntime
  • f9f6e7e ci: use python from actions/setup-python
  • 8598450 hooks: update av hook for compatibility with av 13.1.0
  • 374fb31 Scheduled weekly dependency update for week 40, part 2 (#815)
  • f33229b Scheduled weekly dependency update for week 40 (#813)
  • aad8cad Scheduled weekly dependency update for week 39, part 2 (#812)
  • 463bf72 Scheduled weekly dependency update for week 39 (#811)
  • d53616c Add hiddenimports for comtypes.client
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2024.8 to 2024.9.
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](pyinstaller/pyinstaller-hooks-contrib@v2024.8...v2024.9)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #1873.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2024.9 branch November 11, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant