diff --git a/python-ruff.changes b/python-ruff.changes index b046eaf..d2ee973 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Sep 18 13:41:33 UTC 2024 - Ondřej Súkup + +- update to 0.6.5: + * Preview features + * [pydoclint] Ignore DOC201 when function name is "new" + * [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) + * Rule changes + * [eradicate] Ignore script-comments with multiple end-tags (ERA001) + * [pyflakes] Improve error message for UndefinedName when a builtin + was added in a newer version than specified in Ruff config (F821) + * Server + * Add support for extensionless Python files for server + * Fix configuration inheritance for configurations specified in the LSP settings + * Bug fixes + * [ruff] Handle unary operators in decimal-from-float-literal (RUF032) + * CLI + * Only include rules with diagnostics in SARIF metadata + * Playground + * Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" + * Fix errors not shown for restored snippet on page load + ------------------------------------------------------------------- Mon Sep 9 08:14:16 UTC 2024 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index 1db838d..9b4eb70 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -19,7 +19,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.6.4 +Version: 0.6.5 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.6.4.tar.gz b/ruff-0.6.4.tar.gz deleted file mode 100644 index feb6a03..0000000 --- a/ruff-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac3b5bfbee99973f80aa1b7cbd1c9cbce200883bdd067300c22a6cc1c7fba212 -size 2469375 diff --git a/ruff-0.6.5.tar.gz b/ruff-0.6.5.tar.gz new file mode 100644 index 0000000..4f6e4bf --- /dev/null +++ b/ruff-0.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d32d87fab433c0cf285c3683dd4dae63be05fd7a1d65b3f5bf7cdd05a6b96fb +size 2476127 diff --git a/vendor.tar.zst b/vendor.tar.zst index dafac63..a0a96e7 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4dfad870e192380b8895bb4e581c91185e87c0dd59765179d8d78fe9e078cc4 -size 27229027 +oid sha256:d9b91576e62a2a648423e317eafe44368b065bab86bf80f565e59733ed3a526a +size 27540799