Ljzd-PRO / KToolBox

Downloader for Kemono.party / .su with High Customizability | 高度可自定义性的 Kemono 下载器
https://ktoolbox.readthedocs.io
BSD 3-Clause "New" or "Revised" License
172 stars 7 forks source link

build(deps-dev): bump pyinstaller from 6.6.0 to 6.7.0 #121

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps pyinstaller from 6.6.0 to 6.7.0.

Release notes

Sourced from pyinstaller's releases.

v6.7.0

Please see the v6.7.0 section of the changelog for a list of the changes since v6.6.0.

Changelog

Sourced from pyinstaller's changelog.

6.7.0 (2024-05-21)

Bugfix


* (POSIX) Fix ``PyInstaller.depend.bindepend.resolve_library_path`` for
  cases when ``ldconfig`` cache is not available (e.g., ``musl libc`` on
  Alpine Linux). In such cases, the search code now distinguishes between
  the case when fully suffixed library name is given (i.e., search for
  exact match) and the case when library name has no suffix (i.e., search
  for library with matching basename). (:issue:`8422`)
* (Windows) Fix mangling of path to the entry-point script when the script
  is in the current working directory, and the path to this directory
  contains two or more consecutive ``$`` or ``%`` characters. (:issue:`8434`)

Incompatible Changes

  • PyInstaller does not attempt to expand environment variables in paths given via :option:--workpath, :option:--distpath, :option:--specpath, and :option:--additional-hooks-dir anymore (note that other paths were never subject to environment variable expansion in the first place). Expansion of the starting tilde (~) into user's home directory is still performed, as a work-around for tilde not being expanded by the shell when passing arguments as --workpath=~/path/abc instead of --workpath ~/path/abc. (:issue:8441)

Hooks


* Have ``sqlalchemy`` hook collect all dialects and plugins that are
  registered via ``sqlalchemy.dialects`` and ``sqlalchemy.plugins``
  entry-points. This ensures collection of 3rd party dialects and plugins
  that may be available in the build environment (e.g., ``ibm-db-sa``).
  (:issue:`8465`)
* The ``pywin32-ctypes`` hook now always collects the
  ``win32ctypes.core.ctypes``
  modules, so that the ``ctypes`` backend is always available (i.e., even
  if we also collect the ``cffi`` backend due to availability of ``cffi``
  in the build environment). This fixes issues when ``cffi`` ends up
  unavailable at run-time in spite of being available in the build environment
  at build time (for example, due to explicit exclusion via
  :option:`--exclude-module`
  option). (:issue:`8544`)
* Update ``pkg_resources`` hook for compatibility with ``setuptools`` v70.0.0
  and later (fix ``ModuleNotFoundError: No module named
  'pkg_resources.extern'``). (:issue:`8554`)
Commits
  • 48336c0 Release v6.7.0. [skip ci]
  • a8da1a7 hooks: update pkg_resources hook for setuptools >= 70.0.0
  • 6765848 conftest: macOS: have pyi_builder set up minimal PATH
  • 4f111a7 Tests: Requirements: Scheduled weekly dependency update for week 20 (#8549)
  • 22e928e tests: re-enable test_unbuffered_stdio on CI
  • 2806e90 hook: win32ctypes.core: always collect the ctypes backend
  • c5bf786 hooks: sqlalchemy: collect plugins and dialects via entry-points
  • 6c1a9fe Tests: Requirements: Scheduled weekly dependency update for week 19 (#8462)
  • a351183 Tests: Requirements: Scheduled weekly dependency update for week 18 (#8450)
  • 5663cd5 doc: Promote python -m PyInstaller [skip ci]
  • 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 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)
dependabot[bot] commented 3 weeks ago

Superseded by #126.