diff --git a/python-ruff.changes b/python-ruff.changes index 149a93f..7bf8efb 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jan 12 22:05:39 UTC 2025 - Ondřej Súkup + +- update to 0.9.1 + * Preview features + * [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) + * [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) + * Rule changes + * [flake8-bugbear] Improve assert-raises-exception message (B017) + * Formatter + * Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings + * Server + * Fix a bug where the server and client notebooks were out of sync after reordering cells + * Bug fixes + * [flake8-pie] Correctly remove wrapping parentheses (PIE800) + * [pyupgrade] Handle comments and multiline expressions correctly (UP037) + ------------------------------------------------------------------- Fri Jan 10 10:47:59 UTC 2025 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index f146751..c138497 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.9.0 +Version: 0.9.1 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.9.0.tar.gz b/ruff-0.9.0.tar.gz deleted file mode 100644 index de4e238..0000000 --- a/ruff-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:143f68fa5560ecf10fc49878b73cee3eab98b777fcf43b0e62d43d42f5ef9d8b -size 3489167 diff --git a/ruff-0.9.1.tar.gz b/ruff-0.9.1.tar.gz new file mode 100644 index 0000000..952ea1f --- /dev/null +++ b/ruff-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17 +size 3498844 diff --git a/vendor.tar.zst b/vendor.tar.zst index 8a0ab49..a3d9840 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7abd25601b7637efe069ac290c7d8eb2f906a35dafaab8acded52f4cfd40f3bc -size 29787870 +oid sha256:9c83d129fc8429ebc7259c3b5e95183aa08620b1cb372a5bf7b7eabf9cb558c6 +size 29824449