Accepting request 1308866 from devel:languages:python
- 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) * 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 * Rule changes * [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) * Other changes * [playground] Fix quick fixes for empty ranges in playground OBS-URL: https://build.opensuse.org/request/show/1308866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=89
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 12:38:50 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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)
|
||||
* 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
|
||||
* Rule changes
|
||||
* [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)
|
||||
* Other changes
|
||||
* [playground] Fix quick fixes for empty ranges in playground
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 10:07:43 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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.13.2
|
||||
Version: 0.13.3
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb12fffd32fb16d32cef4ed16d8c7cdc27ed7c944eaa98d99d01ab7ab0b710ff
|
||||
size 5416417
|
||||
3
ruff-0.13.3.tar.gz
Normal file
3
ruff-0.13.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b0ba0db740eefdfbcce4299f49e9eaefc643d4d007749d77d047c2bab19908e
|
||||
size 5438533
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2918c97d037540482ec9505bcfeba14160e2774718133827bdced3e4dddf0b0
|
||||
size 29476641
|
||||
oid sha256:329daf2305cb184cc4d52cac7086c1ec527b313fbe1e53500ff3f25bf92480ae
|
||||
size 29731520
|
||||
|
||||
Reference in New Issue
Block a user