diff --git a/python-ruff.changes b/python-ruff.changes index e084226..bbd8307 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,25 +1,47 @@ +------------------------------------------------------------------- +Wed Oct 8 10:02:40 UTC 2025 - Dirk Müller + +- update to 0.14.0: + * Update default and latest Python versions for 3.14 + * \[`flake8-bugbear`\] Include certain guaranteed-mutable + expressions: tuples, generators, and assignment expressions + (`B006`) + * \[`refurb`\] Add fixes for `FURB101` and `FURB103` + * \[`ruff`\] Extend `FA102` with listed PEP 585-compatible APIs + * \[`flake8-annotations`\] Fix return type annotations to + handle shadowed builtin symbols (`ANN201`, `ANN202`, + `ANN204`, `ANN205`, `ANN206`) + * \[`flynt`\] Fix f-string quoting for mixed quote joiners + (`FLY002`) + * \[`isort`\] Fix inserting required imports before future + imports (`I002`) + * \[`ruff`\] Handle argfile expansion errors gracefully + * \[`ruff`\] Skip `RUF051` if `else`/`elif` block is present + * \[`ruff`\] Improve handling of intermixed comments inside + from-imports + ------------------------------------------------------------------- Fri Oct 3 12:38:50 UTC 2025 - Ondřej Súkup - update to 0.13.3: * Preview features - * Display diffs for ruff format --check and add support for different output formats - * [pyflakes] Handle some common submodule import situations for unused-import (F401) - * [ruff] Do not flag %r + repr() combinations (RUF065) + * Display diffs for ruff format --check and add support for different output formats + * [pyflakes] Handle some common submodule import situations for unused-import (F401) + * [ruff] Do not flag %r + repr() combinations (RUF065) * Bug fixes - * [cli] Add conflict between --add-noqa and --diff options - * [pylint] Exempt required imports from PLR0402 - * [pylint] Fix missing max-nested-blocks in settings display - * [pyupgrade] Prevent infinite loop with I002 and UP026 + * [cli] Add conflict between --add-noqa and --diff options + * [pylint] Exempt required imports from PLR0402 + * [pylint] Fix missing max-nested-blocks in settings display + * [pyupgrade] Prevent infinite loop with I002 and UP026 * Rule changes - * [flake8-simplify] Improve help message clarity (SIM105) + * [flake8-simplify] Improve help message clarity (SIM105) * Documentation - * Add the The Basics title back to CONTRIBUTING.md - * Fixed documentation for try_consider_else - * [isort] Clarify dependency between order-by-type and case-sensitive settings - * [pylint] Clarify fix safety to include left-hand hashability (PLR6201) + * Add the The Basics title back to CONTRIBUTING.md + * Fixed documentation for try_consider_else + * [isort] Clarify dependency between order-by-type and case-sensitive settings + * [pylint] Clarify fix safety to include left-hand hashability (PLR6201) * Other changes - * [playground] Fix quick fixes for empty ranges in playground + * [playground] Fix quick fixes for empty ranges in playground ------------------------------------------------------------------- Fri Sep 26 10:07:43 UTC 2025 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index 5dfcce4..2c80193 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -1,7 +1,6 @@ # # spec file for package python-ruff # -# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -20,7 +19,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.13.3 +Version: 0.14.0 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.13.3.tar.gz b/ruff-0.13.3.tar.gz deleted file mode 100644 index d34e686..0000000 --- a/ruff-0.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b0ba0db740eefdfbcce4299f49e9eaefc643d4d007749d77d047c2bab19908e -size 5438533 diff --git a/ruff-0.14.0.tar.gz b/ruff-0.14.0.tar.gz new file mode 100644 index 0000000..20fdbf5 --- /dev/null +++ b/ruff-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ec8969b7510f77945df916de15da55311fade8d6050995ff7f680afe582c57 +size 5452071 diff --git a/vendor.tar.zst b/vendor.tar.zst index a4ac5c1..55ec24a 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:329daf2305cb184cc4d52cac7086c1ec527b313fbe1e53500ff3f25bf92480ae -size 29731520 +oid sha256:b5986732b62587f5bebf1341d3ebb2e28a8a60f5dfadbd133e58aff83bc94e6b +size 29507263