diff --git a/python-ruff.changes b/python-ruff.changes index 32cd874..e61e43d 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Sep 26 13:38:35 UTC 2024 - Ondřej Súkup + +- update to 0.6.8: + * Preview features + * Remove unnecessary parentheses around match case clauses + * Parenthesize overlong if guards in match..case clauses + * Detect basic wildcard imports in ruff analyze graph + * [pylint] Implement boolean-chained-comparison (R1716) + * Rule changes + * [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs + * [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) + * Bug fixes + * Detect tuples bound to variadic positional arguments i.e. *args + * Exit gracefully on broken pipe errors + * Avoid panic when analyze graph hits broken pipe + * Performance + * Reuse BTreeSets in module resolver + * Skip traversal for non-compound statements + ------------------------------------------------------------------- Mon Sep 23 12:00:29 UTC 2024 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index cc5be75..6956b6e 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.7 +Version: 0.6.8 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.6.7.tar.gz b/ruff-0.6.7.tar.gz deleted file mode 100644 index 2c50e47..0000000 --- a/ruff-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e52129d82266fa59b587e2cd74def5637b730a69c4542525dfdecfaae38bd5 -size 3073785 diff --git a/ruff-0.6.8.tar.gz b/ruff-0.6.8.tar.gz new file mode 100644 index 0000000..6a1a9b8 --- /dev/null +++ b/ruff-0.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bf44b1aa0adaf6d9d20f86162b34f7c593bfedabc51239953e446aefc8ce18 +size 3084543 diff --git a/vendor.tar.zst b/vendor.tar.zst index 41e3376..39930c9 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caf50fe1c7a0d7db18f180d7832e7b08367b4b5785e36b716808472c8bb680da -size 28992098 +oid sha256:6acc22641d3ba2f100fd345f9b54bc44dc90c70c2623c385dd277d66435b2098 +size 29035180