15
0
forked from pool/python-ruff

Accepting request 1319715 from devel:languages:python

- update to 0.14.6 
 * Preview features
  * [flake8-bandit] Support new PySNMP API paths (S508, S509) 
 * Bug fixes
  * Adjust own-line comment placement between branches 
  * Avoid syntax error when formatting attribute expressions with outer parentheses,
      parenthesized value, and trailing comment on value 
  * Fix panic when formatting comments in unary expressions 
  * Respect fmt: skip for compound statements on a single line 
  * [refurb] Fix FURB103 autofix 
  * [ruff] Fix false positive for complex conversion specifiers in logging-eager-conversion (RUF065) 
 * Rule changes
  * [ruff] Avoid false positive on ClassVar reassignment (RUF012) 
 * CLI
  * Render hyperlinks for lint errors 
  * Add a ruff analyze option to skip over imports in TYPE_CHECKING blocks 
 * Documentation
  * Limit eglot-format hook to eglot-managed Python buffers 
  * Mention force-exclude in "Configuration > Python file discovery" 

- update to 0.14.5

OBS-URL: https://build.opensuse.org/request/show/1319715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=95
This commit is contained in:
2025-11-25 14:52:18 +00:00
committed by Git OBS Bridge
5 changed files with 30 additions and 7 deletions

View File

@@ -1,7 +1,30 @@
-------------------------------------------------------------------
Mon Nov 24 12:10:50 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.6
* Preview features
* [flake8-bandit] Support new PySNMP API paths (S508, S509)
* Bug fixes
* Adjust own-line comment placement between branches
* Avoid syntax error when formatting attribute expressions with outer parentheses,
parenthesized value, and trailing comment on value
* Fix panic when formatting comments in unary expressions
* Respect fmt: skip for compound statements on a single line
* [refurb] Fix FURB103 autofix
* [ruff] Fix false positive for complex conversion specifiers in logging-eager-conversion (RUF065)
* Rule changes
* [ruff] Avoid false positive on ClassVar reassignment (RUF012)
* CLI
* Render hyperlinks for lint errors
* Add a ruff analyze option to skip over imports in TYPE_CHECKING blocks
* Documentation
* Limit eglot-format hook to eglot-managed Python buffers
* Mention force-exclude in "Configuration > Python file discovery"
-------------------------------------------------------------------
Sat Nov 15 18:07:24 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.4
- update to 0.14.5
* Preview features
* [flake8-simplify] Apply SIM113 when index variable is of type int
* [pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502)

View File

@@ -20,7 +20,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-ruff
Version: 0.14.5
Version: 0.14.6
Release: 0
Summary: An extremely fast Python linter, written in Rust
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d3b48d7d8aad423d3137af7ab6c8b1e38e4de104800f0d596990f6ada1a9fc1
size 5615944

3
ruff-0.14.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f0c742ca6a7783a736b867a263b9a7a80a45ce9bee391eeda296895f1b4e1cc
size 5669501

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fa01acafda62514e93e4de64d1fe35f1f2f28c5e5c8181c6d5e80659d9cbf75
size 28021658
oid sha256:3689220a2d4c823e30587c0a24992c589823645fa8812ba151dce20fb6cbeac9
size 28036634