unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

Bump pyinstaller from 5.3 to 5.5 #158

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyinstaller from 5.3 to 5.5.

Release notes

Sourced from pyinstaller's releases.

v5.5

Please see the v5.5 section of the changelog for a list of the changes since v5.4.1.

v5.4.1

Please see the v5.4.1 section of the changelog for a list of the changes since v5.4.

v5.4

Please see the v5.4 section of the changelog for a list of the changes since v5.3.

Changelog

Sourced from pyinstaller's changelog.

5.5 (2022-10-08)

Features


* (Windows) Support embedding multiple icons in the executable. (:issue:`7103`)

Bugfix


* (Windows) Fix a regression introduced in PyInstaller 5.4 (:issue:`[#6925](https://github.com/pyinstaller/pyinstaller/issues/6925)`),
  where incorrect copy of ``python3.dll`` (and consequently an additional,
  incorrect copy of ``python3X.dll`` from the same directory) is collected
  when additional python installations are present in ``PATH``. (:issue:`7102`)
* (Windows) Provide run-time override for ``ctypes.util.find_library`` that
  searches ``sys._MEIPASS`` in addition to directories specified in ``PATH``.
  (:issue:`7097`)
* Fix the problem with ``pywin32`` DLLs not being found when importing
  ``pywin32`` top-level extension modules, caused by the DLL directory
  structure preservation behavior introduced in :issue:`7028`. Introduce
  a new bootstrap/loader module that adds the ``pywin32_system32``
  directory, if available, to both ``sys.path`` and the DLL search paths,
  in lieu of having to provide a runtime hook script for every single
  top-level extension module from ``pywin32``. (:issue:`7110`)

Hooks
~~~~~

* Fix an error raised by the ``matplotlib.backends`` hook when trying to
  specify the list of backends to collect via the hooks configuration.
  (:issue:`7091`)

5.4.1 (2022-09-11)
-------------------

Bugfix
  • (Windows) Fix run-time error raised by pyi_rth_win32comgenpy, the run-time hook for win32com. (:issue:7079)

5.4 (2022-09-10)

</tr></table>

... (truncated)

Commits
  • df7e2fe Release v5.5. [skip ci]
  • 039a4c0 bootloader: waflib: cherry pick "c_config: add RISC-V generic detection"
  • fc425b9 Tests: Requirements: Scheduled weekly dependency update for week 40 (#7124)
  • b308784 building: prepend sys.base_prefix to DLL search paths on Windows
  • 7b2b93a hooks: clean up pywin32 runtime hooks
  • f400b46 loader: add boostrap/loader module for pywin32
  • 72d12b0 tests: add basic import tests for pywin32 modules
  • 27a5a6b make --icon option repeatable (#7103)
  • 2b26b5b GitHub Workflows security hardening (#7112)
  • a8b27e3 Tests: Requirements: Scheduled weekly dependency update for week 39 (#7110)
  • 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 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (6fea337) compared to base (5f036e0). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #158 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 159 159 ========================================= Hits 159 159 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unthreaded)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.