From a7d79e0b3037d1a0ff4513660a72fb36400a804003521aa1fea9ee76f30a2029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 21 Dec 2025 12:52:29 +0000 Subject: [PATCH] - update to 0.14.10: * Preview feature * [formatter] Fluent formatting of method chains * [formatter] Keep lambda parameters on one line and parenthesize the body if it expands * [flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) * [flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104, PTH105, PTH109, PTH115) * [refurb] Extend support for Path.open (FURB101, FURB103) * Bug fixes * [pyupgrade] Fix parsing named Unicode escape sequences (UP032) * Rule changes * [eradicate] Ignore ruff:disable and ruff:enable comments in ERA001 * [flake8-pytest-style] Allow match and check keyword arguments without an expected exception type (PT010) * [syntax-errors] Annotated name cannot be global * Documentation * Add uv and ty to the Ruff README * Document known lambda formatting deviations from Black * Update setup.md * [flake8-bandit] Fix broken link (S704) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=209 --- python-ruff.changes | 22 ++++++++++++++++++++++ python-ruff.spec | 2 +- ruff-0.14.10.tar.gz | 3 +++ ruff-0.14.9.tar.gz | 3 --- vendor.tar.zst | 4 ++-- 5 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 ruff-0.14.10.tar.gz delete mode 100644 ruff-0.14.9.tar.gz diff --git a/python-ruff.changes b/python-ruff.changes index 0f5ca20..ded20d8 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Dec 21 12:50:30 UTC 2025 - Ondřej Súkup + +- update to 0.14.10: + * Preview feature + * [formatter] Fluent formatting of method chains + * [formatter] Keep lambda parameters on one line and parenthesize the body if it expands + * [flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) + * [flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104, PTH105, PTH109, PTH115) + * [refurb] Extend support for Path.open (FURB101, FURB103) + * Bug fixes + * [pyupgrade] Fix parsing named Unicode escape sequences (UP032) + * Rule changes + * [eradicate] Ignore ruff:disable and ruff:enable comments in ERA001 + * [flake8-pytest-style] Allow match and check keyword arguments without an expected exception type (PT010) + * [syntax-errors] Annotated name cannot be global + * Documentation + * Add uv and ty to the Ruff README + * Document known lambda formatting deviations from Black + * Update setup.md + * [flake8-bandit] Fix broken link (S704) + ------------------------------------------------------------------- Sun Dec 14 14:26:57 UTC 2025 - Ondřej Súkup diff --git a/python-ruff.spec b/python-ruff.spec index 0fa3e6b..9c0e02f 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -20,7 +20,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.14.9 +Version: 0.14.10 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.14.10.tar.gz b/ruff-0.14.10.tar.gz new file mode 100644 index 0000000..43a127c --- /dev/null +++ b/ruff-0.14.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2e830f075d1a42cd28420d7809ace390832a490ed0966fe373ba288e77aaf4 +size 5859763 diff --git a/ruff-0.14.9.tar.gz b/ruff-0.14.9.tar.gz deleted file mode 100644 index 49d5796..0000000 --- a/ruff-0.14.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35f85b25dd586381c0cc053f48826109384c81c00ad7ef1bd977bfcc28119d5b -size 5809165 diff --git a/vendor.tar.zst b/vendor.tar.zst index c66d686..fb1443d 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47ba0b5e7619ec6f16a34605447ac8925fb8ed16c0357ab10de7f48fc24479b8 -size 28049406 +oid sha256:aac3ae2371108b2555c5a078e00673c38ee3d818ccf9df3601dd33a789a35920 +size 28511833