Accepting request 1323924 from devel:languages:python

- 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) 

- update to 0.14.9
 * Preview features
  * [ruff] New RUF100 diagnostics for unused range suppressions 
  * [pylint] Detect subclasses of builtin exceptions (PLW0133) 
 * Bug fixes
  * Fix comment placement in lambda parameters 
  * Skip over trivia tokens after re-lexing 
  * [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). 
  * [flake8-bugbear] Accept immutable slice default arguments (B008) 
 * Rule changes
  * [pydocstyle] Suppress D417 for parameters with Unpack annotations

OBS-URL: https://build.opensuse.org/request/show/1323924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=98
This commit is contained in:
2025-12-22 21:48:20 +00:00
committed by Git OBS Bridge
5 changed files with 49 additions and 6 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sun Dec 21 12:50:30 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>
- update to 0.14.9
* Preview features
* [ruff] New RUF100 diagnostics for unused range suppressions
* [pylint] Detect subclasses of builtin exceptions (PLW0133)
* Bug fixes
* Fix comment placement in lambda parameters
* Skip over trivia tokens after re-lexing
* [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506).
* [flake8-bugbear] Accept immutable slice default arguments (B008)
* Rule changes
* [pydocstyle] Suppress D417 for parameters with Unpack annotations
* Performance
* Use memchr for computing line indexes
* Documentation
* Document *.pyw is included by default in preview
* Document range suppressions, reorganize suppression docs
* Update mkdocs-material to 9.7.0 (Insiders now free)
-------------------------------------------------------------------
Fri Dec 5 06:19:20 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a2e830f075d1a42cd28420d7809ace390832a490ed0966fe373ba288e77aaf4
size 5859763

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:774ed0dd87d6ce925e3b8496feb3a00ac564bea52b9feb551ecd17e0a23d1eed
size 5765385

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:167458808933bdf19491a18fc4c159fb9e523a1691f76d50dd922eb31bfdf26e
size 28051512
oid sha256:aac3ae2371108b2555c5a078e00673c38ee3d818ccf9df3601dd33a789a35920
size 28511833