From 4d72b6845451ca41e41c3fc085ba56aa18350472897cee1278dbdb68dd7be5b7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Jul 2025 11:51:57 +0000 Subject: [PATCH] - update to 0.12.7: * \[`flake8-commas`\] Add support for trailing comma checks in type parameter lists (`COM812`, `COM819`) * \[`pylint`\] Implement auto-fix for `missing-maxsplit-arg` (`PLC0207`) * \[`ruff`\] Offer fixes for `RUF039` in more cases * Support `.pyi` files in ruff analyze graph * \[`flake8-pyi`\] Preserve inline comment in ellipsis removal (`PYI013`) * \[`perflint`\] Ignore rule if target is `global` or `nonlocal` (`PERF401`) * \[`pyupgrade`\] Fix `UP030` to avoid modifying double curly braces in format strings * \[`refurb`\] Ignore decorated functions for `FURB118` * \[`refurb`\] Mark `int` and `bool` cases for `Decimal.from_float` as safe fixes (`FURB164`) * \[`ruff`\] Fix `RUF033` for named default expressions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=169 --- python-ruff.changes | 21 +++++++++++++++++++++ python-ruff.spec | 2 +- ruff-0.12.5.tar.gz | 3 --- ruff-0.12.7.tar.gz | 3 +++ vendor.tar.zst | 4 ++-- 5 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 ruff-0.12.5.tar.gz create mode 100644 ruff-0.12.7.tar.gz diff --git a/python-ruff.changes b/python-ruff.changes index e2aec66..3049f10 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 30 09:48:46 UTC 2025 - Dirk Müller + +- update to 0.12.7: + * \[`flake8-commas`\] Add support for trailing comma checks in + type parameter lists (`COM812`, `COM819`) + * \[`pylint`\] Implement auto-fix for `missing-maxsplit-arg` + (`PLC0207`) + * \[`ruff`\] Offer fixes for `RUF039` in more cases + * Support `.pyi` files in ruff analyze graph + * \[`flake8-pyi`\] Preserve inline comment in ellipsis removal + (`PYI013`) + * \[`perflint`\] Ignore rule if target is `global` or + `nonlocal` (`PERF401`) + * \[`pyupgrade`\] Fix `UP030` to avoid modifying double curly + braces in format strings + * \[`refurb`\] Ignore decorated functions for `FURB118` + * \[`refurb`\] Mark `int` and `bool` cases for + `Decimal.from_float` as safe fixes (`FURB164`) + * \[`ruff`\] Fix `RUF033` for named default expressions + ------------------------------------------------------------------- Fri Jul 25 15:50:14 UTC 2025 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index ed1a8cb..4d9d93f 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.12.5 +Version: 0.12.7 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.12.5.tar.gz b/ruff-0.12.5.tar.gz deleted file mode 100644 index 6f3c77e..0000000 --- a/ruff-0.12.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b209db6102b66f13625940b7f8c7d0f18e20039bb7f6101fbdac935c9612057e -size 5170722 diff --git a/ruff-0.12.7.tar.gz b/ruff-0.12.7.tar.gz new file mode 100644 index 0000000..6faa137 --- /dev/null +++ b/ruff-0.12.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc3193f238bc2d7968772c82831a4ff69252f673be371fb49663f0068b7ec71 +size 5197814 diff --git a/vendor.tar.zst b/vendor.tar.zst index 26376dd..7ef2af9 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d762059a765edae3c0f8dc2927b4c2508594c46aa91664796e225cf4ec16fc5c -size 29879832 +oid sha256:b3f955088829245f49ff25f60d3105b92f13075eb2c8e8e3e03f6c4eeef159cd +size 29888077