JuneStepp / OneLauncher

Launcher and Addons Manager for LOTRO and DDO
Other
45 stars 11 forks source link

build(deps-dev): Bump nuitka from 0.6.17.5 to 0.9 #38

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nuitka from 0.6.17.5 to 0.9.

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.3 (Draft)


This release is not done yet.


Nuitka Release 1.2


This release contains a large amount of new compatibility features and a few new optimization, while again consolidating what we have. Scalability should be better in many cases.

Bug Fixes

  • Standalone: Added implicit dependency of thinc backend. Fixed in 1.1.1 already.

  • Python3.10: Fix, match statements with unnamed star matches could give incorrect results. Fixed in 1.1.1 already.

    .. code:: python

      match x:
         case [*_, y]:
               ... # y had wrong value here.
    
  • Python3.9+: Fix, file reader objects must convert to str objects. Fixed in 1.1.1 already.

    .. code:: python

      # This was the `repr` rather than a path value, but it must be usable
      # like that too.
      str(importlib.resources.files("package_name").joinpath("lala"))
    
  • Standalone: Added data file of echopype package. Fixed in 1.1.1 already.

  • Anti-Bloat: Remove non-sense warning of compiled pyscf. Fixed in

... (truncated)

Commits
  • 82fb562 Release: Fix, the changelog was not marked as final
  • c1b9efa Debian: Close the CVE bug, and repeat the closes that was missed.
  • bc4cea7 Merge branch 'release/0.9'
  • 6483b16 New stable release.
  • 7584879 Changelog updates
  • 83cd471 New pre-release.
  • 6a06edf Fix, static optimization of "importlib.import_module" with absolute imports a...
  • 99d4d48 Windows: Fix, installed Python scan used paths from registry that no longer e...
  • bf21509 Standalone: Added missing implicit dependency for pyreadstat
  • ca47ca0 Optimization: Optimize calls through variables of str/dict/byte methods
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/JuneStepp/OneLauncher/network/alerts).
dependabot[bot] commented 1 year ago

Looks like nuitka is up-to-date now, so this is no longer needed.