Fabulously-Optimized / vanilla-installer-python

An installer for adding an Fabulously Optimized installation to Minecraft Launcher
MIT License
13 stars 6 forks source link

:arrow_up:(deps-dev): Bump nuitka from 1.5 to 1.5.1 #102

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nuitka from 1.5 to 1.5.1.

Changelog

Sourced from nuitka's changelog.

################## Nuitka Changelog ##################

In this document, we track the per version changes and comments. This becomes a document on the website, as well as individual posts on the Nuitka blog.


Nuitka Release 1.6 (Draft)


This release is not done yet.


Nuitka Release 1.5


This release contains the long awaited 3.11 support, even if only on an experimental level. This means where 3.10 code is used, it is expected to work equally well, but the Python 3.11 specific new features have yet been done.

There is plenty of new features in Nuitka, e.g. much enhanced reports, Windows ARM native compilation support, and the usual slew of anti-bloat updates, and newly supported packages.

Bug Fixes

  • Standalone: Added implicit dependencies for charset_normalizer package. Fixed in 1.4.1 already.

  • Standalone: Added platform DLLs for sounddevice package. Fixed in 1.4.1 already.

  • Plugins: The info from Qt bindings about other Qt bindings being suppressed for import, was spawning multiple lines, breaking tests. Merged to a single line until we do text wrap for info messages as well. Fixed in 1.4.1 already.

  • Plugins: Fix removeDllDependencies was broken and could not longer be used to remove DLLs from inclusion. Fixed in 1.4.1 already.

  • Tests: Ignore ld info output about mismatching architecture libraries being ignored. Fixed in 1.4.1 already.

  • Fix, assigning methods of lists and calling them that way could crash at runtime. The same was true of dict methods, but had never been observed. Fixed in 1.4.2 already.

... (truncated)

Commits
  • 753b45d Merge branch 'hotfix/1.5.1'
  • ea0c835 New hotfix release.
  • a899b82 Standalone: Put used DLLs from same source folder into same dest folder
  • 09ac64b Standalone: Added support for "openvino"
  • 5e38643 Android: Convert "RPATH" to "RUNPATH"
  • a52ec8a Anti-Bloat: Remove IPython usage in "huggingface_hub"
  • bdf6799 User Manual: The benchmarking code was actually wrong
  • beaa997 Standalone: Added support for newer "skimage"
  • 9554220 Merge branch 'release/1.5'
  • 62d4463 New stable release.
  • 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)