Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyinstaller-hooks-contrib from 2023.8 to 2024.5 in /tools/deps #4815

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps pyinstaller-hooks-contrib from 2023.8 to 2024.5.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2024.5

Please see the changelog for more details

2024.4

Please see the changelog for more details

2024.3

Please see the changelog for more details

2024.2

Please see the changelog for more details

2024.1

Please see the changelog for more details

2024.0

Please see the changelog for more details

2023.12

Please see the changelog for more details

2023.11

Please see the changelog for more details

2023.10

Please see the changelog for more details

2023.9

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2024.5 (2024-04-23)

New hooks


* Add hook for ``backports`` package, to accommodate the ``pkgutil``-style
  ``backports`` namespace package provided by ``backports.functools-lru-cache``
  and the latest release of ``backports.tarfile``. (`[#735](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/735)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/735>`_)
* Add hook for ``opentelemetry`` that collects all entry-points with
  ``opentelemetry_`` prefix. (`[#725](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/725)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/725>`_)
* Add hook for ``skimage.metrics`` to account for lazy loading of the
  ``skimage.metrics`` that was introduced in ``scikit-image`` 0.23.0. (`[#723](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/723)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/723>`_)
* Add hook for ``xarray``, which ensures that metadata for ``numpy``
  (required by ``xarray``) is collected. (`[#728](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/728)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/728>`_)

Updated hooks

  • (Windows) Update pyproj hook to explicitly collect DLLs and load-order file (if present) from pyproj.libs directory. This fixes DLL load failed while importing _network error when using Anaconda python 3.8 or 3.9, where delvewheel (used by pyproj) needs to load DLLs via load-order file due to defunct os.add_dll_directory function. ([#726](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/726) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/726>_)
  • Extend cryptography hook to collect OpenSSL modules (the ossl-modules directory) when available. Add a run-time hook that overrides OpenSSL module search path by setting the OPENSSL_MODULES environment variable to the bundled ossl-modules directory. This fixes RuntimeError: OpenSSL 3.0's legacy provider failed to load. error when using cryptography with OpenSSL >= 3.0 builds that have modules enabled (e.g., most Linux distributions, msys/MinGW on Windows, and Homebrew on macOS). ([#724](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/724) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/724>_)
  • Suppress errors in gcloud hook that occur when the hook is triggered by the gcloud namespace package from gcloud-aio-* and gcloud-rest-* dists instead of the gcloud package from the gcloud dist. ([#731](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/731) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/731>_)
  • Update hook for tables (PyTables) to collect bundled blosc2 shared library, if available. On Windows, explicitly collect DLLs and load-order file (if present) from tables.libs directory. ([#732](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/732) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/732>_)

... (truncated)

Commits
  • a62d863 Release v2024.5
  • 6d9f5c5 hooks: add hook for backports namespace package
  • 485ce07 hooks: cryptography: account for ossl-modules location on Alpine linux
  • a0cbbc2 hooks: cryptography: work-around for systems with musl libc
  • 8d14a00 Scheduled weekly dependency update for week 16 (#734)
  • 8870884 hooks: update tables hook to collect blosc2 shared library
  • ccc5f7d hooks: gcloud: suppress errors
  • d2a4a24 hooks: add hook for xarray
  • aa7d19f ci/cd: bump actions versions
  • 8229249 tests: add basic test for cryptography
  • 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 2023.8 to 2024.5.
- [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@2023.8...2024.5)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.93%. Comparing base (74fc14e) to head (8684355).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4815       +/-   ##
===========================================
- Coverage   49.24%   34.93%   -14.32%     
===========================================
  Files          94       94               
  Lines       15699    15699               
===========================================
- Hits         7731     5484     -2247     
- Misses       7968    10215     +2247     
Flag Coverage Δ
functional ?
integration ?
unit 34.93% <ø> (-2.65%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #4869.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/tools/deps/pyinstaller-hooks-contrib-2024.5 branch May 13, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant