diff --git a/python-ruff.changes b/python-ruff.changes index a1f1dcb..29e327b 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 25 19:55:52 UTC 2024 - Ondřej Súkup + +- update to 0.7.1 + * Preview features + * Fix E221 and E222 to flag missing or extra whitespace around == operator + * Formatter: Alternate quotes for strings inside f-strings in preview + * Formatter: Join implicit concatenated strings when they fit on a line + * [pylint] Restrict iteration-over-set to only work on sets of literals (PLC0208) + * Rule changes + * [flake8-type-checking] Support auto-quoting when annotations contain quotes + * Server + * Avoid indexing the workspace for single-file mode + * Bug fixes + * Make ARG002 compatible with EM101 when raising NotImplementedError + ------------------------------------------------------------------- Mon Oct 21 19:19:25 UTC 2024 - Ondřej Súkup diff --git a/python-ruff.spec b/python-ruff.spec index 1f22738..41296b5 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.7.0 +Version: 0.7.1 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT @@ -31,7 +31,7 @@ BuildRequires: %{python_module pip} BuildRequires: cargo-packaging BuildRequires: fdupes BuildRequires: python-rpm-macros -Provides: ruff-%version} +Provides: ruff = %{version}-%{release} Requires: alts BuildRequires: alts %python_subpackages diff --git a/ruff-0.7.0.tar.gz b/ruff-0.7.0.tar.gz deleted file mode 100644 index 4233c07..0000000 --- a/ruff-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a86360cf62d9cd53ebfb0b5eb0e882193fc191c6d717e8bef4462bc3b9ea2b -size 3146645 diff --git a/ruff-0.7.1.tar.gz b/ruff-0.7.1.tar.gz new file mode 100644 index 0000000..91bfbe6 --- /dev/null +++ b/ruff-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8a41d4aa2dad1575adb98a82870cf5db5f76b2938cf2206c22c940034a36f4 +size 3181670 diff --git a/vendor.tar.zst b/vendor.tar.zst index 6e24c97..57947ba 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7caaf276d23e792e4458e8d3b4117783974ae8a4c4c367c6b5a3ddf9c994c1ff -size 29170653 +oid sha256:18cd6bc69b55cfe00f7bf47b597bf581580142e5179cb07d812fe2e5e151c671 +size 29148143