From 319d9ecd7b80d72b22abfbf7aede6bd8594f302ae57ae1bbbf2f83cc131d1f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 7 Nov 2025 10:36:59 +0000 Subject: [PATCH] - update to 0.14.4 * Preview features * [formatter] Allow newlines after function headers without docstrings * [formatter] Avoid extra parentheses for long match patterns with as captures * [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) * [refurb] Preserve argument ordering in autofix (FURB103) * Bug fixes * [server] Fix missing diagnostics for notebooks * [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 * [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) * [ruff] Fix false positives on starred arguments (RUF057) * Rule changes * [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) * Documentation * Improve extend docs * [flake8-comprehensions] Fix typo in C416 documentation * Revise Ruff setup instructions for Zed editor * Other changes * Make ruff analyze graph work with jupyter notebooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=198 --- python-ruff.changes | 24 ++++++++++++++++++++++++ python-ruff.spec | 3 ++- ruff-0.14.3.tar.gz | 3 --- ruff-0.14.4.tar.gz | 3 +++ vendor.tar.zst | 4 ++-- 5 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 ruff-0.14.3.tar.gz create mode 100644 ruff-0.14.4.tar.gz diff --git a/python-ruff.changes b/python-ruff.changes index 329095b..17c08b7 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Nov 7 10:35:47 UTC 2025 - Ondřej Súkup + +- update to 0.14.4 + * Preview features + * [formatter] Allow newlines after function headers without docstrings + * [formatter] Avoid extra parentheses for long match patterns with as captures + * [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) + * [refurb] Preserve argument ordering in autofix (FURB103) + * Bug fixes + * [server] Fix missing diagnostics for notebooks + * [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 + * [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) + * [ruff] Fix false positives on starred arguments (RUF057) + * Rule changes + * [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) + * Documentation + * Improve extend docs + * [flake8-comprehensions] Fix typo in C416 documentation + * Revise Ruff setup instructions for Zed editor + * Other changes + * Make ruff analyze graph work with jupyter notebooks + + ------------------------------------------------------------------- Fri Oct 31 09:33:51 UTC 2025 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index dcf38b0..621255e 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -1,6 +1,7 @@ # # 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 @@ -19,7 +20,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.14.3 +Version: 0.14.4 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.14.3.tar.gz b/ruff-0.14.3.tar.gz deleted file mode 100644 index 18e1980..0000000 --- a/ruff-0.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ff876d2ab2b161b6de0aa1f5bd714e8e9b4033dc122ee006925fbacc4f62153 -size 5558687 diff --git a/ruff-0.14.4.tar.gz b/ruff-0.14.4.tar.gz new file mode 100644 index 0000000..9aad321 --- /dev/null +++ b/ruff-0.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f459a49fe1085a749f15414ca76f61595f1a2cc8778ed7c279b6ca2e1fd19df3 +size 5587844 diff --git a/vendor.tar.zst b/vendor.tar.zst index a0ce504..61fff80 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65eccd18d29884ac1db100882a8e8ebc8eb5ff314a2d534679c4722c88ec2ec3 -size 27932862 +oid sha256:e22d6d7b1d6045e5eda5c10dae0dcd28e8b253d080f7288141965da462defe37 +size 27973035