From 669e9d4a4cf95ccfe1f3e53d1dd7657785129cc28881c31497eee3f7bfeca132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 22 Aug 2025 11:11:20 +0000 Subject: [PATCH] - update to 0.12.10 * Preview features * [flake8-simplify] Implement fix for maxsplit without separator (SIM905) * [flake8-use-pathlib] Add fixes for PTH102 and PTH103 * Bug fixes * [isort] Handle multiple continuation lines after module docstring (I002) * [pyupgrade] Avoid reporting __future__ features as unnecessary when they are used (UP010) * [pyupgrade] Handle nested Optionals (UP045) * Rule changes * [pycodestyle] Make E731 fix unsafe instead of display-only for class assignments * [pyflakes] Add secondary annotation showing previous definition (F811) * Documentation * Fix description of global config file discovery strategy * Update outdated links to https://typing.python.org/en/latest/source/stubs.html * [flake8-annotations] Remove unused import in example (ANN401) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=175 --- python-ruff.changes | 19 +++++++++++++++++++ python-ruff.spec | 3 ++- ruff-0.12.10.tar.gz | 3 +++ ruff-0.12.9.tar.gz | 3 --- vendor.tar.zst | 4 ++-- 5 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 ruff-0.12.10.tar.gz delete mode 100644 ruff-0.12.9.tar.gz diff --git a/python-ruff.changes b/python-ruff.changes index 90ebc07..4fa3002 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Aug 22 11:09:22 UTC 2025 - Ondřej Súkup + +- update to 0.12.10 + * Preview features + * [flake8-simplify] Implement fix for maxsplit without separator (SIM905) + * [flake8-use-pathlib] Add fixes for PTH102 and PTH103 + * Bug fixes + * [isort] Handle multiple continuation lines after module docstring (I002) + * [pyupgrade] Avoid reporting __future__ features as unnecessary when they are used (UP010) + * [pyupgrade] Handle nested Optionals (UP045) + * Rule changes + * [pycodestyle] Make E731 fix unsafe instead of display-only for class assignments + * [pyflakes] Add secondary annotation showing previous definition (F811) + * Documentation + * Fix description of global config file discovery strategy + * Update outdated links to https://typing.python.org/en/latest/source/stubs.html + * [flake8-annotations] Remove unused import in example (ANN401) + ------------------------------------------------------------------- Fri Aug 15 12:56:45 UTC 2025 - Dirk Müller diff --git a/python-ruff.spec b/python-ruff.spec index 066e958..9e21807 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.12.9 +Version: 0.12.10 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.12.10.tar.gz b/ruff-0.12.10.tar.gz new file mode 100644 index 0000000..cd566d8 --- /dev/null +++ b/ruff-0.12.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189ab65149d11ea69a2d775343adf5f49bb2426fc4780f65ee33b423ad2e47f9 +size 5310076 diff --git a/ruff-0.12.9.tar.gz b/ruff-0.12.9.tar.gz deleted file mode 100644 index 1915bfd..0000000 --- a/ruff-0.12.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd94b2e3c623f659962934e52c2bea6fc6da11f667a427a368adaf3af2c866a -size 5254702 diff --git a/vendor.tar.zst b/vendor.tar.zst index 0a36278..93fd724 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f801ad9bce62ea4cd8f4845ea721f8f01f4c433d032a89cc6d8353f14137878f -size 29925245 +oid sha256:17a38b6eb1f0c4172eb9fee84fdc1dd545967cfba98305005dc83042696c51d4 +size 30194923