MannLabs / alphapept

A modular, python-based framework for mass spectrometry. Powered by nbdev.
https://mannlabs.github.io/alphapept/
Apache License 2.0
167 stars 29 forks source link

Bump pyinstaller from 5.2 to 5.6.1 #517

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyinstaller from 5.2 to 5.6.1.

Release notes

Sourced from pyinstaller's releases.

v5.6.1

Please see the v5.6.1 section of the changelog for a list of the changes since v5.6.

v5.6

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

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.

v5.3

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

Changelog

Sourced from pyinstaller's changelog.

5.6.1 (2022-10-25)

Bugfix


* (macOS) Fix regression in macOS app bundle signing caused by a typo made
  in :issue:`7180`. (:issue:`7184`)

5.6 (2022-10-23)

Features

  • Add official support for Python 3.11. (Note that PyInstaller v5.5 is also expected to work but has only been tested with a pre-release of Python 3.11.) (:issue:6783)
  • Implement a new hook utility function, :func:~PyInstaller.utils.hooks.collect_delvewheel_libs_directory, intended for dealing with external shared library in delvewheel-enabled PyPI wheels for Windows. (:issue:7170)

Bugfix


* (macOS) Fix OpenCV (``cv2``) loader error in generated macOS .app
  bundles, caused by the relocation of package's source .py files.
  (:issue:`7180`)
* (Windows) Improve compatibility with ``scipy`` 1.9.2, whose Windows wheels
  switched to ``delvewheel``, and therefore have shared libraries located in
  external .libs directory. (:issue:`7168`)
  • (Windows) Limit the DLL parent path preservation behavior from :issue:7028 to files collected from site-packages directories (as returned by :func:site.getsitepackages and :func:site.getusersitepackages) instead of all paths in :data:sys.path, to avoid unintended behavior in corner cases, such as :data:sys.path containing the drive root or user's home directory. (:issue:7155)

  • Fix compatibility with PySide6 6.4.0, where the deprecated Qml2ImportsPath location key is not available anymore; use the new QmlImportsPath key when it is available. (:issue:7164)

  • Prevent PyInstaller runtime hook for setuptools from attempting to override distutils with setuptools-provided version when setuptools is collected and its version is lower than 60.0. This both mimics the unfrozen behavior and prevents errors on versions </tr></table>

... (truncated)

Commits
  • 780c08d Release v5.6.1. [skip ci]
  • 3b07670 tests: add basic macOS bundle signing tests
  • 39467f3 building: BUNDLE: add an option for codesign error to be fatal
  • 9a6820c Fix symlinking of data files from Resources to MacOS
  • 87578de Release v5.6. [skip ci]
  • 7b39785 Tests: Requirements: Scheduled weekly dependency update for week 43 (#7182)
  • af2cd69 depend: DLL parent path preservation: work around for pywin32
  • 69b94c0 depend: limit DLL parent path preservation to site-packages
  • 46a5950 building: BUNDLE: exempt collected .py/.pyc files from relocation
  • 64f6f8b README; Add ".. code:: bash" to code-blocks to enable GItHub's copy to clipbo...
  • 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)
dependabot[bot] commented 1 year ago

The following labels could not be found: pip dependencies.

dependabot[bot] commented 1 year ago

Superseded by #521.