diff --git a/python-ruff.changes b/python-ruff.changes index 775a440..6f2060c 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 8 09:48:47 UTC 2024 - Dirk Müller + +- update to 0.5.1: + * Enable token-based rules on source with syntax errors + * \[`flake8-bandit`\] Detect `httpx` for `S113` + * \[`numpy`\] Update `NPY201` to include exception deprecations + * \[`pylint`\] Generate autofix for `duplicate-bases` + (`PLE0241`) + * Avoid syntax error notification for source code actions + * Consider the content of the new cells during notebook sync + * Fix replacement edit range computation + * Disable auto-fix when source has syntax errors + * Fix cache key collisions for paths with separators + * Make `requires-python` inference robust to `==` + * Use char-wise width instead of `str`-width + * \[`pycodestyle`\] Avoid `E275` if keyword followed by comma + * \[`pycodestyle`\] Avoid `E275` if keyword is followed by a + semicolon + * \[`pylint`\] Skip dummy variables for `PLR1704` + ------------------------------------------------------------------- Mon Jul 1 08:21:42 UTC 2024 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index 0ef844e..a7ef27a 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -19,11 +19,11 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT -URL: https://docs.astral.sh/ruff +URL: https://github.com/astral-sh/ruff Source: https://files.pythonhosted.org/packages/source/r/ruff/ruff-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: %{python_module maturin} diff --git a/ruff-0.5.0.tar.gz b/ruff-0.5.0.tar.gz deleted file mode 100644 index 2003761..0000000 --- a/ruff-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb641b5873492cf9bd45bc9c5ae5320648218e04386a5f0c264ad6ccce8226a1 -size 2587996 diff --git a/ruff-0.5.1.tar.gz b/ruff-0.5.1.tar.gz new file mode 100644 index 0000000..5581091 --- /dev/null +++ b/ruff-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3164488aebd89b1745b47fd00604fb4358d774465f20d1fcd907f9c0fc1b0655 +size 2594019 diff --git a/vendor.tar.zst b/vendor.tar.zst index da53344..250342d 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e148ec9d4d9d1f09d12425b447fc616f39d3014a2420c5b6958715f67f8a4fb -size 25284553 +oid sha256:d0fb93c80227ccf1c18c32e865c8320e3cdd6c981ea05db5b68f0ca263067e9c +size 25360638